08 2018 档案

摘要:Spring-boot中Conditional介绍 https://blog.csdn.net/tanga842428/article/details/78615070springBoot @ConditionalOnxxx相关注解总结 https://www.cnblogs.com/yixiany 阅读全文
posted @ 2018-08-30 09:23 cdfive 阅读(94) 评论(0) 推荐(0) 编辑
摘要:https://www.iflym.com/index.php/code/use-java-develop-compile-annotated-aspectj-programe.htmlspringboot aop 不生效 https://blog.csdn.net/gefangshuai/arti 阅读全文
posted @ 2018-08-29 12:44 cdfive 阅读(126) 评论(0) 推荐(0) 编辑
摘要:GitHub秘籍,为你解读Git与Github酷而少知的功能 https://www.xuanfengge.com/github-cheats.htmlgithub wiki pull request https://stackoverflow.com/questions/10642928/how- 阅读全文
posted @ 2018-08-28 23:53 cdfive 阅读(93) 评论(0) 推荐(0) 编辑
摘要:github 向开源框架提交pr的过程 https://blog.csdn.net/vim_wj/article/details/78300239github 的 pr 使用方法 https://www.jianshu.com/p/a6b199dc2b34https://github.com/isa 阅读全文
posted @ 2018-08-28 23:45 cdfive 阅读(290) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/7601ba434ff4 阅读全文
posted @ 2018-08-28 15:13 cdfive 阅读(729) 评论(0) 推荐(0) 编辑
摘要:java static代码块执行时机 https://www.cnblogs.com/jswang/p/7699643.htmlJava中静态(static)成员何时才会初始化 https://blog.csdn.net/qjay_dev/article/details/51231426 阅读全文
posted @ 2018-08-28 13:58 cdfive 阅读(166) 评论(0) 推荐(0) 编辑
摘要:assembly plugin 【Maven学习】maven-assembly-plugin的使用 https://www.cnblogs.com/f-zhao/p/6929814.html使用Maven的assembly插件实现自定义打包 https://www.cnblogs.com/hafiz 阅读全文
posted @ 2018-08-28 11:04 cdfive 阅读(128) 评论(0) 推荐(0) 编辑
摘要:ActiveMQ队列消息积压问题调研 http://blog.51cto.com/winters1224/2049432ActiveMQ的插件开发介绍 https://blog.csdn.net/zhaozheng7758/article/details/6306194activemq的插件编写 h 阅读全文
posted @ 2018-08-27 12:53 cdfive 阅读(165) 评论(0) 推荐(0) 编辑
摘要:rocketmq unrecognized VM option 'MetaspaceSize=128m' => jdk1.8 JAVA_HOME https://blog.csdn.net/c3poo/article/details/17053713 rocketmq 页面文件太小 无法完成操作 N 阅读全文
posted @ 2018-08-26 23:11 cdfive 阅读(949) 评论(0) 推荐(0) 编辑
摘要:http://start.dubbo.io/ https://github.com/dubbo/dubbo-samples https://www.aliyun.com/product/edas https://github.com/dubbo/awesome-dubbo http://dubbo. 阅读全文
posted @ 2018-08-25 14:38 cdfive 阅读(108) 评论(0) 推荐(0) 编辑
摘要:[程序员一个]一人饮酒醉 https://kg2.qq.com/node/play?s=lW1J2-lrkrR3klvD&shareuid=619598862d2a31893d&topsource体面 https://node.kg.qq.com/play?s=beMfIQbCD2ZhBbfs&g_ 阅读全文
posted @ 2018-08-25 10:14 cdfive 阅读(71) 评论(0) 推荐(0) 编辑
摘要:阿里中间件团队博客 http://jm.taobao.orgkimmking https://blog.csdn.net/KimmKing/article/details/71517053 greys https://www.jianshu.com/p/a396d8893a4c https://ww 阅读全文
posted @ 2018-08-25 09:40 cdfive 阅读(78) 评论(0) 推荐(0) 编辑
摘要:wps CONCATENATE 只是因为格式 设置成了文本,把这列 格式 设置成 常规,双击下 结果就出来了 https://zhidao.baidu.com/question/2120866896119492307.html 阅读全文
posted @ 2018-08-24 14:58 cdfive 阅读(75) 评论(0) 推荐(0) 编辑
摘要:按空白符分隔(正则) String[] split = line.trim().split("\\s+"); 阅读全文
posted @ 2018-08-24 13:53 cdfive 阅读(80) 评论(0) 推荐(0) 编辑
摘要:git https://github.com/alibaba/Sentinel https://github.com/dubbo/dubbo-sentinel-supportdubbo http://dubbo.incubator.apache.org/zh-cn/index.htmlwiki ht 阅读全文
posted @ 2018-08-24 13:19 cdfive 阅读(331) 评论(0) 推荐(0) 编辑
摘要:1.查看JDK路径 echo $JAVA_HOME$which java 2.查看进程以及路径 PID=$(ps -ef|grep 进程关键字|awk '{print $3}')ll /proc/PID 3.查看目录大小 df -h du -sh du -m 20140507155000* | aw 阅读全文
posted @ 2018-08-24 11:30 cdfive 阅读(55) 评论(0) 推荐(0) 编辑
摘要:ZooInspector https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip 参考:https://blog.csdn.net/uisoul/article/details/78226324 阅读全文
posted @ 2018-08-23 17:04 cdfive 阅读(109) 评论(0) 推荐(0) 编辑
摘要:1.springboot中有ApplicationRunner类,如果项目中的启动类名称也是ApplicationRunner,单元测试时需要注意:import不要import到springboot的类了 @RunWith(SpringJUnit4ClassRunner.class) @Spring 阅读全文
posted @ 2018-08-22 10:36 cdfive 阅读(209) 评论(0) 推荐(0) 编辑
摘要:jmap + Eclipse MAT :排查内存泄漏的好工具 https://blog.csdn.net/rital/article/details/5511141 阅读全文
posted @ 2018-08-20 11:39 cdfive 阅读(102) 评论(0) 推荐(0) 编辑
摘要:(原创)JAVA阻塞队列LinkedBlockingQueue 以及非阻塞队列ConcurrentLinkedQueue 的区别 https://www.cnblogs.com/starcrm/p/4998067.htmljava线程池与五种常用线程池策略使用与解析 https://blog.csd 阅读全文
posted @ 2018-08-14 15:07 cdfive 阅读(96) 评论(0) 推荐(0) 编辑
摘要:[命令]storm rebalance topology-name [-w wait-time-secs] [-n new-num-workers] [-e component=parallelism]* storm rebalance mytopology -n 5 -e blue-spout=3 阅读全文
posted @ 2018-08-14 09:36 cdfive 阅读(159) 评论(0) 推荐(0) 编辑
摘要:[2018-08] wps 交换行 https://zhidao.baidu.com/question/2079238071186444308.htmlexcel 超出 列 隐藏 https://zhidao.baidu.com/question/100884151.html is an unkno 阅读全文
posted @ 2018-08-08 14:19 cdfive 阅读(168) 评论(0) 推荐(0) 编辑
摘要:[hibernate] hibernate in查询,当List为空时,抛语法异常 http://chedsk.blog.163.com/blog/static/23581288201132353226700/ [spring data jpa] SpringDataJPA学习记录(三)–复杂查询的 阅读全文
posted @ 2018-08-08 10:19 cdfive 阅读(97) 评论(0) 推荐(0) 编辑
摘要:1.查询行号 SELECT @rowno:=@rowno+1 as rowno,t.* from xxx t,(select @rowno:=0) r; 参考:https://blog.csdn.net/muzizhuben/article/details/49449853 2.随机取数据 SELE 阅读全文
posted @ 2018-08-06 16:58 cdfive 阅读(99) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示