2011年12月22日
摘要: =CONCATENATE(IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(IN 阅读全文
posted @ 2011-12-22 17:33 子虚乌有 阅读(270) 评论(0) 推荐(0)
  2011年11月29日
摘要: first,tnsping dev02, test configure in tnsnames.ora file,it's oksecodsqlplus username/password@dev02, is also work but when i start the program, it re 阅读全文
posted @ 2011-11-29 16:15 子虚乌有 阅读(297) 评论(0) 推荐(0)
  2011年11月22日
摘要: Look for whick machine use IP in local networknststat -a 172.16.73.95 find the machine nameshutdown -r close machinemsinfo32 get the machine info 阅读全文
posted @ 2011-11-22 19:31 子虚乌有 阅读(266) 评论(0) 推荐(0)
  2011年11月20日
摘要: first , cd nginx source direct, then type ./configure --prefix=/usr/local/nginx it told me that, with no pcre , so i download pcre.an install it to /u 阅读全文
posted @ 2011-11-20 21:00 子虚乌有 阅读(153) 评论(0) 推荐(0)
  2011年11月17日
摘要: BitMap is a useful struct, here is a simple class for get and set 阅读全文
posted @ 2011-11-17 17:07 子虚乌有 阅读(153) 评论(0) 推荐(0)
摘要: Today, when i read some part of the system, i found a static class, so i record here static class or non static class can has static constructor. stat 阅读全文
posted @ 2011-11-17 17:02 子虚乌有 阅读(330) 评论(0) 推荐(0)
  2011年11月16日
摘要: ID not null IDENTITY(0, 1) it means, that the feild will automatic growth. at init, field ID is 0, then add one record, ID field will increse 1. 阅读全文
posted @ 2011-11-16 12:42 子虚乌有 阅读(157) 评论(0) 推荐(0)
  2011年11月15日
摘要: when we excute sql script, the absolute path is too long, so what can do ?you can set Environment Variables "SQLPATH"example:SQLPATH=c:\test\test;C:\t 阅读全文
posted @ 2011-11-15 16:52 子虚乌有 阅读(152) 评论(0) 推荐(0)
  2011年11月14日
摘要: today i get puzzle about abstract, so i try to do example abstract method only can be used in abstract class. 阅读全文
posted @ 2011-11-14 17:23 子虚乌有 阅读(147) 评论(0) 推荐(0)
  2011年11月11日
摘要: As a simple demo create, i met some problem in this procesfirst, how to use controls. such as ASPxTreeList, GridViewsecond, change Windows Auth to Sql 阅读全文
posted @ 2011-11-11 17:05 子虚乌有 阅读(322) 评论(0) 推荐(0)