程序员节阿迪斯

为了1024徽章 hhh

1.spring security get pwd and user name from DB https://www.cnblogs.com/luedong/p/14612525.html
2.springboot k8s https://www.pkslow.com/archives/kubernetes-springboot-nginx-demo
3.k8s pod serivce https://www.cnblogs.com/zhengchunyuan/p/11320993.html
一个pod包含一个或多个container,pod跑在node上 多个nodes组成了cluster 外部修改编排调度的是controller
https://www.pianshen.com/article/39041091393/
https://www.jianshu.com/p/395172bb1111
4.docker navigator https://www.liangzl.com/ce/Docker/178051.html
5.oath2 JWT https://www.jianshu.com/p/2c4cf7f400ed
6.springcloud 导航 http://c.biancheng.net/view/5356.html
7.springboot引入自定义配置文件 https://blog.csdn.net/FormatWindowsXP/article/details/108660521
8.解决 maven不能多继承 <scope>import</scope> https://www.cnblogs.com/gyjx2016/p/6794893.html
9.cloud gate way https://thinkwon.blog.csdn.net/article/details/103757927
10.消息队列 https://blog.csdn.net/qq_34557770/article/details/89449409
11.use feign without eureka https://blog.csdn.net/w8452960/article/details/77623210
12.Spring cloud ribbon with Eureka or without Eureka http://c.biancheng.net/view/5356.html
with eureka :https://blog.csdn.net/linsongbin1/article/details/79361268
13.关系型数据库 https://www.cnblogs.com/progor/p/8729798.html
14.docker run vs docker start https://www.cnblogs.com/x-poior/p/10566112.html
15.spring security https://www.jianshu.com/p/6a7dcef02bd5
16.concurentmap https://zhuanlan.zhihu.com/p/349154062
17.spring webflux connect mysql: http://www.zyiz.net/tech/detail-144512.html
18.springboot安全的配置数据库密码 https://www.pkslow.com/archives/springboot-jasypt
19.springboot多数据源 https://blog.didispace.com/springbootmultidatasource/
20.springboot热部署(修改class会自动重启) https://www.cnblogs.com/zhoading/p/14422246.html
21.optional 的好用法 https://thinkwon.blog.csdn.net/article/details/113791796
22.docker <none>:<none> imsage https://www.projectatomic.io/blog/2015/07/what-are-docker-none-none-images/
23.spring X docker sample: https://www.pkslow.com/archives/docker-springboot-mongo
24.docker entrypoint exec和shell的区别 https://www.cnblogs.com/lxhbky/p/14511220.html
https://www.cnblogs.com/kirito-c/p/11887310.html
https://blog.csdn.net/zhaojikun521521/article/details/109504029
25.synchronized 详解 https://juejin.cn/post/6844903600334831629
26.sql rank dense rank https://segmentfault.com/a/1190000018360484
并列前几名就用 dense_rank 不并列就rank
27.Mono.just() sample: https://vimsky.com/examples/detail/java-method-reactor.core.publisher.Mono.just.html
28.threadlocal need manually invoke or not https://www.jianshu.com/p/9a49ed06e936
会内存泄漏 避免方法就是手动remove
29.futuretask解析 https://cloud.tencent.com/developer/article/1041329

30. @Target、@Retention、@Documented https://blog.csdn.net/erdong45684455/article/details/90604438

31. K8s -ingress https://blog.csdn.net/woshizhangliang999/article/details/108762012

32.shiro+jwt https://www.jianshu.com/p/0b1131be7ace

33.多态的好例子 https://ask.csdn.net/questions/7422779

34.curl 详解 https://www.cnblogs.com/xingxia/p/linux_curl.html

35.idea https://www.jianshu.com/p/dca3620b8540

36.read json file based on sprongboot best practice :https://my.oschina.net/boonya/blog/3166788

37.fastjson userguide https://www.cnblogs.com/dmego/p/9033080.html

38. Queue and topic https://blog.csdn.net/qq_34557770/article/details/89449409

39.https://www.cnblogs.com/azhqiang/p/12703143.html

40.logback 分级输出 https://www.cnblogs.com/huangtao1927/p/8687012.html

41.>/dev/null 2>&1 https://www.cnblogs.com/ultranms/p/9353157.html

42.外键 https://www.cnblogs.com/wanghaoyu666/archive/2019/09/04/11460081.html

43.stream.reduce() https://www.cnblogs.com/gaohanghang/p/12390233.html

44.DateTimeFormatter https://www.cnblogs.com/MrRightZhao/p/12005137.html

45.stream.soterd/thencomparing https://blog.csdn.net/u011381576/article/details/79422498

46. hashmap Q&A https://www.jianshu.com/p/939b8a672070

47. jvm method https://www.cnblogs.com/yiyepiaolingruqiu/p/11613462.html

48. MQ persist and ack https://www.jianshu.com/p/8ed16edc73e4

消息持久化(delieveryMode=2)+队列持久化(durable=true)https://blog.csdn.net/wangqsse/article/details/107353676

手动ack https://blog.csdn.net/sun_tantan/article/details/88667102

49.MQ serilizable and deserilize https://blog.csdn.net/qq_18671415/article/details/116662325

50.java lock 

https://www.journaldev.com/1079/multithreading-in-java

https://blog.csdn.net/meism5/article/details/90238268/

51.ArrayList时间复杂度 https://blog.csdn.net/qq_29066329/article/details/91626776

52. Ingress https://www.cnblogs.com/linuxk/p/9706720.html

https://blog.haohtml.com/archives/19945

53.config ip in docker app https://www.pkslow.com/archives/docker-springboot-mongo

54. @reource https://cloud.tencent.com/developer/article/1172461

55.equls hashcode https://blog.csdn.net/weixin_43672855/article/details/103093009

56.编译器 解释器 JIT(JUST IN TIME compilation) https://www.cnblogs.com/chengdabelief/p/6576320.html

57.Linux https://www.cnblogs.com/Rosen-Walk/p/11210664.html

58.springboot DB pool config :

https://stackoverflow.com/questions/60310858/possibly-consider-using-a-shorter-maxlifetime-value-hikari-connection-pool-spr

https://www.cnblogs.com/zsh2871/articles/0011hikaripool-bao-cuopossibly-consider-using-a-sh.html

59.jackson timezone https://blog.csdn.net/jianxia801/article/details/89741073

60. jdbctemplate get resultList http://www.manongjc.com/detail/12-duexbixuwsmxquu.html from sp

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 40
    评论
评论 40
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值