
other
felixking
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 常用命令
克隆代码 到当前目录 git clone https://www.github.com/xxxxxx 拉取代码 git pull 查看本地分支, 查看当前分支 git branch 切换分支 到develop git checkout develop 查看修改详情 git log 撤销所有本地未提交的修改 git checkout . ...原创 2019-03-07 14:54:58 · 98 阅读 · 0 评论 -
bitcoin
// 启动 ui CMyApp::OnInit() uiCMyApp::OnInit2() dbCAddrDB::LoadAddresses()// 加载地址 db加载用户自定义的地址 CAddress from addr.txt db...原创 2019-03-14 22:01:13 · 375 阅读 · 0 评论