Wesley13 Wesley13
4年前
java工作流引擎 Activiti6.0 websocket 即时聊天发图片文字 好友群组 SSM源码
时通讯:支持好友,群组,发图片、文件,消息声音提醒,离线消息,保留聊天记录工作流模块1.模型管理  :web在线流程设计器、预览
Stella981 Stella981
4年前
Kubernetes使用中发现的问题和错误
Kubernetes使用中发现的问题和错误本文不再更新,移动到https://qq253498229.github.io/docsk8s/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fqq253498229.github.io%2F
Wesley13 Wesley13
4年前
Java File文件操作 创建文件-目录,删除文件-目录
Java手册java.io类Filejava.lang.Object!继承者(https://oscimg.oschina.net/oscnet/372edea32fc6b3f3739d976aad7cf8cfc50.jpg)java.io.File所有已实
Stella981 Stella981
4年前
Arduino IDE for ESP8266 项目(1) 点亮灯+按键LED+pwm
官方文档http://esp8266.github.io/Arduino/versions/2.1.0/doc/libraries.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fesp8266.github.io%2FArduino%2Fversions%2F2.1.
Stella981 Stella981
4年前
Node.js的异步编程库async
官方文档:http://caolan.github.io/async/docs.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcaolan.github.io%2Fasync%2Fdocs.html)async包含了几个部分,Controlflow(异步流程处理)
Stella981 Stella981
4年前
Docker安装Jenkins
Jenkins官方网址:https://jenkins.io/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fjenkins.io%2F)dockerHub官方网址:https://hub.docker.com/(https://www.oschina.net/action/G
Stella981 Stella981
4年前
Spring5.0源码深度解析之Spring基于注解启动流程分析🔥
主要内容:一、IOC容器的初始化流创建IOC容器注册配置类BeanFactory后置处理器Bean的后置处理器创建Bean对象
Stella981 Stella981
4年前
Jenkins环境搭建及项目部署(linux)
一、  环境搭建1. Jenkins安装及配置安装:利用官方提供的Debian软件包仓库,可以自动安装和升级,首先将秘钥添加到系统。wgetqO https://pkg.jenkins.io/debianstable/jenkins.io.key|sudoaptkeya
Stella981 Stella981
4年前
Linux系统下的Jenkins的简要安装方法
1下载软件包Jenkins访问https://jenkins.io/download/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fjenkins.io%2Fdownload%2F)下载最新(LTS版本)的war包。Tom
Wesley13 Wesley13
4年前
Java连接excel实现:通过姓名查找id和通过id查找姓名
注意每个方法结束都要关闭workbook;还有getIdbyname()方法中字符串flag与name的比较,一定要用equals()方法!!!;剩下的不多解释,注释都在代码中:importjava.io.FileInputStream;importjava.io.IOException;importjava.i