码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
iOS终止函数exit
1.   exit函数 C,C++函数exit用来终止当前程序, 函数定义如下: void exit (int status);   官方说明如下: Terminates the process normally, performing the regular cleanup for terminating programs. Normal progr...
分类:移动开发   时间:2015-08-14 17:06:05    阅读次数:222
hadoop权威指南(第四版)要点翻译(3)——Chapter 2. MapReduce
Most importantly, MapReduce programs are inherently parallel, thus putting very large-scale data analysis into the hands of anyone with enough machines at their disposal.MapReduce comes into its own fo...
分类:其他好文   时间:2015-08-13 14:30:25    阅读次数:167
Scala中List和ListBuffer设计实现思考
今日【DT大数据梦工厂视频】《第84讲:Scala中List和ListBuffer设计实现思考》51CTO视频:http://edu.51cto.com/lesson/id-71363.html土豆视频:http://www.tudou.com/programs/view/9vOkwWDGF6M/ ...
分类:其他好文   时间:2015-08-13 00:59:51    阅读次数:171
scala的list源码解密
今日【DT大数据梦工厂视频】《第83讲:Scala中List的实现内幕源码揭秘》51CTO视频:http://edu.51cto.com/lesson/id-71363.html土豆视频:http://www.tudou.com/programs/view/Qp70gLn7jr8/ 优酷视频:htt...
分类:其他好文   时间:2015-08-12 01:04:35    阅读次数:288
将meteor部署在自己服务器上的简易方法
有meteor-up等众多工具,如果你不喜欢它们,可以尝试如下方法,自由控制。1,创建及打包项目meteor create newappmeteor build .2,上传将bunder.tar.gz上传至服务器3,运行cd bunder/programs/server/npm installcd ...
分类:其他好文   时间:2015-08-11 13:38:20    阅读次数:112
Scala中List的ListBuffer实现高效遍历
今日【DT大数据梦工厂视频】《第82讲:Scala中List的ListBuffer是如何实现高效的遍历计算的?》土豆视频:http://www.tudou.com/programs/view/WBW9Ki9Y_1g/ 优酷视频:http://v.youku.com/v_show/id_XMTMwN....
分类:其他好文   时间:2015-08-11 06:50:53    阅读次数:144
六大设计原则--里氏替换原则【Liskov Substitution Principle】
定义 最正宗的定义: If for each object o1 of type S there is an object o2 of type T such that for all programs P defined in terms of T, the behavior of P is unchanged when o1 is substituted for o2 then S is a...
分类:其他好文   时间:2015-08-10 10:40:17    阅读次数:251
Ganymed SSH-2 java执行远程linux机器命令工具
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java(tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from withinJava programs. It supports SSH ses...
分类:编程语言   时间:2015-08-06 22:34:43    阅读次数:309
企业证书发布app到七牛云服务
---恢复内容开始---最近在做企业证书发布app,从申请企业证书,到测试程序发布到七牛云存储。整了几天终于实现了,整理一下资料。1、首先,申请企业证书。 到苹果开发网站申请企业证书https://developer.apple.com/programs/enterprise/,填写必要的信息,公....
分类:移动开发   时间:2015-08-01 12:52:45    阅读次数:179
Linux中profile、bashrc、bash_profile之间的区别和联系
/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置.英文描述为:# /etc/profile# System wide environment and startup programs,...
分类:系统相关   时间:2015-08-01 00:57:24    阅读次数:157
760条   上一页 1 ... 54 55 56 57 58 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!