P23

  Hadoop 任务调度器-董西成 文档

用户被划分到某个队列 每个队列分配一定量的资源 作业(job) 提交时间 优先级(5个优先级:VERY_HIGH,HIGH, NORMAL, LOW, VERY_LOW) 任务(task) 本地性(node locality,

gppxm 2012-10-19   6598   0
P3

  Hadoop Streaming 文档

priority=VERY_HIGH | HIGH | NORMAL | LOW | VERY_LOW设置作业优先级,使用-jobconf mapred.job.map.capacity=M设置同时最多运行M个map任务,使用-jobconf

misterle 2012-10-07   2751   0

为开发人员和设计师准备的20个新鲜工具 资讯

It uses the data attributes for defining the breakpoints and the HTML comments for hiding the content

jopen 2013-11-19   12206   0
工具  

16个用于工作和娱乐的最有用开源软件 资讯

considered the be one of the best MP3 encoder at mid-high bitrates and at VBR. Because of the developers and

jopen 2014-08-15   16429   0

10个JavaScript库绘制自己的图表 资讯

diagram elements (rectangle, circle, ellipse, text, image, path) ready-to-use diagram elements of well-known

n6xb 2015-04-06   33365   0

非常棒的Go语言框架,库和软件集合:Awesome Go 经验

Preprocessors Libraries for preprocessing CSS files c6 - High performance SASS compatible-implementation compiler

jopen 2015-09-13   185912   0

C#, Java, PHP, Python 和 Javascript 的 AES 加密解密实现 代码段

"1234567812345678"; $data = "Test String"; //加密 $encrypted = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $privateKey, $data, MCRYPT_MODE_CBC

yb22 2015-01-07   3569   0
加密  

memdb - 全球首个支持分布式事务的MongoDB 经验

Database Performance and Scalable Fast in memory data access, up to 25,000 ops (single doc read/write)

jopen 2015-10-16   33102   0

java加密解密类 代码段

string"); byte[] encrypted = null; try { cipher.init(Cipher.ENCRYPT_MODE, keyspec, ivspec); encrypted = cipher

pc688 2015-05-05   2666   0
Java  

java加密解密类 代码段

string"); byte[] encrypted = null; try { cipher.init(Cipher.ENCRYPT_MODE, keyspec, ivspec); encrypted = cipher

engd 2015-01-16   1796   0
Java  

Java加密类 经验

string"); byte[] encrypted = null; try { cipher.init(Cipher.ENCRYPT_MODE, keyspec, ivspec); encrypted = cipher

jopen 2012-05-29   22310   0

IMAP客户端Roundcube Webmail v1.3-rc 发布 资讯

Enigma: Fix handling of messages with nested PGP encrypted parts ( #5634 ) Minimize unwanted message loading

jopen 2017-04-26   25380   0
浏览器   IMAP   PHP   Ajax   MySQL  

KDE Frameworks 5.17.0 发布 资讯

is ready (bug 355943) Don't reposition while hiding. (bug 354352) [IconItem] Don't crash on null

jopen 2015-12-13   5270   0

Javascript下aes加解密 代码段

aes.js是会报错的