摘要:
1. 永远不要放弃自己,即使自己成为不了最耀眼的那颗星,也要鼓足勇气活下去。因为上帝会淘汰不好的基因,如果你放弃了自己,上帝就会认为你是不好的基因,就会让你毁灭掉,让你得绝症,慢慢抽走你生命中的那口气,如果气没了,人就会死。如果不想死,就要鼓足勇气活下去。 2. 因为表达,所以存在。人可以在夜深人静 阅读全文
摘要:
###弹出App can’t be opened because Apple cannot check it for malicious software的解决方法 sudo spctl --master-disable 将某用户添加到某组中 sudo dscl . -append /Groups/ 阅读全文
摘要:
1. Angular安装 1.1 因为angular一般是用npm安装,所以需要先装npm. npm的安装一般用NodeJS. 所以把NodeJS装好,npm也就装好了。 NodeJS 下载地址:https://nodejs.org/en/download/ 以Windows为例,下载安装最新版本。 阅读全文
摘要:
spring: rabbitmq: host: localhost port: 5672 username: guest password: guest vhost: / template: receive-timeout: 30000 reply-timeout: 30000 retry: enabled: false listener: direct: retry: enabled: fals 阅读全文
摘要:
@Transactional @Modifying(clearAutomatically = true) @Query(value ="update doctor dd set dd.name=?1,dd.height=?2,dd.weight=?3 where dd.id=?4", nativeQ 阅读全文
摘要:
需要加入注解@ComponentScan(basePackages="bean所在的包名") example: 阅读全文
摘要:
JPA IDENTITY_INSERT native 阅读全文
摘要:
1. Spring读取配置文件的流程,怎样引入注解? 2. Spring是怎么注入新的java文件的? 3. CAS锁是什么实现机制,在java的哪些包里最常使用?什么情况下会使用CAS锁? 4. 线程池的常用参数配置有哪些? 5. Spring Cloud Hystrix怎么获取到监控的servi 阅读全文
摘要:
本地安装RabbitMQ Server 阅读全文