当你Eclipse环境中改动项目中的某个方法时,你可能因为各种原因没有执行单元測试,结果代码提交,悲剧就可能随之而来。所幸infinitest(http://infinitest.github.io/)提供了一个Continuous
Testing插件,以及时自己主动执行单元測试。尽管会多占一些CP...
分类:
系统相关 时间:
2014-06-10 13:23:24
阅读次数:
316
下拉刷新很多地方都用到了,新浪微博,微信,百度新闻这里我们使用一个开源的库叫:PullToRefresh开源地址:https://github.com/chenyoca/pull-to-refresh下载地址:https://github.com/chenyoca/pull-to-refresh/a...
分类:
移动开发 时间:
2014-06-10 13:07:47
阅读次数:
392
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...
基于CSS3实现瀑布流,使用CSS3的CSS
多栏(Multi-column)。可以到github上下载源码 :
https://github.com/CraryPrimitiveMan/waterfall-css3
分类:
Web程序 时间:
2014-06-09 20:45:59
阅读次数:
294
git 是一种分布式版本控制系统, Distributed Version Control
System.linux 内核开源项目有众多的参与者,2002年, 整个项目组开始启用分布式版本控制系统BitKeeper
来管理和维护代码,到了2005年,开发BitKeeper的公司同Linux内核开源社...
分类:
其他好文 时间:
2014-06-09 20:24:17
阅读次数:
880
原文:CSS3的学习--实现瀑布流基于CSS3实现瀑布流,使用CSS3的CSS
多栏(Multi-column)。可以到github上下载源码
:https://github.com/CraryPrimitiveMan/waterfall-css3瀑布流,又称瀑布流式布局。是比较流行的一种网站页面布...
分类:
Web程序 时间:
2014-06-09 17:15:52
阅读次数:
363
From:http://www.frostsky.com/2013/03/linux-performance-analysis-tool?wpmp_switcher=desktop前段时间看到brendangregg的
Linux Performance Analysis and Tools PPT...
分类:
系统相关 时间:
2014-06-09 17:10:01
阅读次数:
315
git使用https协议,每次pull,
push都要输入密码,相当的烦。使用git协议,然后使用ssh密钥。这样可以省去每次都输密码。大概需要三个步骤:一、本地生成密钥对;二、设置github上的公钥;三、修改git的remote
url为git协议。一、生成密钥对。=============大多...
分类:
其他好文 时间:
2014-06-09 16:23:26
阅读次数:
229
https://github.com/ihrwein/webhdfshttps://tiborbenke.blogs.balabit.com/2013/11/the-syslog-ng-in-the-hadoop-era/https://github.com/prezi/logboxhttp://d...
分类:
Web程序 时间:
2014-06-09 14:54:45
阅读次数:
198
前置:在win8系统中,使用Tortoisegit管理git步骤:1、设置Git的user
name和email: 命令:(请运行Git Bash.vbs(git安装目录)) git config --global user.name
"xuhaiyan" git config --glo...