commit message 重写
- commit 未 push
git commit --amend
- commit 且 push
1 | 查看需要修改的commit id |
rebase 使用风险极大,请确保当前分支是最新代码,且已经提交了所有本地修改,还要确保rebase期间没有其他人提交代码。
git commit --amend
1 | 查看需要修改的commit id |
rebase 使用风险极大,请确保当前分支是最新代码,且已经提交了所有本地修改,还要确保rebase期间没有其他人提交代码。
1 | git status |
1 | git update-index --assume-unchanged dir/file1.txt |
1 | git status |
1 | git ls-files -v | grep '^h\ ' |
1 | 恢复指定文件 |
支持Mybatis对于fetchSize的支持
1 |
之前版本报异常,连接被提前关闭
Mybatis支持MySQL容器的测试
1 | <dependency> |
这样,用户就不用担心没有可用的MySQL,来进行testcase编写了,有一个缺陷就是,容器测试,效率稍微有些低下。
这里选择了 hipaper
1 | in blog folder |
修改hexo配置文件<blog_root>/_config.yml
1 | title: #网站标题 |
支持图片logo
1 | # Put your avatar.jpg into `hexo-site/themes/hipaper/source/` directory. |
1 | 创建tags页面 |
1 | # source/tags/index.md 修改为 |
1 | 生产站点文档 |
1 | fork 源代码到自己仓库 |
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment