上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页
摘要: 史上最全 SpringCloud入门教程 https://blog.csdn.net/qq_36972826/article/details/119116623 —————————————————————————————————————————————————————————————————— ht 阅读全文
posted @ 2020-05-08 12:21 kelelipeng 阅读(478) 评论(0) 推荐(0) 编辑
摘要: javaWeb防止恶意登陆或防盗链的使用 https://www.cnblogs.com/firstdream/p/8303614.html 使用场景:明明引用了一个正确的图片地址,但显示出来的却是一个红叉或写有“此图片仅限于***网站用户交流沟通使用”之类的“假图片”。用嗅探软件找到了多媒体资源的 阅读全文
posted @ 2020-05-08 10:55 kelelipeng 阅读(448) 评论(0) 推荐(0) 编辑
摘要: Spring缓存注解@Cacheable,@CacheEvict,@CachePut的使用 https://www.cnblogs.com/jiangbotao233/p/10190375.html SpringCache之 @CachePut https://blog.csdn.net/mrlia 阅读全文
posted @ 2020-05-07 20:47 kelelipeng 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Spring的@EnableCaching注解 https://segmentfault.com/a/1190000011069802 @EnableCaching注解是spring framework中的注解驱动的缓存管理功能。自spring版本3.1起加入了该注解。如果你使用了这个注解,那么你就 阅读全文
posted @ 2020-05-07 19:12 kelelipeng 阅读(6213) 评论(0) 推荐(0) 编辑
摘要: 官网帮助相关 https://www.ej-technologies.com/resources/jprofiler/help/doc/main/installing.html JProfiler10 压测工具 https://blog.csdn.net/weixin_33602978/catego 阅读全文
posted @ 2020-05-06 19:04 kelelipeng 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: SpringBoot自动配置的实现原理 https://www.cnblogs.com/lfjjava/p/6096884.html 之前一直在用SpringBoot框架,一直感觉SpringBoot框架自动配置的功能很强大,但是并没有明白它是怎么实现自动配置的,现在有空研究了一下,大概明白了Spr 阅读全文
posted @ 2020-05-06 17:51 kelelipeng 阅读(473) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zxf330301/p/9282402.html 第一种: 现在我把资源文件的路径放在application.properties里 config.path=/home/myservice/config.properties @PropertySour 阅读全文
posted @ 2020-05-06 17:42 kelelipeng 阅读(2486) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/ad4c16e0b8ba 概念 JNDI(Java Naming and Directory Interface ),类似于在一个中心注册一个东西,以后要用的时候,只需要根据名字去注册中心查找,注册中心返回你要的东西。web程序,我们可以将一些东西 阅读全文
posted @ 2020-05-06 17:41 kelelipeng 阅读(221) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42988813/article/details/88789783?depth_1-utm_source=distribute.pc_relevant.none-task-blog-OPENSEARCH-1&utm_source=distribute 阅读全文
posted @ 2020-04-27 15:18 kelelipeng 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: Elasticsearch 5.4 Mapping详解 https://my.oschina.net/woter/blog/1593660 ElasticSearch 前言 一Field datatype字段数据类型 1string类型 2 text类型 3 keyword类型 4 数字类型 5 O 阅读全文
posted @ 2020-04-27 10:36 kelelipeng 阅读(337) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 75 下一页