distinguish and differentiate
摘要:According to Cambridge Dictionary distinguish:to recognize or understand the difference between two things, or to provide a quality that makes someone...
阅读全文
posted @
2015-06-30 10:39
莫水千流
阅读(639)
推荐(0) 编辑
check windows return character
摘要:#ifndef _FILE_CHECK_H#define _FILE_CHECK_H#include #include const int LINEBUFF_SIZE = 1024;const std::string TAB_REPLACE = " ";const std::string TAB_S...
阅读全文
posted @
2015-06-15 09:13
莫水千流
阅读(539)
推荐(0) 编辑
git/github初级运用自如(zz)
摘要:----//git/github环境配置一. github上创建立一个项目用户登录后系统,在github首页,点击页面右下角“NewRepository”填写项目信息:projectname:hibernate-demodescription:myfirstproject点击“CreateRepos...
阅读全文
posted @
2015-06-13 12:28
莫水千流
阅读(555)
推荐(0) 编辑
git command
摘要:下载github代码git clone https://github.com/zhoug2020/2015.git在github上创建仓库:Create a new repository on the command linetouch README.mdgit initgit add README...
阅读全文
posted @
2015-06-13 12:13
莫水千流
阅读(451)
推荐(0) 编辑
GitHub入门:如何上传与下载工程?
摘要:由于经常要在家写代码,所以需要有个能够方便访问代码管理工具。最近尝试了一下GitHub。经过了一翻纠结之后,基本上掌握了他的使用方式。要使用GitHub需要首先在其网站上进行注册。其官方网站是https://github.com/。注册的流程在这里就不多少了,大家按照它的提示,一步一步操作就可以了...
阅读全文
posted @
2015-06-13 11:26
莫水千流
阅读(534)
推荐(0) 编辑
zz github配置
摘要:First : 安装:ubuntu 下,终端输入命令:sudo apt-get install git-core git-gui git-docNext : 设置SSH Key检查是否已经有SSH Key。$cd ~/.ssh如果说没有这个目录,就直接看第三步备份生成一个新的SSH。$ssh-key...
阅读全文
posted @
2015-06-12 20:49
莫水千流
阅读(203)
推荐(0) 编辑
std::sort引发的core
摘要:#include #include #include #include struct foo_t{int size;};class cmp_t{public:bool operator()(foo_t *a, foo_t *b){return a->size >= b->size;}};int ma...
阅读全文
posted @
2015-06-12 16:45
莫水千流
阅读(721)
推荐(0) 编辑
every day english
摘要:job isinyourfreedom,notyourcompliance.through no fault of his own.as far as I understand your description be much more than
阅读全文
posted @
2015-06-05 11:02
莫水千流
阅读(201)
推荐(0) 编辑