1 package oracle; 2 3 import java.sql.Connection; 4 import java.sql.DriverManager; 5 import java.sql.ResultSet; 6 import java.sql.Statement; 7 8 //...
分类:
数据库 时间:
2014-10-02 19:43:03
阅读次数:
214
在项目中碰到了一个应用异常,从表象来看应用僵死。查看Weblogic状态为Running,内存无溢出,但是出现多次线程堵塞。查看Weblogic日志,发现程序出现多次Time Out。我们知道,Weblogic会自动检测线程运行超时,当超过特点时间(默认600S),即认为此线程为堵塞线程。在日志中发...
分类:
数据库 时间:
2014-10-02 15:57:03
阅读次数:
688
ToinstallCiscoUnityConnection8.6onVMwareworkstations10,youneedthefollowing:4GBRAM200GBHD.OtherwiseyouwillseeCUCinthe"Productsnotsupportedoncurrenthardware"list.
分类:
其他好文 时间:
2014-10-02 12:50:03
阅读次数:
292
package SQL;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;...
分类:
数据库 时间:
2014-10-02 00:48:21
阅读次数:
234
检查点函数 web_reg_find("Search=body","savecount=num", "Text=test1", LAST);
分类:
Web程序 时间:
2014-10-01 23:55:51
阅读次数:
984
import UIKitlet kSuccessTitle = "Congratulations"let kErrorTitle = "Connection error"let kNoticeTitle = "Notice"let kWarningTitle = "Warning"let kInfo...
分类:
其他好文 时间:
2014-10-01 17:41:21
阅读次数:
159
题目链接:hdu 2871 Memory Control
题目大意:模拟一个内存分配机制。
Reset:重置,释放所有空间New x:申请内存为x的空间,输出左地址Free x:释放地址x所在的内存块Get x:查询第x个内存块,输出左地址
解题思路:一开始全用线段树去做,写的乱七八糟,其实只要用线段树维护可用内存。然后用户一个vector记录所有的内存块。
#include ...
分类:
其他好文 时间:
2014-10-01 15:57:31
阅读次数:
196
当最大连接数比較小时,可能会出现“1040 too many connection”错误。能够通过改动配置文件来改动最大连接数,但我连配置文件在哪都不知道,应该怎么办呢?首先须要重新启动mysql服务,运行命令:service mysql restart也有可能是:service mysqld re...
分类:
数据库 时间:
2014-10-01 15:02:21
阅读次数:
292
Ifyouhavelostorforgotroot
passwordofRHEL7,youcanfollowthissteptochangetoanewpassword,
thisisdifferentwiththeRHEL6single-usermode,1,pressebuttoninGRUB2bootscreen.2,attheendofLinuxlineaddinit=/bin/shandremove
‘rhgb‘and‘quiet‘3,Ctrl+xtobootthesystemwiththepara..
分类:
其他好文 时间:
2014-10-01 01:04:40
阅读次数:
369
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused以上一直会会出现以上问...
分类:
移动开发 时间:
2014-09-30 21:08:20
阅读次数:
236