码迷,mamicode.com
首页 >  
搜索关键字:pilot work experienc    ( 9392个结果
centOS6.3(64bit)Hadoop的Eclipse开发环境搭建
操作系统centos6.3(64位) 一个namenode 两个datanode Hadoop版本:hadoop-1.1.2 Eclipse版本:eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.zip( Eclipse SDK For Linux 4.4 RC 2(64 Bit ) ) JDK:版本 [work@...
分类:系统相关   时间:2014-11-07 17:04:40    阅读次数:288
ubuntu SVN项目创建
1、创建项目svnadmin create test /home/work/svn/testtest:项目名称/home/work/svn/test:代码仓库地址2、更改授权文件/home/work/svn/test/conf/passwd/home/work/svn/test/conf/auth3...
分类:系统相关   时间:2014-11-07 12:38:06    阅读次数:209
Aaron Swartz Rewriting Reddit中关于web.py的创建思路
So how should things work? The first principle is that code should be clear and simple. If you want to output some text, you call web.output. If you w...
分类:Web程序   时间:2014-11-06 19:12:15    阅读次数:259
UVA 113 Power of Cryptography (数学)
Power of CryptographyBackgroundCurrent work in cryptography involves (among other things) large prime numbers and computing powers of numbers modulo f...
分类:其他好文   时间:2014-11-05 21:03:37    阅读次数:237
URAL 1099. Work Scheduling 一般图匹配带花树
一般图匹配带花树模版题: 将奇环缩成圈(Blossom),然后找增广路..... 1099. Work Scheduling Time limit: 0.5 second Memory limit: 64 MB There is certain amount of night guards that are available to protect t...
分类:其他好文   时间:2014-11-05 17:26:01    阅读次数:225
Mysql的root密码由空改为123456
使用mysqladmin mysqladmin -u root -p password mypasswd 输入这个命令后,需要输入root的原密码(空的),然后root的密码将改为mypasswd。 [work@master bin]$ mysqladmin -u root password 123456 [work@master bin]$  以上命令执行完后,第二行为空,这说明你的密...
分类:数据库   时间:2014-11-05 17:22:11    阅读次数:300
Elasticsearch安装说明
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便1、下载jdk-7u71-linux-x64.gz2、Tarzxvfjdk-7u71-linux-x64.gz3、mvjdk1.7.0_71//home/work/local/java/4、vim/etc/profileexportJAV..
分类:其他好文   时间:2014-11-05 15:01:19    阅读次数:223
NFS 安装问题解决
开始使用这个: mount -t nfs 192.168.119.138:/root/work /share 报错: ?cat /var/log/messages | grep mount Nov ?4 15:16:09 air02 rpc.mountd[19139]: Caught signal 15, un-registering and exiting. Nov...
分类:其他好文   时间:2014-11-04 20:03:06    阅读次数:707
Telnet英文全称
Telnet:telecom munication net work protocol,电信网络协议...
分类:Web程序   时间:2014-11-04 19:49:03    阅读次数:234
浏览器的渲染原理简介
看到这个标题大家一定会想到这篇神文《How Browsers Work》,这篇文章把浏览器的很多细节讲得很细,而且也被翻译成了中文。为什么我还想写一篇呢?因为两个原因,这篇文章太长了,阅读成本太大,不能一口气读完。花了大力气读了这篇文章后可以了解很多,但似乎对工作没什么帮助。所以,我准备写下这篇文章...
分类:其他好文   时间:2014-11-04 14:45:17    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!