/* *插入方法 */function addEditRow(obj, modelId) { $($("#" + modelId).html()).insertAfter($(obj).parent().parent().parent()) } 触发按钮 <input type="button" o ...
分类:
Web程序 时间:
2017-07-27 20:12:19
阅读次数:
179
一、故障现象dell3046dell3050新主机安装操作系统时,在BIOS、pe中能够正常使用USB键鼠,安装成功后,进入windows登录后,安全模式,USB键鼠无任何反应。二、处理过程1.因使用wds安装系统,首先错误的认为是wds本身的问题,尝试在WDS中检查各个环节,均未见异常2.尝试在主机上..
分类:
其他好文 时间:
2017-07-24 16:25:05
阅读次数:
148
一、 硬件环境 Master: Dell R720 Intel(R)Xeon(R) CPU E5-2640 v2 @ 2.00GHz MEM 64G。disk 4*2.5 SAS 网络4* 千兆 Slave: Dell R720 Intel(R)Xeon(R) CPU E5-2640 v2 @ 2. ...
分类:
数据库 时间:
2017-07-22 22:26:34
阅读次数:
158
根据运行模式来划分 The two units in a failover configuration must have the same hardware configuration. They must be the same model, have the same number and t ...
分类:
其他好文 时间:
2017-07-22 16:41:52
阅读次数:
210
CVR并发写入测试 测试环境: 主机:DELL Optiplex 790 系统:Windows7SP1 64bit CPU:i5-2500 3.3GB 4核 内存:8GB 硬盘:希捷 7200rpm 1TB(通电次数668,已使用5914小时) 写入时间(不含等待时间) 写入时间(含等待时间): ...
分类:
其他好文 时间:
2017-07-20 17:36:10
阅读次数:
180
昨天用DellPowerEdgeT110安装WindowsServer2008R2系统,首先开机启动进入BIOS设定从USB或是DVD光盘启动,然后插入U盘以引导安装系统。可是机器始终无法从U盘或光盘启动,于是再次进入BIOS查看发现先前的设定并没有改变。反复折腾许久之后看到机器在启动的过程中出现一条Caution..
分类:
移动开发 时间:
2017-07-20 14:15:00
阅读次数:
1043
Array.prototype.del=function(n) { //n表示第几项,从0开始算起。 //prototype为对象原型,注意这里为对象增加自定义方法的方法。 if(n<0){//如果n<0,则不进行任何操作。 return this; }else{ return this.slice ...
分类:
编程语言 时间:
2017-07-19 23:36:57
阅读次数:
280
A Full Hardware Guide to Deep Learning . ...
分类:
其他好文 时间:
2017-07-19 14:28:53
阅读次数:
127
Android手机摇一摇的实现SensorEventListener 看实例 package com.example.shakeactivity; import android.content.Context; import android.hardware.Sensor; import andro ...
分类:
移动开发 时间:
2017-07-16 20:24:18
阅读次数:
231
用Inter Atom模式的Android模拟器启动报一下错误: Starting emulator for AVD 'new' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensur ...
分类:
其他好文 时间:
2017-07-15 18:00:43
阅读次数:
142