Skip to content

Latest commit

 

History

History
161 lines (144 loc) · 13.5 KB

README.md

File metadata and controls

161 lines (144 loc) · 13.5 KB

日常开发工具

  • visual studio code
  • eclipse
  • IntelliJ IDEA
  • navicat
  • sqlserver
  • mysql
  • node
  • git
  • postman
  • xftp5
  • xshell5
  • powerdesigner
  • photoshop

博客目录

自己项目

网上链接收藏:

js基础

js框架

html以及css

java基础

java框架

数据库

服务器

协议

其它采坑

算法

设计模式

备注

$ hexo clean && hexo g && hexo d

  • 以后在每次把博客写完后,执行一下这个命令就可以直接发布了,灰常苏胡。
  • 本地测试启动命令:$ hexo s
  • 本地测试地址: https://localhost:4000