About oracle path for configure file
摘要: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
子虚乌有
阅读(291)
推荐(0) 编辑
Three cmd about machine info
摘要: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
子虚乌有
阅读(249)
推荐(0) 编辑
How to Install nginx for me
摘要: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
子虚乌有
阅读(146)
推荐(0) 编辑
About Bitmap
摘要:BitMap is a useful struct, here is a simple class for get and set
阅读全文
posted @
2011-11-17 17:07
子虚乌有
阅读(151)
推荐(0) 编辑
Static class& class init
摘要: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
子虚乌有
阅读(328)
推荐(0) 编辑
About Sql Identity
摘要: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
子虚乌有
阅读(153)
推荐(0) 编辑
About SQL Path
摘要: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
子虚乌有
阅读(146)
推荐(0) 编辑
About Abstract
摘要: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
子虚乌有
阅读(145)
推荐(0) 编辑
First Write ASP.Net
摘要: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
子虚乌有
阅读(319)
推荐(0) 编辑
About Link for GridView
摘要:when we need add a link to GridView , so we can use template just like :<asp:TemplateField HeaderText="Name"><ItemTemplate><a href='<%#Eval("your url"
阅读全文
posted @
2011-11-07 13:14
子虚乌有
阅读(144)
推荐(0) 编辑