摘要: 最早Git是在Linux上开发的,很长一段时间内,Git也只能在Linux和Unix系统上跑。不过,慢慢地有人把它移植到了Windows上。现在,Git可以在Linux、Unix、Mac和Windows这几大平台上正常运行了。要使用Git,第一步当然是安装Git了。根据你当前使用的平台来阅读下面的文... 阅读全文
posted @ 2014-10-21 23:38 wuhn 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Linus一直痛恨的CVS及SVN都是集中式的版本控制系统,而Git是分布式版本控制系统,集中式和分布式版本控制系统有什么区别呢?先说集中式版本控制系统,版本库是集中存放在中央服务器的,而干活的时候,用的都是自己的电脑,所以要先从中央服务器取得最新的版本,然后开始干活,干完活了,再把自己的活推送给中... 阅读全文
posted @ 2014-10-21 23:35 wuhn 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Linus在1991年创建了开源的Linux,从此,Linux系统不断发展,已经成为最大的服务器系统软件了。Linus虽然创建了Linux,但Linux的壮大是靠全世界热心的志愿者参与的,这么多人在世界各地为Linux编写代码,那Linux的代码是如何管理的呢?事实是,在2002年以前,世界各地的志... 阅读全文
posted @ 2014-10-21 23:33 wuhn 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Git是目前世界上最先进的分布式版本控制系统(没有之一)。那什么是版本控制系统?如果你用Microsoft Word写过长篇大论,那你一定有这样的经历:想删除一个段落,又怕将来想恢复找不回来怎么办?有办法,先把当前文件“另存为……”一个新的Word文件,再接着改,改到一定程度,再“另存为……”一个新... 阅读全文
posted @ 2014-10-21 23:24 wuhn 阅读(121) 评论(0) 推荐(0) 编辑
摘要: In the docs for the constructorInetSocketAddress(int port)it says:Creates a socket address where the IP address is the wildcard address and the port n... 阅读全文
posted @ 2014-10-21 03:35 wuhn 阅读(988) 评论(0) 推荐(1) 编辑
摘要: I need a monitor class that regularly checks whether a given HTTP URL is available. I can take care of the "regularly" part using the Spring TaskExecu... 阅读全文
posted @ 2014-10-21 03:27 wuhn 阅读(567) 评论(0) 推荐(0) 编辑
摘要: I am trying to convert an address specified by an IP number or a name, both in String (i.e.localhostor127.0.0.1), into anInetAdressobject. There's no ... 阅读全文
posted @ 2014-10-21 03:13 wuhn 阅读(201) 评论(0) 推荐(0) 编辑
摘要: The InetAddress class can be used to perform Domain Name Server (DNS) lookups. For example, you can call the static InetAddress.getByName("www.teamcak... 阅读全文
posted @ 2014-10-21 03:09 wuhn 阅读(313) 评论(0) 推荐(0) 编辑
摘要: TheInetAddressclass has no visible constructors. To create anInetAddressobject, you have to use one of the available factory methods.Factory methodsar... 阅读全文
posted @ 2014-10-21 03:03 wuhn 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Modern applications often need the ability to learn information about hosts out on the network. One key class in this process for Java developers is t... 阅读全文
posted @ 2014-10-21 02:56 wuhn 阅读(176) 评论(0) 推荐(0) 编辑
摘要: TheInetAddressis Java's representation of an IP address. Instances of this class are used together withUDP DatagramSocketsand normalSocket'sandServerS... 阅读全文
posted @ 2014-10-21 02:43 wuhn 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-10-21 00:27 wuhn 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 字体对input的影响 效果: 效果:一个看起来还行的input输入框 阅读全文
posted @ 2014-10-21 00:20 wuhn 阅读(335) 评论(0) 推荐(0) 编辑