有时候发现设置ssh key后push还要输入用户名和密码,这是因为使用了https的原因,如果不介意明文保存密码,可以在~/.netrc文件里设定用户名密码,不过这样的风险在于密码是明文存放在这个文件里的,比较容易泄露。要想不输入密码,可以使用ssh的方式,更新一下origingit remote...
分类:
其他好文 时间:
2015-03-20 23:22:40
阅读次数:
155
参考链接:
http://www.codekk.com/open-source-project-analysis/detail/Android/grumoon/Volley%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90
Volleu-Demo下载地址:
https://github.com/android-cn/android-open-project-...
分类:
移动开发 时间:
2015-03-20 22:11:29
阅读次数:
260
1.安装setuptools# yum install python-setuptools -y2.下载并安装pip# wget --no-check-certificate https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#m...
分类:
编程语言 时间:
2015-03-20 20:08:37
阅读次数:
128
工作中使用了银行接口,需要部署单独的web服务器,接收https的请求,研究了一下tomcat 6进行双向https的配置,参考了网上的文章以及不断的摸索,总算小有心得,这里简单的整理和记录一下。 ? ? ? 同样使...
分类:
Web程序 时间:
2015-03-20 19:01:35
阅读次数:
157
ServiceStack.Redis——Redis在.net上的客户端解决方案
源码及使用:
https://github.com/ServiceStack/ServiceStack.Redis
例子:
https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/RedisStackOverflow
上面的例子中container.Register(c => new PooledRed...
分类:
Web程序 时间:
2015-03-20 18:37:48
阅读次数:
187
PullToRefresh是一套实现非常好的下拉刷新库,它支持:1.ListView2.ExpandableListView3.GridView4.WebView等多种常用的需要刷新的View类型,而且使用起来也十分方便。(下载地址:https://github.com/chrisbanes/And...
分类:
其他好文 时间:
2015-03-20 18:31:56
阅读次数:
163
Github地址:https://github.com/zwjlpeng/Maven_DetailMaven最大的好处莫过于其强大的依赖管理系统,在Pom配置文件中指定项目需要的Jar包的坐标,Maven就可以自动帮我们从中央仓库或者自已的私服下载,当项目中由于依赖的传递性,引入了两份相同的Jar包...
分类:
其他好文 时间:
2015-03-20 18:20:01
阅读次数:
125
js多选日期控件详情请见:http://www.lovewebgames.com/jsmodule/calendar.html它的github地址:https://github.com/tianxiangbing/calendarcalendarjs日历控件用法 或者 ...
分类:
Web程序 时间:
2015-03-20 18:19:08
阅读次数:
155
系统: Ubuntu 14.04 64bitHadoop版本: Hadoop 2.5.2 (stable)JDK版本: JDK 1.6
虚拟机及Ubuntu安装
1. 下载并安装 VMware workstation 11
下载地址:https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmwar...
分类:
系统相关 时间:
2015-03-20 16:30:36
阅读次数:
429
问题来源:https://leetcode.com/problems/longest-consecutive-sequence/import java.util.Arrays;/**
*
*
* ClassName LongestConsecutiveSequence
*
*
* Description Given an unsorted array of i...
分类:
其他好文 时间:
2015-03-20 16:26:45
阅读次数:
115