在LINUX上创建GIT服务器 http://lionest.iteye.com/blog/1447310如果输入$ git remote add origingit@github.com:djqiang(github帐号名)/gitdemo(项目名).git提示出错信息:fatal: remote...
分类:
其他好文 时间:
2015-01-20 23:30:43
阅读次数:
289
参考资料:http://blog.csdn.net/zouxy09/article/details/8537620
http://www.cnblogs.com/jerrylead/archive/2011/04/06/2006936.html
我的数据挖掘算法代码实现:https://github.com/linyiqun/DataMiningAlgorithm
介绍
em算法是一种迭代...
分类:
编程语言 时间:
2015-01-20 22:23:34
阅读次数:
755
今天随便逛逛CSDN,看到主页上推荐了一篇文章Android 高速开发系列 打造万能的ListView GridView 适配器,刚好这两天写项目自己也封装了相似的CommonAdapter,曾经也在github上看到过这种库,于是自己也把自己的代码再次整理出来与大家分享,也希望可以在CSDN这.....
分类:
移动开发 时间:
2015-01-20 20:17:42
阅读次数:
328
docker容器默认的空间是10G,如果想指定默认容器的大小(在启动容器的时候指定),可以在docker配置文件里通过dm.basesize参数指定,比如docker-d--storage-optdm.basesize=20G是指定默认的大小为20G,具体参数可以参考https://github.com/docker/docker/tree/master/daemon/gra..
分类:
其他好文 时间:
2015-01-20 18:24:50
阅读次数:
211
远程仓库的SSH
本地Git仓库和GitHub仓库之间的传输是通过SSH加密,为了使用SSH加密,需要在本地生成Private Key 以及Public key,其中public key要保存到GitHub的网站上,这样GitHub就可以知道提交代码的是你,而不是别人。下面为具体的步骤
第1步:创建SSH Key。在用户主目录下,看看有没有.ssh目录,如果有,再看看这个目录下有没有i...
分类:
其他好文 时间:
2015-01-20 17:57:37
阅读次数:
188
下载地址:https://github.com/jdg/MBProgressHUD网盘地址:http://pan.baidu.com/s/1dD6bFFV使用说明: 1. 导入“MBProgressHUD” 的.h 和 .m 两个文件。 2. 根据Demo样式,自行选择。 3. 尝试使用Cu...
分类:
其他好文 时间:
2015-01-20 17:44:57
阅读次数:
115
本文内容 环境 项目结构 演示 1:简单 XListView 演示 2:XListView + Fragment 演示 3:XListView + ViewPager + Fragment 本文三个演示,循序渐进。 演示 1 是 GitHub 上的 XListView 控件,具备“下拉更新”和...
分类:
移动开发 时间:
2015-01-20 17:37:40
阅读次数:
316
参考:http://cn.python-requests.org/zh_CN/latest/1.使用requests发送请求:>>> r = requests.get('https://github.com/timeline.json')#get请求>>> r = requests.post("ht...
分类:
编程语言 时间:
2015-01-20 17:31:36
阅读次数:
267
源码于 :https://github.com/wangjinfeng/ScanForiOSAPI1.AVFoundation.framework,QuartzCore.framework2.引入ScanViewController.h&ScanViewController.m文件到工程中,在需要调...
分类:
移动开发 时间:
2015-01-20 17:29:09
阅读次数:
222
http://kevinjmh.github.io/web/2014/04/20/build-your-jekyll-blog/20 April 2014On GitHubFollow the instructions onjekyllbootstrapOn WindowsTutorialDownl...
分类:
其他好文 时间:
2015-01-20 17:28:01
阅读次数:
196