随笔分类 -  常用

摘要:系统学习了半年java 开始业务攻坚 学习占缓 拼凑一个前后端分离的小项目 慢慢优化 https://gitee.com/fleam/SunRain.git 阅读全文
posted @ 2018-12-21 22:11 fleam 阅读(224) 评论(0) 推荐(0) 编辑
摘要:以目前浅薄的理解,jwt就是一种加密token的手段,这个token也只有自己能解开,如果客户端以cookie存这个token,可能会存在cookie被窃取的情况。 另外,jwt这中加密方式因为有过期时间的参与(当前登陆时间+延迟时长),所以每次请求zull都要判断当前时间是否大于你的设置(这里可以 阅读全文
posted @ 2018-12-14 00:08 fleam 阅读(583) 评论(0) 推荐(0) 编辑
摘要:settting.xml 上传到私服pom.xml配置 从私服引用jar的pom.xml配置 私服搭建 下载:http://www.sonatype.com/download-oss-sonatype 运行: 成功返回: 练习地址:https://gitee.com/fleam/nexusStudy 阅读全文
posted @ 2018-11-27 16:58 fleam 阅读(161) 评论(0) 推荐(0) 编辑
摘要:foreach Another common necessity for dynamic SQL is the need to iterate over a collection, often to build an IN condition. For example: <select id="se 阅读全文
posted @ 2018-11-09 16:06 fleam 阅读(118) 评论(0) 推荐(0) 编辑
摘要://判断集合中元素的重复 List distinctClass = recordsList.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet(Comparator.comparing(data -> data.getCustomerCode()))), ArrayList... 阅读全文
posted @ 2018-11-05 09:52 fleam 阅读(143) 评论(0) 推荐(0) 编辑
摘要:用户登录,后端生成token返回给前端 前端拿到token,以后每次登录使用header里的token进行权限验证 后端接收到前端传来的token,如果是通过数据库或redis或session进行比对验证,这种方式为令牌验证 后端接收到前端传来的token,如果是通过一套加密解密算法来确定用户的身份 阅读全文
posted @ 2018-10-23 11:09 fleam 阅读(1612) 评论(0) 推荐(0) 编辑
摘要:Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查 阅读全文
posted @ 2018-10-19 09:05 fleam 阅读(136) 评论(0) 推荐(0) 编辑
摘要:git clone https://gitee.com/fleam/CodeGeneration.git 阅读全文
posted @ 2018-10-18 17:04 fleam 阅读(650) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/duanluan/article/details/79080370 阅读全文
posted @ 2018-10-18 17:00 fleam 阅读(524) 评论(0) 推荐(0) 编辑
摘要:---选择分组--- 123123"; echo "".$_GET['value'].""; 阅读全文
posted @ 2015-01-10 11:06 fleam 阅读(202) 评论(0) 推荐(0) 编辑

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