摘要:
一、synchronized锁对象:1. synchronizedd锁对象的两种方式:一种是在方法里面使用synchronizedd代码块:public void testSyncObj() { synch... 阅读全文
摘要:
首发于我的新博客:https://www.g... 阅读全文
摘要:
Spring Security 的应用越来越广泛,它支持页面级别、API级别 以及方法级别的权限控制,可以说项目中的绝大部分场景都能适用。不管哪种级别的权限控制,都需要进行以下的步骤 (使用Spring Boot... 阅读全文
摘要:
假如你是手动编译的,可能script的存放路... 阅读全文
摘要:
很多人误以为安装好kali后就万事大吉,殊不... 阅读全文
摘要:
1. 配置Context path/Port,application.properties中server.contextPath=/MYPATHserver.port=123782. 配置ProfileVM参数:... 阅读全文
摘要:
1.使用Drag and dropg API时,如果target element有child element的话,拖拽到child element上target element的enterleave事件会被触发。... 阅读全文
摘要:
elasticsearch基本概念Cluster 多个es node组成的集群应用Node 一个es server应用Index 一类document的集合Document es的数据对象,可以用来被索引的基本单... 阅读全文
摘要:
Misc也就是CTF中常见的杂项,隐写术也是... 阅读全文
摘要:
CAP理论CAP原则又称CAP定理,指的是在... 阅读全文
摘要:
https://www.jianshu.com/p/a051a2f0c3abhttps://www.jianshu.com/p/e5fba5376371 ... 阅读全文
摘要:
Feign是一个很优雅的REST客户端,在Spring Cloud中我们可以像使用本地Service bean一样使用FeignClient,这样的好处是代码更加简单优雅 通俗易懂。但是也有不好的,我们不太方便加... 阅读全文
摘要:
场景:使用阿里云OSS存储,页面请求文件链接... 阅读全文