CA证书的配置
Ubuntu上CA证书的配置可以通过工具ca-certificates来方便的进行。该工具默认是随Ubuntu安装的,如果没有可以通过下面的命令来安装:
sudo apt-get install ca-certificates 需要安装CA证书我们只需要将其放在”/usr/share...
分类:
其他好文 时间:
2014-06-12 17:03:27
阅读次数:
347
1:引入的jar包1.X版本有hadoop-core包;而2.x没有如果你需要hdfs就引入\share\hadoop\common\lib
+hadoop-common-2.0.0-cdh4.6.0.jar +hadoop-hdfs-2.0.0-cdh4.6.0.jar
+\share\hadoo...
分类:
其他好文 时间:
2014-06-12 13:59:33
阅读次数:
255
java swing实现动态心形图案的代码下载 http://www.zuidaima.com/share/1852319645518848.htm...
分类:
编程语言 时间:
2014-06-10 13:34:52
阅读次数:
247
java swing实现小球沿正弦曲线运动的代码 http://www.zuidaima.com/share/1852345677564928.htm...
分类:
编程语言 时间:
2014-06-10 10:58:28
阅读次数:
251
Write an algorithm to print all ways of arranging
eight queens on an 8*8 chess board so that none of them share the same row,
column or diagonal.思路:本质...
分类:
其他好文 时间:
2014-06-10 10:36:29
阅读次数:
182
第一步,校正VPS时区设置:rm -rf /etc/localtime ln -s
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime第二步,修改FTP软件配置用vi打开vi
proftpd.conf(/usr/local/proftp/etc)找到Us...
分类:
其他好文 时间:
2014-06-10 09:13:29
阅读次数:
187
在Sql Server中,如果将某字段定义成日期 时间
类型DateTime,那么在视图中会默认显示成年月日时分秒的方式(如 2013/8/6
13:37:33)如果只想显示成年月日或者其他自定义形式,怎么办?下面的方法可以解决:1.在Share文件夹下,创建一个文件夹TimeConversion2...
分类:
Web程序 时间:
2014-06-09 17:58:48
阅读次数:
564
【题目】
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit.
...
分类:
其他好文 时间:
2014-06-08 15:11:58
阅读次数:
298
http://www.zuidaima.com/share/1838230785625088.htm java中使用FIFO队列:java.util.Queue实现多台服务器发邮件的代码...
分类:
编程语言 时间:
2014-06-08 05:03:50
阅读次数:
310