当然,首先要先安装Git安装命令:sudo apt-get install git我在github上有个仓库,https://github.com/sunjieee/Homepage,那我们把它git到本地。通过命令:git clone如上图:远程仓库已经被clone到本地的~/Homepage中这...
分类:
其他好文 时间:
2015-01-19 22:25:46
阅读次数:
167
PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep, __wakeup, __toString, __set_state, __clone and _...
分类:
Web程序 时间:
2015-01-19 20:51:53
阅读次数:
156
这几天被搞残了, 在clone项目的时候,必须要使用git://协议 , 所以设置的http https协议代理都不行, 在网上找了好多资料都没有. 功夫不负有心人,最后终于给我搞定了.
一般在中国用git协议clone项目速度都只有几kb/s, 被GFW那几个sb给kill了.
打开命令行:
1, sudo vi ~/.socks5proxyssh
#!/bin/sh
ssh -o Pr...
分类:
系统相关 时间:
2015-01-18 14:24:58
阅读次数:
261
问题描述:
Clone an undirected graph. Each node in the graph contains a label and a list
of its neighbors.
OJ's undirected graph serialization:
Nodes are labeled uniquely.
We use # as a separat...
分类:
其他好文 时间:
2015-01-17 19:34:16
阅读次数:
186
描述:按照github上的操作完成Windowsin your libpomelo project root directoryopen git bash and type inmkdir -p buildgit clone https://github.com/martine/gyp.git bu...
分类:
其他好文 时间:
2015-01-15 19:59:46
阅读次数:
193
git clone Google的volley代码遇Q。
想到用代理服务器就可以解决这个问题。Google了一下解决方法,记录下来,分享一下。
git config:
设置代理服务器:
git config --global http.proxy http://proxyuser:prox...
分类:
其他好文 时间:
2015-01-15 18:16:01
阅读次数:
161
git clone Google的volley代码遇Q。 想到用代理服务器就可以解决这个问题。Google了一下解决方法,记录下来,分享一下。 查看git配置信息:git config --global http.proxy http://proxyuser:proxypwd@proxy.serv....
分类:
其他好文 时间:
2015-01-15 17:55:43
阅读次数:
112
java几种常见的创建对象的方法:1、使用new关键字创建对象2、利用java的反射机制,通过java.lang.Class或者java.lang.reflect.Constructor创建对象3、实现Cloneable接口,然后重写Object.clone()方法创建对象4、实现序列化serial...
分类:
编程语言 时间:
2015-01-15 17:53:00
阅读次数:
219
写在前面代码已经托管在 https://git.oschina.net/augustus/TinyWS.git可以用git clone下来。由于我可能会偶尔做一些修改,不能保证git 库上的代码与blog里的完全一致(实际上也不可能把所有的代码都贴在这里)。另外,TinyWS是基于linux写的(u...
分类:
编程语言 时间:
2015-01-15 00:20:32
阅读次数:
324
内容转自:http://www.blogjava.net/orangelizq/archive/2007/10/17/153573.html现在Clone已经不是一个新鲜词语了,伴随着“多莉”的产生这个词语确实很“火”过一阵子,在java中也有这么一个概念,它可以让我们很方便的“制造”出一个对象的副...
分类:
编程语言 时间:
2015-01-14 00:29:03
阅读次数:
199