上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 74 下一页
  2015年6月30日
摘要: 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 莫水千流 阅读(657) 评论(0) 推荐(0)
  2015年6月15日
摘要: #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 莫水千流 阅读(544) 评论(0) 推荐(0)
  2015年6月13日
摘要: ----//git/github环境配置一. github上创建立一个项目用户登录后系统,在github首页,点击页面右下角“NewRepository”填写项目信息:projectname:hibernate-demodescription:myfirstproject点击“CreateRepos... 阅读全文
posted @ 2015-06-13 12:28 莫水千流 阅读(561) 评论(4) 推荐(0)
摘要: 下载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 莫水千流 阅读(458) 评论(0) 推荐(0)
摘要: 由于经常要在家写代码,所以需要有个能够方便访问代码管理工具。最近尝试了一下GitHub。经过了一翻纠结之后,基本上掌握了他的使用方式。要使用GitHub需要首先在其网站上进行注册。其官方网站是https://github.com/。注册的流程在这里就不多少了,大家按照它的提示,一步一步操作就可以了... 阅读全文
posted @ 2015-06-13 11:26 莫水千流 阅读(544) 评论(1) 推荐(0)
  2015年6月12日
摘要: 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 莫水千流 阅读(213) 评论(1) 推荐(0)
摘要: #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 莫水千流 阅读(738) 评论(0) 推荐(0)
  2015年6月5日
摘要: 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 莫水千流 阅读(217) 评论(3) 推荐(0)
  2015年5月28日
摘要: I reached 30 and I would love to share what life has taught me till now. Hope you will get some insights.1. Legitimate suffering is part of lifeYou ca... 阅读全文
posted @ 2015-05-28 07:33 莫水千流 阅读(262) 评论(0) 推荐(0)
  2015年5月22日
摘要: Nat这种方式下,虚拟机的网卡连接到宿主的VMnet8上。此时系统的VMWareNATService服务就充当了路由器的作用,负责将虚拟机发到VMnet8的包进行地址转换之后发到实际的网络上,再将实际网络上返回的包进行地址转换后通过VMnet8发送给虚拟机。VMWareDHCPService负责为虚... 阅读全文
posted @ 2015-05-22 21:56 莫水千流 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 74 下一页