会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
northli
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
下一页
2021年9月22日
mybatis sql 不等于
摘要: < < > > <> <>& & ' '" " =等于符号不变 is not null 不等于空
阅读全文
posted @ 2021-09-22 20:05 northli
阅读(190)
评论(0)
推荐(0)
2021年9月18日
git提交命令,创建版本库命令,git撤销添加,git添加所有文件
摘要: 1.git提交命令 git push origin 本地分支:远程分支 2.通过命令行创建一个新的版本库 touch README.md git init git add README.md git commit -m "first commit" git remote add origin ssh
阅读全文
posted @ 2021-09-18 16:06 northli
阅读(138)
评论(0)
推荐(0)
2021年9月9日
java递归获取某个父节点下面的所有子节点
摘要: static List<Menu> childMenu=new ArrayList<Menu>(); /** * 获取某个父节点下面的所有子节点 * @param menuList * @param pid * @return */ public static List<Menu> treeMenu
阅读全文
posted @ 2021-09-09 17:03 northli
阅读(3606)
评论(0)
推荐(1)
2021年9月7日
追不到的梦,换一个梦不就得了
摘要: 工作勿强求,平常心就行,平常心追求的状态就是自己的梦想,没必要野心勃勃,拉仇恨,自己是个平常人,工作表现成平常人就行,工作不就是给别人干的么。
阅读全文
posted @ 2021-09-07 16:01 northli
阅读(166)
评论(0)
推荐(0)
2021年9月6日
字符串操作,字符串转化为数组split
摘要: 一、字符串转化为数组splitString str = "aaa,bbb,ccc";String[] str2 = str.split(",");System.out.println(str2[2]);
阅读全文
posted @ 2021-09-06 17:31 northli
阅读(166)
评论(0)
推荐(0)
java list 复制,过滤,list包含,list求差, list求交集,list 修改
摘要: 一、list复制 // 从数据库中查询出的对象集合 List<OperationStation> operationStations = operationStationJoinMapper.selectJoinByExample(example); // 判端是否为空 if (Collection
阅读全文
posted @ 2021-09-06 17:30 northli
阅读(803)
评论(0)
推荐(0)
记住痛苦,勿忘快乐
摘要: 是敌是友得分清,清闲工作,认清人, 分清痛苦与快乐
阅读全文
posted @ 2021-09-06 10:08 northli
阅读(23)
评论(0)
推荐(0)
2021年9月3日
idea: 找不到或无法加载主类 com.cac.ddApplication
摘要: 1.maven:单击刷新 reimport all maven projects 2.maven:clean,install(casic和casic-admin都需要clean,install) 如果还是解决不了的话,那么就重新拉代码,加载maven,刷新maven就会自动加载好了。
阅读全文
posted @ 2021-09-03 10:01 northli
阅读(88)
评论(0)
推荐(0)
git打增量包
摘要: git打增量包 number1:开始提交的git revision number number2:结束提交的git revision number git archive -o /d/code/jssltj-20151001.zip HEAD $(git diff number1 number2 -
阅读全文
posted @ 2021-09-03 09:38 northli
阅读(422)
评论(0)
推荐(0)
2021年8月26日
poi excel 合并单元格 设置单元格样式
摘要: CellStyle cellStyle_tmp = workbook.createCellStyle();cellStyle_tmp.setAlignment(HorizontalAlignment.RIGHT);cellStyle_tmp.setVerticalAlignment(Vertical
阅读全文
posted @ 2021-08-26 14:32 northli
阅读(505)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
下一页
公告