1.修改vm上网方式为 host only2.启动虚拟机3.rm -rf /etc/udev/rules.d/70-persistent-net.rules4.修改虚拟机的网络配置: (1)vi /etc/sysconfig/network-scripts/ifcfg-eth0 (2)修改DEV.....
分类:
其他好文 时间:
2014-12-11 13:53:02
阅读次数:
194
Description``Accordian'' PatienceYou are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:Deal cards one...
分类:
其他好文 时间:
2014-12-10 16:06:53
阅读次数:
262
$(document).ready( function(){ $.extend($.fn.validatebox.defaults.rules, { minLength: { validator: function(value, param){ //value 为需要校验的输入框的值 , para....
分类:
其他好文 时间:
2014-12-09 17:21:01
阅读次数:
194
1.右键项目-》属性-》java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上** 点击确定即可。2.在MyEclipse中编写Java代码时,用到了BASE64Decoder,import sun...
分类:
编程语言 时间:
2014-12-08 17:36:00
阅读次数:
217
Apriori算法优点:易编码实现缺点:在大数据集上可能较慢适用数据类型:数值型或者标称型算法过程:关联分析是一种在大规模数据集中寻找有意思的关系的任务,这里的有意思的关系有两种:频繁项集(frequent item sets)或关联规则(association rules)。支持度(support...
分类:
编程语言 时间:
2014-12-08 02:00:55
阅读次数:
334
1.如果元素不能校验,首先检查name属性是否正确,然后看有无:ignore:""。
2使用onclick事件提交表单进行验证,示例代码如下:
var ele = 0;
function validateForm(){
var index = 0;
$("#form1").validate({
ignore:"",
rules: {
imageU...
分类:
Web程序 时间:
2014-12-06 15:26:14
阅读次数:
199
Eclipse 默认把这些受访问限制的API设成了ERROR,而com.sun.awt.AWTUtilities提供的API是受限访问的。’
因此只要把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rules)选为Wa...
分类:
编程语言 时间:
2014-12-05 14:22:28
阅读次数:
135
1.first of all ,you will meet many problem no excute permisson,pls do : chmod -R +x APQ8084/2. build/core/base_rules.mk:130: *** external/webrtc/src/....
分类:
其他好文 时间:
2014-12-05 12:25:44
阅读次数:
249
$.extend($.fn.validatebox.defaults.rules, { idcard : {// 验证身份证 validator : function(value) { return /^\d{15}(\d{2}[A-Za-z0-9])?$/...
分类:
其他好文 时间:
2014-12-04 23:06:27
阅读次数:
261
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with...
分类:
其他好文 时间:
2014-11-29 08:53:32
阅读次数:
168