上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: 一、安装node.js(https://nodejs.org/en/) 下载完毕后,可以安装node,建议不要安装在系统盘(如C:)。 二、设置nodejs prefix(全局)和cache(缓存)路径 1、在nodejs安装路径下,新建node_global和node_cache两个文件夹 2、设 阅读全文
posted @ 2020-07-04 18:00 大浪不惊涛 阅读(2190) 评论(0) 推荐(0)
摘要: 1.对多个属性去重 List newList = list.stream().collect( Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing( o -> o 阅读全文
posted @ 2020-07-03 17:00 大浪不惊涛 阅读(2764) 评论(0) 推荐(0)
摘要: 每次写博客都不知道咋开头...算了_ 直接说问题吧。就是验证一个对象中的一个属性的值是否为空。自己在网上也找到了很多大神给的答案,有看到利用反射机制 public boolean checkObjFieldIsNull(Object obj) throws IllegalAccessExceptio 阅读全文
posted @ 2020-06-12 09:32 大浪不惊涛 阅读(14724) 评论(1) 推荐(2)
摘要: https://blog.csdn.net/qq271859852/article/details/103330914 阅读全文
posted @ 2020-06-05 14:30 大浪不惊涛 阅读(2161) 评论(0) 推荐(0)
摘要: 任何一个大型网站均是根据用户的积累以及随之而来的用户数量增长,从一台服务器到多台服务器逐步架构支撑起最终的大型网站数据、用户和页面请求等业务的。任何的大型网站的系统架构并不是一开始设计时就已经完全的考虑了与其业务高度吻合的高性能、高可用、安全等特性的。由于随着用户量增加,业务功能一般会逐步细化甚至发 阅读全文
posted @ 2020-05-28 15:12 大浪不惊涛 阅读(788) 评论(0) 推荐(0)
摘要: springboot集成flowable时候出现Cause: org.xml.sax.SAXParseException; lineNumber: 25; columnNumber: 14; 元素类型为 "include" 的内容必须匹配 "EMPTY" 解决方案: 在项目中去掉 <dependen 阅读全文
posted @ 2020-05-23 16:36 大浪不惊涛 阅读(1108) 评论(0) 推荐(0)
摘要: java.lang.NoClassDefFoundError: javax/el/ELManager 出现这种问题,多半是war包部署时候出现的,网上很多说删除tomcat下的el-api.jar我就想说,这个虽然很快解决问题,但是自动部署的时候还去tomcat下删除吗,有些杠精可能回说,写个脚本去 阅读全文
posted @ 2020-05-23 11:41 大浪不惊涛 阅读(2355) 评论(0) 推荐(0)
摘要: springboot资源下载https://flowable.com/open-source/downloads/ springboot集成flowable:https://zhuanlan.zhihu.com/p/67761802 flowable配置mysql数据源https://upliu.n 阅读全文
posted @ 2020-05-14 11:44 大浪不惊涛 阅读(1196) 评论(0) 推荐(0)
摘要: 博客地址:https://blog.csdn.net/qq_37143673/article/details/102851433 牛人demo地址:https://gitee.com/linjinp-spring-cloud/linjinp-spring-cloud/ 阅读全文
posted @ 2020-05-05 11:18 大浪不惊涛 阅读(703) 评论(0) 推荐(0)
摘要: 1、Jdk https://blog.csdn.net/YuanLiYin079/article/details/81433964?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-4&utm_ 阅读全文
posted @ 2020-04-25 10:25 大浪不惊涛 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
点击右上角即可分享
微信分享提示