Executed as user: WTC\Ebw.Admin. Transaction (Process ID 95) was deadlocked on lock resources with another process and has been chosen as the deadlock...
分类:
其他好文 时间:
2014-09-02 12:19:24
阅读次数:
200
一、数据类型1.NumberNumber初值为NaN(Not a Number)NaN与所有数字的运算结果都是NaN所以计算时或判断时务必记得给Number赋初始值trace(100+NaN); //NaNtrace(0==NaN); //falsetrace(0!=NaN); //truetrac...
分类:
其他好文 时间:
2014-08-31 22:44:02
阅读次数:
300
08/30/14 11:19:33,422 INFO =============CDN BaseLib is starting......!================ pid = 6050 [src/main.cpp:537]
08/30/14 11:19:33,422 TRACE Enter InitThreadPool() [src/main.cpp:378]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:29
阅读次数:
214
08/30/14 11:19:37,742 INFO =============cdnadapter is starting...... ! ============= pid = 6199 [./src/frame.cpp:469]
08/30/14 11:19:37,742 TRACE Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 ...
分类:
其他好文 时间:
2014-08-30 12:42:19
阅读次数:
532
08/30/14 11:19:25,307 INFO
=============cl is starting...... ! ============= pid = 5735
[./src/frame.cpp:469]
08/30/14 11:19:25,307 TRACE
Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 11:...
分类:
其他好文 时间:
2014-08-30 12:42:09
阅读次数:
318
08/30/14 11:19:29,856 INFO =============CDN BaseLib is starting......!================ pid = 5894 [src/main.cpp:417]
08/30/14 11:19:29,857 TRACE Enter InitThreadPool() [src/main.cpp:260]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:00
阅读次数:
317
一表结构如下:MySQL5.5.305.6.20版本,表大概有815万行CREATETABLEt_audit_operate_log(Fidbigint(16)AUTO_INCREMENT,Fcreate_timeint(10)unsignedNOTNULLDEFAULT‘0‘,Fuservarchar(50)DEFAULT‘‘,Fipbigint(16)DEFAULTNULL,Foperate_object_idbigint(20)DEFAULT‘0‘,PRIMARYKEY(Fi..
分类:
数据库 时间:
2014-08-29 03:02:57
阅读次数:
332
The service provided by a servlet is implemented in the service method
of a GenericServlet, in the doMethod methods (where Method can take the value Get,Delete, Options, Post, Put,
or Trace) of an...
分类:
编程语言 时间:
2014-08-28 18:09:05
阅读次数:
345
其实我没有做到记忆一些已经判定过的状态,增加trace来记忆已判定状态,去掉重复判断#include #define N 9 int q[N] = {0};int not_end = 1;int trace = 0;int cnt = 0;int sum = 0;void print_q() { ....
分类:
其他好文 时间:
2014-08-28 11:15:49
阅读次数:
186
int get_ndisks()
{
HANDLE hDevice; // handle to the drive to be examined
int ndisks = 0;
char path[20] = {"\\\\.\\PhysicalDrive0"};
do {
//TRACE("NDISKS %...