dd if=/dev/sda of=/dev/null bs=1M count=1000每次测完 清一下 memory cacheecho 3 > /proc/sys/vm/drop_caches不然会继续从cache 读数据 / # dd if=/dev/sda of=/dev/null bs=1 ...
分类:
其他好文 时间:
2019-12-20 20:12:26
阅读次数:
100
oracle集合 1初识集合 集合是oracle中的一种数据类型 存放一组数据类型相同的数据 集合组成 由 下标 和 值 组成 下标的类型包含数字 (整数,pls_integer,binary_integer) 和字符串 值的类型可以是 数据库中的所有类型 (基本数据类型,记录类型(record,% ...
分类:
数据库 时间:
2019-12-19 23:00:23
阅读次数:
132
方法名描述 cursor.snapshot() cursor.itcount() cursor.batchSize() cursor.pretty() cursor.hint() cursor.min() cursor.sort() cursor.forEach() cursor.limit() c ...
分类:
数据库 时间:
2019-12-15 16:52:48
阅读次数:
123
updateprimarykey 会对左右的字段都进行更新,updateprimaryKeySelective 只会对不为null的字段进行更新。。所以在填表的web项目需要注意这个两个方法的选择,因为有的选项会传null,如果允许传null,那么第二个方方法就没有更新效果。 int updateB ...
分类:
其他好文 时间:
2019-12-14 16:09:26
阅读次数:
198
点击时候方法 // 成员人数 function modify6(rows){ $("#table_list_2").jqGrid("clearGridData"); $("#table_list_2").jqGrid('setGridParam',{ datatype:"json", postDat ...
分类:
其他好文 时间:
2019-12-14 12:14:05
阅读次数:
176
多半都是文件在传输、复制的时候,发生了损坏; 尽量cp不要用mv 其次,注意文件的大小; ...
分类:
其他好文 时间:
2019-12-12 23:51:21
阅读次数:
350
if(recordlist!=null&&recordlist.size()>0) { for (Record record : recordlist) { //根据频次决定使用年月还是执行时间 if(frequency!=null&&frequency.equals("每小时")) { list. ...
分类:
其他好文 时间:
2019-12-12 15:12:45
阅读次数:
150
Next-Key Locks = Gap+record => 间隙锁+行锁,执行delete/update操作时会加Next-Key Locks ,如果where条件是可以唯一确定一行的话,会被升级为普通行锁不会加区间锁。 1、delete/update操作无索引列=>表锁 2、delete/upd ...
分类:
数据库 时间:
2019-12-11 19:22:38
阅读次数:
107
【问题】image jmdiservice:1206 could not be accessed on a registry to record its digest. Each node will access jmdiservice:1206 independently, possibly le ...
分类:
数据库 时间:
2019-12-11 17:34:55
阅读次数:
634
下面代码,得到当前数据库中的文字样式表,然后向样式表中添加一个文字样表记录 C#代码: 调用上面函数,增加"aa"文字样式 效果展示: ...
分类:
编程语言 时间:
2019-12-10 16:38:32
阅读次数:
137