设计模式笔记
发表于
|
更新于
|
分类于
计算机软件
概览
根据模式的目的可分为:创建型,结构型和行为型
JavaScript设计模式相关书籍:《Learning JavaScript Design Patterns》 by Addy Osmani
Java相关在线书籍和代码GitHub地址
mysql常用命令
发表于
|
更新于
|
分类于
速查手册
Hexo与NexT、markdown部分使用方法
发表于
|
更新于
|
分类于
速查手册
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Hexo Quick Start 中文文档
Create a new post
1 | hexo new "My New Post" |
More info: Writing
Run server
1 | hexo server -p 5000 |
More info: Server
Generate static files
1 | hexo generate |
More info: Generating
Deploy to remote sites
1 | hexo deploy |
More info: Deployment