C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2016-01-20 09:27:36
原文地址:http://zengrong.net/post/1746.htm本站文章除注明转载外,均为本站原创或者翻译。本站文章欢迎各种形式的转载,但请18岁以上的转载者注明文章出处,尊重我的劳动,也尊重你的智商;本站部分原创和翻译文章提供markdown格式源码,欢迎使用文章源码进行转载;本博客采用&.........【阅读全文】
发布时间:2014-08-06 00:15:52
文章来源:http://noworry.blog.51cto.com/6223479/1113762如何恢复旧版本这是git入门命令中最复杂的了。因为它需要分情况考虑,而且还是一个递归的过程。先复习一下git的Action和状态:Change Staged Commited如上,括号中是Action,其他部分是状态,状态之间可以通过Acti.........【阅读全文】
发布时间:2014-04-18 12:16:43
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/LaoLiulaoliu/HbaseThrift.git git push -u origin masterPush an existing repository from the command linegit remote add origin https://gi.........【阅读全文】
发布时间:2012-08-17 13:15:28
一、安装gitolite并创建用户。1. 安装 apt-get install git-core gitolite2. 创建用户与用户密码: adduser --system --shell /bin/bash --group git passwd git 此时会在/home 目录下生成git 用户的目录(/home/git)。二、配置客户端。1. 在客户端.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。