会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
java渣渣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
54
下一页
2019年1月3日
本机机器ssh docker容器
摘要: https://blog.csdn.net/u010324465/article/details/77184506 1、在docker中安装openssh-server 2、sudo /etc/init.d/ssh start 启动服务 3、查看启动成功与否 ps -e|grep ssh 4、$su
阅读全文
posted @ 2019-01-03 12:36 java渣渣
阅读(249)
评论(0)
推荐(0)
2019年1月2日
Arthas诊断工具使用资料
摘要: 1、https://github.com/alibaba/arthas/issues/327 2、https://alibaba.github.io/arthas/jad.html 3、https://github.com/alibaba/arthas/issues/406
阅读全文
posted @ 2019-01-02 18:17 java渣渣
阅读(235)
评论(0)
推荐(0)
spring applicationContext
摘要: 获取spring appllcationContext方式 link : https://stackoverflow.com/questions/21827548/spring-get-current-applicationcontext 基本两种方式 1、autowired Application
阅读全文
posted @ 2019-01-02 16:35 java渣渣
阅读(183)
评论(0)
推荐(0)
2018年12月25日
cron表达式
摘要: https://www.cnblogs.com/linjiqin/p/3178452.html
阅读全文
posted @ 2018-12-25 18:49 java渣渣
阅读(136)
评论(0)
推荐(0)
2018年12月23日
idea xml 一键生成 javabean
摘要: 操作步骤 1、复制的xml文件到工程的一个文件下 2、选中文件tools -> XML ACTIONS -> Generate schema from instance Document 3、生成一个.xsd文件,选中.xsd文件 tools -> JAXB 这是就会生成对应的被注解的java be
阅读全文
posted @ 2018-12-23 15:11 java渣渣
阅读(4136)
评论(0)
推荐(0)
2018年12月14日
git (unable to update local ref )
摘要: https://stackoverflow.com/questions/2998832/git-pull-fails-unable-to-resolve-reference-unable-to-update-local-ref git 更新本地refs try to clean up local r
阅读全文
posted @ 2018-12-14 16:08 java渣渣
阅读(744)
评论(0)
推荐(0)
2018年12月9日
java 协程框架quasar gradle配置
摘要: https://github.com/puniverse/quasar-gradle-template/blob/master/gradle/agent.gradle 1、将其中的"-javaagent:${configurations.quasar.singleFile}" 改为 "-javaag
阅读全文
posted @ 2018-12-09 17:48 java渣渣
阅读(349)
评论(0)
推荐(0)
2018年12月7日
java 未来已来
摘要: https://colobu.com/2018/10/24/the-future-of-java-is-today/
阅读全文
posted @ 2018-12-07 16:27 java渣渣
阅读(124)
评论(0)
推荐(0)
2018年11月22日
python yield
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/index.html
阅读全文
posted @ 2018-11-22 17:16 java渣渣
阅读(207)
评论(0)
推荐(0)
java 协程框架kilim
摘要: http://phl.iteye.com/blog/2247112 http://chen-tao.github.io/2015/10/02/kilim-work-way/ 待丰富
阅读全文
posted @ 2018-11-22 11:12 java渣渣
阅读(1081)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
54
下一页
公告