上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页

linux screen命令

摘要: screen commands: # 新增会话screen -S <session name> # 查询会话screen -ls # 删除会话screen -r <detached screen pid> # 退出会话ctrl + a,dctrl + a,kscreen -X -S <session 阅读全文
posted @ 2018-12-11 13:30 rigidwang 阅读(139) 评论(0) 推荐(0)

Docker私有仓库Registry的搭建验证

摘要: http://www.cnblogs.com/lienhua34/p/4922130.html 阅读全文
posted @ 2018-11-06 10:57 rigidwang 阅读(132) 评论(0) 推荐(0)

传输速率转换

摘要: 计算机中的信息都是二进制的0和1来表示,其中每一个0或1被称作一个位,用小写b表示,即bit(位);大写B表示byte,即字节,一个字节=八个位,即1B=8b;前面的大写K表示千的意思,即千个位(Kb)或千个字节(KB)。表示文件的大小单位,一般都使用字节(B)来表示文件的大小。 Kbps:首先要了 阅读全文
posted @ 2018-10-17 11:18 rigidwang 阅读(1185) 评论(0) 推荐(0)

CentOS7 安装 oracleXE(快捷版)教程

摘要: https://blog.csdn.net/qq_26820293/article/details/78566063 plsql登入: 1. 设置本机环境变量 NLS_LANG SIMPLIFIED CHINESE_CHINA.ZHS16GBK 阅读全文
posted @ 2018-09-15 11:11 rigidwang 阅读(388) 评论(0) 推荐(0)

activiti5.22 获得mybatis sessionFactory

摘要: ProcessEngineImpl pe = (ProcessEngineImpl)processEngine;pe.getProcessEngineConfiguration().getDbSqlSessionFactory().getSqlSessionFactory().openSession 阅读全文
posted @ 2018-09-11 16:01 rigidwang 阅读(204) 评论(0) 推荐(0)

activiti 视图

摘要: 1. application.properties增加如下配置 spring.activiti.database-schema-update=falsespring.activiti.db-history-used=falsespring.activiti.db-identity-used=fals 阅读全文
posted @ 2018-09-10 23:04 rigidwang 阅读(583) 评论(0) 推荐(0)

activiti 任意退

摘要: https://www.cnblogs.com/bluejoe/p/5115959.html 阅读全文
posted @ 2018-09-03 21:53 rigidwang 阅读(134) 评论(0) 推荐(0)

spring cloud &&spring boot

摘要: Spring Cloud版本演进情况如下: 版本名称 版本Finchley snapshot版Edgware snapshot版Dalston SR1 当前最新稳定版本Camden SR7 稳定版本Brixton SR7 稳定版本Angel SR6 稳定版本 Spring Cloud与Spring 阅读全文
posted @ 2018-08-25 22:08 rigidwang 阅读(156) 评论(0) 推荐(0)

JPA 一对多关联

摘要: @Data @Entity @Table(name = "sys_dictionary_head") public class SysDictHead extends JpaAudit implements Serializable{ @Id @GeneratedValue(generator = 阅读全文
posted @ 2018-08-16 17:35 rigidwang 阅读(151) 评论(0) 推荐(0)

webstorm 快捷键

摘要: 1. ctrl + shift + n: 打开工程中的文件,目的是打开当前工程下任意目录的文件。 2. ctrl + j: 输出模板 3. ctrl + b: 跳到变量申明处 4. ctrl + alt + T: 围绕包裹代码(包括zencoding的Wrap with Abbreviation) 阅读全文
posted @ 2018-08-16 09:05 rigidwang 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页