实习时

安装数据库的教程: https://blog.csdn.net/qq_36582604/article/details/80526287

tomcat:   https://blog.csdn.net/Jay_1989/article/details/52870760?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase

Java开发规范:  https://blog.csdn.net/qq_33764491/article/details/79129014

微信支付相关资料: http://www.binarywang.com/

索引入门:https://www.cnblogs.com/softidea/p/5977860.html

联合索引的最左匹配原则:https://blog.csdn.net/sinat_41917109/article/details/88944290

mysql底层执行SQL的过程:https://blog.csdn.net/wangxuelei036/article/details/107980101

tomcat启动报错:

Unable to set localhost. This prevents creation of a GUID. Cause was: qudaogua
 
 
mongodb设置密码: https://juejin.im/post/5cb601f6f265da03b44608a6    登录: use admin db.auth("adminUser", "adminPass")
 

软件:

  httpclient 用于模拟HTTP请求

  jmeter 软件测试

  Another Redis DeskTop Manager :   https://github.com/qishibo/AnotherRedisDesktopManager

网站、博客:

  图标 http://www.fontawesome.com.cn/faicons/

  百里香叶方法文档 https://mrbird.cc/Thymeleaf-%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%B7%A5%E5%85%B7%E7%B1%BB.html

  美团技术团队: https://tech.meituan.com/2014/06/30/mysql-index.html

  mysql入门:https://www.zsythink.net/archives/1105

原文地址:https://www.cnblogs.com/Lemonades/p/13209062.html