上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 50 下一页
摘要: 在git push的时候,有时候我们会想办法撤销git commit的内容 1、找到之前提交的git commit的id git log 找到想要撤销的id 2、git reset –hard id 完成撤销,同时将代码恢复到前一commit_id 对应的版本 3、git reset id 完成Co 阅读全文
posted @ 2018-08-24 00:08 lianhuaren 阅读(1353) 评论(0) 推荐(0) 编辑
摘要: 【英国】 《呼啸山庄》……………………………………………艾米莉·勃朗特 《大卫·科波菲尔》……………………………………查尔斯·狄更斯 《双城记》………………………………………………查尔斯·狄更斯 《雾都孤儿》……………………………………………查尔斯·狄更斯 《鲁滨孙漂流记》………………………………… 阅读全文
posted @ 2018-08-17 08:59 lianhuaren 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1. windows下使用vim+ctags+taglist 最近在公司的同事指导下,学会使用这个东西编写代码,效率提高了不少。所以记录下来,方便大家使用。 1. 下载gvim74.exe文件,并安装。注意一般安装的路径中不要存在空格 2. 下载taglist_46.zip文件,将其解压,会生成do 阅读全文
posted @ 2018-06-09 10:37 lianhuaren 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1.B+树 MySQL支持诸多存储引擎,而各种存储引擎对索引的支持也各不相同,因此MySQL数据库支持多种索引类型,如BTree索引,哈希索引,全文索引等等。 http://blog.codinglabs.org/articles/theory-of-mysql-index.html https:/ 阅读全文
posted @ 2018-06-07 21:43 lianhuaren 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. 我们应该记住,既成的事实一定有它的道理,如果我们不能理解它,恐怕得从自身找原因。如果你交易股票,请记住,如果预测和市场不一致,错的是预测,而不是市场 https://www.cnblogs.com/meteoric_cry/p/6421772.html https://www.jianshu. 阅读全文
posted @ 2018-06-06 11:07 lianhuaren 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1.leetcode Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. https://blog. 阅读全文
posted @ 2018-06-04 09:53 lianhuaren 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. https://www.cnblogs.com/lsxqw2004/p/5910920.html 阅读全文
posted @ 2018-05-31 13:52 lianhuaren 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1. 在 Cocoa Touch 框架中,类簇是抽象工厂模式在 iOS 下的一种实现,以 NSArray 举例,将原有的 alloc+init 拆开写: 发现 + alloc 后并非生成了我们期望的类实例,而是一个NSPlacehodlerArray 的中间对象,后面的 – init 或 – ini 阅读全文
posted @ 2018-05-29 08:47 lianhuaren 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1. 505 sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade virtualenv 506 virtualenv --system-site-packages virtualenv01 507 cd vir 阅读全文
posted @ 2018-05-28 08:54 lianhuaren 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1. 《windows游戏编程大师技巧》书中第12章 讲的是人工智能。不去百度,怎么看得懂。 https://blog.csdn.net/angelguard/article/details/51946319 阅读全文
posted @ 2018-05-27 19:13 lianhuaren 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 50 下一页