springboot自动引入spring-context,所以不用添加任何依赖就可以直接使用spring-task。 具体实现类如下: import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotatio ...
1、引入dependencie <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </depndency> 2、定义websocket服务类 WebSocketServer import io ...
//初始化用户 git --global user.name "wangqiang" git --global user.email "1194323013@qq.com" //初始化项目 git init //添加被管理的文件 git add //提交至本地仓库 git commit //查看状态 ...
公司业务需要,现需要在Gitee上管理公司业务源码,员工连接Gitee并pull本地源码至Gitee,服务器上可以实时更新程序。 (只限于服务器端)操作步骤: 1、服务器安装git,centOS命令: yum install git 2、配置Gitee账 ...
开始学习ElementUI, 步骤: 1、安装nodejs 2、配置nodejs, npm config set prefix "E:\nodejs\node_global" npm config set cache "E:\nodejs\node_cache" 3、更换镜像源 npm config set registry=http://registry ...
因为项目需求,需要对接腾讯IM,项目现在用的框架是thinkphp6.0.7,因为腾讯Im的官方文档并不清晰,处理过程整理如下
程序员眼中的客户,难以想象用户是以什么角度去用产品
什么是项目开发的真实写照?这才是!
不同人对于BUG的反应
2021马上就进入四月份了,下面了本人了解到的当地的互联网现状,仅表示自己的见解。最近身边的不诚信太多了,导致自己也不得不变的没有诚信了! 互联网行业到现在感觉已经成为一潭死水了,人才都去了大厂集中的北上 ...
// // █████▒█ ██ ▄████▄ ██ ▄█▀ ██████╗ ██╗ ██╗ ██████╗ // ▓██ ▒ ██ ▓██▒▒██▀ ▀█ ██▄█▒ ██╔══██╗██║ ██║██╔════╝ // ▒████ ░▓██ ▒██░▒▓█ ▄ ▓███▄░ ██████╔╝██║ ██║██ ...
/** * ┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐ * │Esc│ │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│ ┌┐ ┌┐ ┌┐ * └───┘ └───┴───┴── ...