个人学习资源记录

前端UI框架工具集合

  1. layui组件dtree源码地址: https://gitee.com/miniwatermelon/DTreeHelper

  2. json在线解析格式化工具: https://www.json.cn/

  3. LayUI框架官网地址:https://www.layuiweb.com/

  4. jQuery插件:https://www.jq22.com/

  5. Vue官网:https://cn.vuejs.org/

  6. Vue Vscode Live Server插件:实时渲染。

  7. 在线测试接口:
    https://github.com/AutumnFish/testApi

  8. 网易云音乐在线API:
    https://neteasecloudmusicapi.vercel.app/#/

  9. 基于LayUI实现的省市区三级联动及数据回显:https://github.com/mzongx/layui-select-address

  10. Vue项目打包成windows桌面端程序:
    https://gitee.com/zqylzcwcxy/baidu-transform/blob/master/README.md

后端Java开发工具集合

  1. Druid密码,公钥生成:https://www.mlpmis.cn/other/alidruidpage
  2. 验证码工具easy-captcha:https://blog.csdn.net/qq_45315910/article/details/108198485
  3. 登录密码加密,加盐,防止解码:
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-core</artifactId>
</dependency>

(https://www.pdai.tech/)
5. UserAgentUtils:获取登录客户端IP、浏览器信息、操作系统等信息

<dependency>
<groupId>eu.bitwalker</groupId>
   <artifactId>UserAgentUtils</artifactId>
   <version>1.21</version>
</dependency>
  1. 在IDEA中启动一个普通的JavaWeb项目(不是maven项目):
    https://www.cnblogs.com/zhujiqian/p/11532275.html
  2. Druid配置参数详解:https://www.cnblogs.com/halberd-lee/p/11304790.html
  3. mysqldump备份命令参数详解:https://www.sunjs.com/article/detail/5d6b16d69a1840df992c2c0d172e1f88.html
  4. 开发百宝箱:https://www.pdai.tech/md/resource/tools.html#%E5%B8%B8%E7%94%A8%E6%90%9C%E7%B4%A2
  5. MySQL性能调优方案集合:https://www.oschina.net/question/12_9917
  6. IDEA findBugs 常见问题:https://www.cnblogs.com/andyldn/p/5718419.html
  7. Linux上重装mysql8:https://www.cnblogs.com/panbingwen/p/10700788.html
  8. mysql Sleep进程解决:https://www.cnblogs.com/GNblog/p/8341324.html

后端Java面试集合

  1. Java八股文:http://coderleixiaoshuai.gitee.io/java-eight-part/#/
  2. Java后端全栈知识体系:https://www.pdai.tech/

好网站积累

  1. wallhaven(精美壁纸网站): https://wallhaven.cc/

猜你喜欢

转载自blog.csdn.net/qq_42582773/article/details/120835098