批量禁用隧道适配器:在CMD下分别执行如下三条命令。netsh interface teredo set state disable netsh interface 6to4 set state disable netsh interface isatap set state disable使用de...
分类:
其他好文 时间:
2014-08-21 12:51:34
阅读次数:
192
Herve Leger dresses sale are positioned to represent its presence unless conditions in the body. Therefore, it is important to hire a good carpet clea...
分类:
其他好文 时间:
2014-08-21 12:50:44
阅读次数:
259
题意:给定一堆2二进制砝码,给定一个物品,要求在天平两端加入物品和砝码使之平衡,求可能数。思路:一开始想到了直接用数学原理,结果没证出来。做如下思考,此题需要用二进制:(1)设物品重量为w,加入的砝码重量为x,另一边重量为y,便有w+x=y。(2)另外,假如物品为100110,加入的砝码可以为000...
分类:
其他好文 时间:
2014-08-21 12:50:24
阅读次数:
251
recently try to install mysql in my computer so that I can practise some sql statement on sever.But there are some problem while install mysql packag....
分类:
数据库 时间:
2014-08-21 12:50:14
阅读次数:
179
Hadoop HDFS文件常用操作及注意事项1.Copy a file from the local file system to HDFSThe srcFile variable needs to contain the full name (path + file name) of the fi...
分类:
其他好文 时间:
2014-08-21 12:50:04
阅读次数:
224
最近做的偏向并发了,因为以后消息会众多,所以,jms等多个线程操作数据的时候,对共享变量,这些要很注意,以防止发生线程不安全的情况。(一)先说说第一个,模拟对信息的发送和接收。场景是这样的:就像笔者之前做的消息的发送,一个是服务器,一个是客户端。发送的话,要保证信息100%的发送给客户端,那么发给客...
分类:
编程语言 时间:
2014-08-21 12:49:54
阅读次数:
440
一. 错误日志简介;
二. 错误日志维护;
三. 错误日志查看及告警;
分类:
数据库 时间:
2014-08-21 12:49:14
阅读次数:
392
如果以上的操作依然不能使数据库资源自动启动,那么参考下面这篇文章修改资源AUTO_START属性。查看资源状态:crsctl status resource 资源 -p crsctl -h For example, crsctl relocate resource -h[grid@edudb1 ~]...
分类:
数据库 时间:
2014-08-21 12:49:04
阅读次数:
372
一个非常实用的javascript读写Cookie函数一个非常实用的javascript读写Cookie函数 function GetCookieVal(offset)//获得Cookie解码后的值{var endstr = documents.cookie.indexOf (";",...
分类:
编程语言 时间:
2014-08-21 12:48:44
阅读次数:
294