码迷,mamicode.com
首页 >  
搜索关键字:github desktop    ( 42206个结果
利用Continuous Testing实现Eclipse环境自己主动单元測试
当你Eclipse环境中改动项目中的某个方法时,你可能因为各种原因没有执行单元測试,结果代码提交,悲剧就可能随之而来。所幸infinitest(http://infinitest.github.io/)提供了一个Continuous Testing插件,以及时自己主动执行单元測试。尽管会多占一些CP...
分类:系统相关   时间:2014-06-10 13:23:24    阅读次数:316
.Net 转战 Android 4.4 日常笔记(10)--PullToRefresh下拉刷新使用
下拉刷新很多地方都用到了,新浪微博,微信,百度新闻这里我们使用一个开源的库叫:PullToRefresh开源地址:https://github.com/chenyoca/pull-to-refresh下载地址:https://github.com/chenyoca/pull-to-refresh/a...
分类:移动开发   时间:2014-06-10 13:07:47    阅读次数:392
mac远程桌面连接windows 8.1 update,提示: 远程桌面连接无法验证您希望连接的计算机的身份
在网上找到解决方案:SolutionEnable RDP security layer in Group Policy on the machine:Verify that the firewall allows remote desktop connections with RDP (Port 3...
分类:Windows程序   时间:2014-06-10 09:19:37    阅读次数:495
CSS3的学习--实现瀑布流
基于CSS3实现瀑布流,使用CSS3的CSS 多栏(Multi-column)。可以到github上下载源码 : https://github.com/CraryPrimitiveMan/waterfall-css3
分类:Web程序   时间:2014-06-09 20:45:59    阅读次数:294
如何使用Git 及 Github 来管理你的代码
git 是一种分布式版本控制系统, Distributed Version Control System.linux 内核开源项目有众多的参与者,2002年, 整个项目组开始启用分布式版本控制系统BitKeeper 来管理和维护代码,到了2005年,开发BitKeeper的公司同Linux内核开源社...
分类:其他好文   时间:2014-06-09 20:24:17    阅读次数:880
CSS3的学习--实现瀑布流
原文:CSS3的学习--实现瀑布流基于CSS3实现瀑布流,使用CSS3的CSS 多栏(Multi-column)。可以到github上下载源码 :https://github.com/CraryPrimitiveMan/waterfall-css3瀑布流,又称瀑布流式布局。是比较流行的一种网站页面布...
分类:Web程序   时间:2014-06-09 17:15:52    阅读次数:363
[转]Linux常用性能调优工具索引
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使用笔记
git使用https协议,每次pull, push都要输入密码,相当的烦。使用git协议,然后使用ssh密钥。这样可以省去每次都输密码。大概需要三个步骤:一、本地生成密钥对;二、设置github上的公钥;三、修改git的remote url为git协议。一、生成密钥对。=============大多...
分类:其他好文   时间:2014-06-09 16:23:26    阅读次数:229
WebHdfs
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 git使用ssh免密码上传到github
前置:在win8系统中,使用Tortoisegit管理git步骤:1、设置Git的user name和email: 命令:(请运行Git Bash.vbs(git安装目录)) git config --global user.name "xuhaiyan" git config --glo...
分类:Windows程序   时间:2014-06-08 19:47:48    阅读次数:545
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!