如何利用终端命令将文件上传到github远程服务器(1) git status 命令查看下状态。(2) git pull 更新代码,确保代码是库上最新代码,防止覆盖其他人的提交。(3) git add xxx/xxx 把修改后的文件加入到缓冲区。(4) git comm...
分类:
其他好文 时间:
2015-05-19 01:56:12
阅读次数:
155
最近Fork了一个很不错的C++实现的算法集(https://github.com/xtaci/algorithms),如何与开源代码同步的问题也就产生了,同步方式如下:
1 首先,在自己的GitHub上Fork此开源代码,然后Clone到本地
git clone https://github.com/lanbing510/algorithms.git
2 需要同步时,执行以下命令...
分类:
其他好文 时间:
2015-05-19 00:47:05
阅读次数:
166
学习GitHub:GitHub教程:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000知乎-怎样使用GitHub:http://www.zhihu.com/question/200700...
分类:
其他好文 时间:
2015-05-19 00:23:07
阅读次数:
97
1、xhprof的安装方法。
从git上下载xhprof,路径为https://github.com/kungyu/xhprof。
cd xhprof/extension
phpize
./configure --with-php-config=/usr/local/php/bin/php-config //路径为php-config的实际路...
分类:
Web程序 时间:
2015-05-18 23:13:47
阅读次数:
184
安装依赖包
安装PyCrypto:http://blog.csdn.net/eric_sunah/article/details/45826933安装paramiko(http://blog.csdn.net/zyz511919766/article/details/18355795)安装pywinrm:pip install http://github.com/diyan/pywinrm/...
BookTextView效果说明1. 支持富文本2. 支持自定义view3. 支持阅读百分比源码https://github.com/YouXianMing/BookTextView//// BookTextView.h// InTheQuietNight//// Created by You...
分类:
其他好文 时间:
2015-05-18 22:48:01
阅读次数:
214
原文:https://robots.thoughtbot.com/keeping-a-github-fork-updatedI forked a GitHub repothoughtbot/dotfilestocroaky/dotfilesand want to keep it updated.Tr...
分类:
其他好文 时间:
2015-05-18 22:29:38
阅读次数:
121
最近两个月的业余时间在写一个私人项目,目的是在Linux下写一个高性能Web服务器,名字叫Zaver。主体框架和基本功能已完成,还有一些高级功能日后会逐渐增加,代码放在了github。Zaver的框架会在代码量尽量少的情况下接近工业水平,而不像一些教科书上的toy server为了教原理而舍弃了很多原本server应该有的东西,在本篇文章中,我将一步步地阐明Zaver的设计方案和开发过程中遇到的困难以及相应的解决方法...
分类:
Web程序 时间:
2015-05-18 20:49:19
阅读次数:
131
首先,爬虫是什么?这个问题百度百科里我觉得讲的蛮清楚的。这里我利用BFS进行图片搜索,代码在github上: https://github.com/crj8812/WinSocket 中的Crawler
分类:
编程语言 时间:
2015-05-18 20:41:53
阅读次数:
181
phpredis:https://github.com/nicolasff/phpredishttp://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html http://redisdoc.com/window安装:http://...
分类:
其他好文 时间:
2015-05-18 20:23:49
阅读次数:
157