上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 203 下一页
摘要: 自从用上了SpringBoot,文件里是一堆注解,有的熟悉,有的生疏,如果有天需要整理一遍的话,编个程序把所有用到的注解都统计出来是个好主意。这个任务正适合用python完成,下面就是程序: #encoding=utf-8 import os,fnmatch,re class Caculator: 阅读全文
posted @ 2021-09-26 15:48 逆火狂飙 阅读(238) 评论(0) 推荐(0)
摘要: 本例基于SpringBoot 2.5.5,不保证其它版本的适用性。 例程:https://files.cnblogs.com/files/heyang78/simpleSpringCloudServer_210926.rar 重要设置: pom.xml: <?xml version="1.0" en 阅读全文
posted @ 2021-09-26 12:05 逆火狂飙 阅读(120) 评论(0) 推荐(0)
摘要: 本文不是讲述正则表达式如何写的,如果想知道这一点,请自行购买以下书籍阅读: 注意:作者的这本书真是绝了,言简意赅,直中要害,相对而言市面上的同类书籍显得超沉超重,废话较多。但是,这作者的这一本书值得花钱,因为他用心去写了;但他的其它书就不一定了,我个人觉得是续貂之作。各位看官请明辨! 本文是讲述Ja 阅读全文
posted @ 2021-09-26 09:12 逆火狂飙 阅读(137) 评论(0) 推荐(0)
摘要: 前篇:https://www.cnblogs.com/heyang78/p/11830159.html 新方案: select * from emp order by id offset 100 rows fetch next 10 rows only 业务查询语句:select * from em 阅读全文
posted @ 2021-09-26 08:37 逆火狂飙 阅读(165) 评论(0) 推荐(0)
摘要: END 阅读全文
posted @ 2021-09-25 19:03 逆火狂飙 阅读(324) 评论(0) 推荐(0)
摘要: SpringBoot版本:2.5.4 后台数据库:Oracle11g 访问数据库:MyBatis 例程下载:https://files.cnblogs.com/files/heyang78/redisCache_crud_oracle_mybatis_0925.rar Pom.xml中配置: <!- 阅读全文
posted @ 2021-09-25 17:13 逆火狂飙 阅读(49) 评论(0) 推荐(0)
摘要: 注意:本例针对SpringBoot v2.5.4版本写成,不保证在其它版本的效果。 例程: https://files.cnblogs.com/files/heyang78/redisCache_actuator_210925.rar 给应用程序添加Actuator的支持不难,只要遵循以下步骤: 1 阅读全文
posted @ 2021-09-25 14:54 逆火狂飙 阅读(250) 评论(0) 推荐(0)
摘要: https://sublimetextcn.com/3/ 阅读全文
posted @ 2021-09-25 13:56 逆火狂飙 阅读(66) 评论(0) 推荐(0)
摘要: 本文例程:https://files.cnblogs.com/files/heyang78/redisCache-contextpath_210924.rar 例程采用的SpringBoot版本是:v2.5.4 一般来说,springBoot工程启动后都是通过http://localhost:808 阅读全文
posted @ 2021-09-24 18:44 逆火狂飙 阅读(2759) 评论(0) 推荐(0)
摘要: List.stream().collect(Collectors.toMap(Emp::getId, a->a,(k1,k2)->k2))的意义是:将链表里的元素转成Map,Map的键取元素的id,值就取元素本身,当键同值不同时取后来者。 例程: Emp类: public class Emp { p 阅读全文
posted @ 2021-09-23 21:55 逆火狂飙 阅读(2080) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东