码迷,mamicode.com
首页 >  
搜索关键字:gem source    ( 19413个结果
CocoaPods使用简单回顾
前面写的感觉有点不条理,这里简单整理一下,以备以后查阅和回顾一下使用到的命令都是在终端输入的一.查看ruby是否安装ruby -v修改ruby的源为淘宝的源gem sources -- remove http://rubygems.orggem sources -a http://ruby.taob...
分类:其他好文   时间:2014-06-25 23:08:11    阅读次数:324
转:Node.js异步处理CPU密集型任务的新思路
原文来自于:http://www.infoq.com/cn/articles/new-idea-of-nodejs-asynchronous-processing-tasks?utm_source=infoq&utm_medium=popular_links_homepageNode.js擅长数据密...
分类:Web程序   时间:2014-06-25 21:21:47    阅读次数:436
Quartz
Quartz OverviewQuartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the...
分类:其他好文   时间:2014-06-24 14:42:39    阅读次数:223
6月23号=》201页-205页
8.2.3 CSS3提供的图片边框 CSS3为图片边框提供了如下属性。 border-image:该属性的值比较复杂,应该遵守如下格式: [/]? 上面语法格式可以分为4个部分: border-image-source:指定边框图片。该值可以是none...
分类:其他好文   时间:2014-06-24 14:00:29    阅读次数:158
60款开源云应用【Part 3】(60 Open Source Apps You Can Use in the Cloud)
60款开源云应用【Part 3】(60 Open Source Apps You Can Use in the Cloud) 本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-3.html,原作者Cynthia Harvey,翻译者hcbbt,转载请注明。 如果有翻...
分类:移动开发   时间:2014-06-22 22:43:48    阅读次数:614
【dataStructure】 Arrays and Java Source Review
According to the order of data structure book, Arrays should be introduced in the frist time. When reviewing the some information related to arrays, I feel shocked that many useful classes and methods...
分类:编程语言   时间:2014-06-22 18:13:18    阅读次数:316
MongoNote01.Start
原文首发在github上 MongoNote01.Start MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. 这是mongo官方给出的定义。定义里的几个关键点体现了mongo的几个突出的优点: do...
分类:其他好文   时间:2014-06-22 15:31:57    阅读次数:280
GoldenGate配置(二)之双向复制配置
GoldenGate配置(二)之双向复制配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Server rele...
分类:其他好文   时间:2014-06-22 11:46:51    阅读次数:362
使用Linq中的Distinct方法对序列进行去重操作
使用Linq提供的扩展方法Distinct可以去除序列中的重复元素。 该方法具有以下两种重载形式: (1)public static IEnumerable Distinct(this IEnumerable source) (重载1) 通过使用默认的相等比较器对值进行比较并返回序列中的非重复元素。 (2)publicstatic IQueryable Distinct(this IQue...
分类:其他好文   时间:2014-06-22 11:07:47    阅读次数:258
GoldenGate配置(一)之单向复制配置
GoldenGate配置(一)之单向复制配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Server re...
分类:其他好文   时间:2014-06-22 07:16:57    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!