sailing

Everything...

2007年3月12日

提供连接字符串的网站

摘要: 一个提供连接字符串的网站,很全:http://connectionstrings.com/ 阅读全文

posted @ 2007-03-12 01:54 乌生鱼汤 阅读(116) 评论(0) 推荐(0) 编辑

2007年3月7日

输出trace信息

摘要: The program below demonstrates output the trace to three different place, it's a very cool feature in .net, very convenient and exactly what we desire of most of the time.1 eventlog2 console3 textfil... 阅读全文

posted @ 2007-03-07 14:39 乌生鱼汤 阅读(197) 评论(0) 推荐(0) 编辑

2007年3月6日

.net data providers

摘要: System.Data.DataTable dt = System.Data.Common.DbProviderFactories.GetFactoryClasses(); for (int i = 0; i < dt.Rows.Count; i++) { Console.WriteLine("... 阅读全文

posted @ 2007-03-06 23:31 乌生鱼汤 阅读(451) 评论(0) 推荐(0) 编辑

从一个constructor里调用另外一个constructor

摘要: class Person { public Person(string firstName, string lastName) :this(firstName,lastName,0) { } public Person(string firstName, string lastName, i... 阅读全文

posted @ 2007-03-06 10:46 乌生鱼汤 阅读(207) 评论(0) 推荐(0) 编辑

2007年2月27日

xml charset determine sequence

摘要: The document complies to its character set definition. The charset is usually defined in the xml declaration but it can be provided by the transport protocol, such as HTTP. If no charset is defined, u... 阅读全文

posted @ 2007-02-27 18:35 乌生鱼汤 阅读(208) 评论(0) 推荐(0) 编辑

很清晰生动得传达了意思,佩服作者的表达能力,admire

摘要: Given the availability of consts and inlines, your need for the preprocessor is reduced, but it's not completely eliminated. The day is far from near when you can abandon #include, and #ifdef/#ifndef ... 阅读全文

posted @ 2007-02-27 02:49 乌生鱼汤 阅读(280) 评论(0) 推荐(0) 编辑

2007年2月26日

unicode and encodings

摘要: unicode: universal character set and code pointUTF8, UTF16,UTF32,GB18030 unicode code point encodingGB2312, code pages, character set and code point with the encoding 阅读全文

posted @ 2007-02-26 17:07 乌生鱼汤 阅读(176) 评论(0) 推荐(0) 编辑

useful informaiton on code page (936)

摘要: http://www.microsoft.com/globaldev/reference/dbcs/936.mspx 阅读全文

posted @ 2007-02-26 15:18 乌生鱼汤 阅读(138) 评论(0) 推荐(0) 编辑

install vs2005 sp1

摘要: there is a common problem while installing vs2005 sp1, if you have that, try to see the instruction below: (also you can see the release notes for lots of known issues) Installation Issues – Windows S... 阅读全文

posted @ 2007-02-26 14:42 乌生鱼汤 阅读(194) 评论(0) 推荐(0) 编辑

2007年2月25日

很有意思的软件,可以改变操作系统的界面。不仅仅是vista

摘要: windowblindshttp://www.stardock.com/products/windowblinds/wb5/ 阅读全文

posted @ 2007-02-25 01:45 乌生鱼汤 阅读(223) 评论(0) 推荐(0) 编辑

导航