git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https” 解决方法: 编辑.git文件夹下的config文件就可以。vim .git/config#改动对于的...
分类:
数据库 时间:
2014-06-26 23:42:11
阅读次数:
2062
public T Clone(T RealObject){ using (System.IO.Stream objectStream = new System.IO.MemoryStream()) { System.Runtime.Serialization.IFormatter formatter...
分类:
其他好文 时间:
2014-06-26 23:06:46
阅读次数:
218
1.在git服务器界面右上角“+” 、create new project ,写上项目名字生成一个新的组2.如果机器第一次与git 建立连接,需要让机器生成一个id_rsa和id_rsa.pub 文件,然后无空格的打开.pub这个文件,复制到git服务器界面的my project ->SSH Key...
分类:
其他好文 时间:
2014-06-26 22:02:01
阅读次数:
260
转载自: http://www.cnblogs.com/xishuai/p/3590705.html http://www.cnblogs.com/shanyou/p/3662482.html
分类:
Web程序 时间:
2014-06-26 19:47:34
阅读次数:
290
【题目】
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 separator for each node, and , as a separator for node label and each ne...
分类:
其他好文 时间:
2014-06-26 06:48:16
阅读次数:
285
在windows上使用git来push到github服务器的时候,每次都需要填写用户名/邮箱、密码,很麻烦。最近用hexo写博客,需要频繁地进行博客配置和预览,而每次预览执行hexo deploy都需要输入用户名、密码验证,不胜其烦,今天下决心解决。尽管github提供了SSH方式进行本地和服务端的...
分类:
其他好文 时间:
2014-06-25 17:20:30
阅读次数:
251
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2014-06-25 16:13:31
阅读次数:
190
1Cloneable接口实现该接口的类可以调用clone()方法合法地对该类实例进行按字段复制。按照惯例,实现此接口的类应该使用公共方法重写Object.clone(它是受保护的)2循环冗余校验算法循环冗余校验(英语:Cyclic redundancy check,通称“CRC”)是一种根据网络数据...
分类:
其他好文 时间:
2014-06-25 00:59:04
阅读次数:
417
鄙人程序猿一枚,Android开发,常年使用Ubuntu(主要是买不起Mac,O(∩_∩)O哈哈~)。分享一下自己使用的那些软件,如果你有什么好的软件。欢迎与我交流。
输入法:开始的时候是用的fcitx,后来搜狗出了linux版本,选择之。下载链接
办公软件:WPS Linux,真心很好用,比libreOffice好用不止一点.下载链接 注意:下载alpah版本.
浏览器:chr...
分类:
其他好文 时间:
2014-06-24 19:30:30
阅读次数:
329