Chinaunix首页 | 论坛 | 博客
  • 博客访问: 538801
  • 博文数量: 102
  • 博客积分: 950
  • 博客等级: 准尉
  • 技术积分: 1094
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-28 16:07
文章分类

全部博文(102)

文章存档

2020年(2)

2016年(5)

2015年(15)

2014年(25)

2013年(18)

2012年(19)

2011年(18)

我的朋友

发布时间:2014-02-12 15:02:36

下载eclipse插件源码 https://github.com/winghc/hadoop2x-eclipse-plugin     Yum searce eclipse Yum install eclipse   ant jar -Dversion=2.2.0-Declipse.home=/home/eclipselib/ -Dhadoop.home=/home/hd2/Hadoop  .........【阅读全文】

阅读(1904) | 评论(0) | 转发(0)

发布时间:2014-01-20 10:07:14

这里说下Linux 系统怎么通过openssl命令生成 证书。首先执行如下命令生成一个key1openssl genrsa -des3 -out ssl.key 1024然后他会要求你输入这个key.........【阅读全文】

阅读(712) | 评论(0) | 转发(0)

发布时间:2013-12-20 17:23:17

在你配置了你的pom文件后,你就可以使用如下命令来运行maven2mvn compiler:compile 编译你的原文件mvn jar:jar 打包mvn site:site 生成项目站点......【阅读全文】

阅读(794) | 评论(0) | 转发(0)

发布时间:2013-10-10 11:44:18

reload(sys)sys.setdefaultencoding('utf-8')sys.stdout.flush()#encoding=utf-8    print 'Title:     '+entry['title'].encode('utf-8')    print 'Publisher: '+entry['publisher'].encode('utf-8')......【阅读全文】

阅读(1286) | 评论(0) | 转发(0)

发布时间:2013-09-27 20:05:03

解码:    $de_key =~ 's/%(..)/pack("c", hex($1))/eg';编码:$en_url =~ s/(\W)/sprintf("%%%02X",unpack("C",$1))/eg;......【阅读全文】

阅读(997) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flb_20012010-09-25 07:52

回复  |  举报
留言热议
请登录后留言。

登录 注册