摘要:
本文翻译自:http://www.yeap.de/blog2.0/archives/260-Subversion-Certificate-Problems-with-Ubuntu-Precise-Pangolin.html。首先向原作者致敬!!在ubuntu12.04上,安装Subversion官网安装 SVN 后,链接svn地址时,可能会出现错误提示如下:OPTIONS of '': SSL handshake failed: SSL error: Key usage violation in certificate has been detected. ()这个问题的根本原 阅读全文
阅读排行榜
MVN test
2012-10-23 09:06 by java20130722, 416 阅读, 收藏,
摘要:
1. 忽略测试失败
[...] org.apache.maven.plugins
maven-surefire-plugin true [...]
插件参数表达式testFailureIgnore Set this to true to ignore a failure during testing. Its use * Type: boolean* Required: No* Expression: ${maven.test.failure.ignore}这个表达式可以从命令行通过 -D 参数设置。 $ mvn test -Dmaven.test.failure.ignore... 阅读全文
INF Manufacturer Section
2012-04-30 09:04 by java20130722, 416 阅读, 收藏,
摘要:
INFManufacturerSection[Manufacturer]manufacturer-identifier[manufacturer-identifier][manufacturer-identifier]...描述:ManufacturerSection指定了INF文件安装的设备制造商信息。manufacturer-identifier指定一个设备模型制造商和包含设备模型制造商信息的INF域(INFSection)其格式如下:manufacturer-name|%strkey%=models-section-name|%strkey%=models-section-name[,T 阅读全文
hive中的静态分区与动态分区
2013-07-12 12:42 by java20130722, 414 阅读, 收藏,
摘要:
hive中创建分区表没有什么复杂的分区类型(范围分区、列表分区、hash分区、混合分区等)。分区列也不是表中的一个实际的字段,而是一个或者多个伪列。意思是说在表的数据文件中实际上并不保存分区列的信息与数据。下面的语句创建了一个简单的分区表:create table partition_test(member_id string,name string)partitioned by (stat_date string,province string)ROW FORMAT DELIMITED FIELDS TERMINATED BY ',';这个例子中创建了stat_date和pr 阅读全文
用U盘装ubuntu时每次启动都需要U盘
2012-06-08 13:56 by java20130722, 414 阅读, 收藏,
摘要:
本方法亲测与Ubuntu12.04,其他Ubuntu系统估计类似解决办法是进入Ubuntu后运行以下两个语句:sudo grub-install /dev/sdasudo update-grub查资料说是:由于装系统时某些启动消息写在U盘上了。此方法同样适用于:先装了Ubuntu,然后用U盘安装windows系统的话,也可以用此方法解决。 阅读全文
浙公网安备 33010602011771号