摘要: [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 阅读(171) 评论(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 阅读(102) 评论(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 阅读(107) 评论(0) 推荐(0)
摘要: [git] VJTools https://gitee.com/mirrors/VJTools SCA https://github.com/spring-cloud-incubator/spring-cloud-alibaba springcloud https://github.com/spri 阅读全文
posted @ 2018-07-29 21:36 cdfive 阅读(142) 评论(0) 推荐(0)
摘要: 行首批量添加 查找"^" 替换为“我是行首aaa” 行尾批量添加 查找"\n" 替换为“'bbb我是行尾\n” 删除空白行 ^[ \t]*\n 正则 每一行 加引号 https://blog.csdn.net/smartsmile2012/article/details/40423081 阅读全文
posted @ 2018-07-27 14:47 cdfive 阅读(107) 评论(0) 推荐(0)
摘要: 1.idea 最近打开的文件个数 File->Settings->Editor->General->Editor Tabs->Tab Closing Policy->Tab limit 参考:https://www.cnblogs.com/yzhch/archive/2017/04/19/67342 阅读全文
posted @ 2018-06-13 12:43 cdfive 阅读(258) 评论(0) 推荐(0)
摘要: 为你的pom.xml添加repository http://blog.sina.com.cn/s/blog_605f5b4f01010dbe.htmlmaven pom中的repository节点配置没有起作用 http://betakoli.iteye.com/blog/2356735 几个mav 阅读全文
posted @ 2018-06-10 23:13 cdfive 阅读(110) 评论(0) 推荐(0)
摘要: git config --global credential.helper store git checkout -b 本地分支名x origin/远程分支名xgit fetch origin 远程分支名x:本地分支名xgit checkout master //切换分支git stash git 阅读全文
posted @ 2018-06-10 22:10 cdfive 阅读(130) 评论(0) 推荐(0)
摘要: 你要允许来自未知发布者 http://www.xitonghe.com/jiaocheng/Windows10-7809.html输入法 切换繁体 ctrl+shift+F win10 输入法 https://www.zhihu.com/question/38400073 安装xshell 缺少mf 阅读全文
posted @ 2018-06-03 15:29 cdfive 阅读(166) 评论(0) 推荐(0)
摘要: 周五在公司搭好的ELK上查看日志,组长让看看其中NullPointerException出现很多的原因。 通过NullPointerException搜索,点看其中一个查看,发现异常的信息就一行java.lang.NullPointerException,并没有堆栈信息。 看了几个都没有,然后翻代码 阅读全文
posted @ 2018-05-27 12:19 cdfive 阅读(4620) 评论(0) 推荐(0)