摘要:2005-12-31 深圳 睛终于到深圳了,三点半出发,既然8点到深圳(南山),一路的堵车,终于到了,今天是05年最后的一天,明天将进入新的一年,有三天休息时间休息
阅读全文
posted @ 2005-12-31 20:41
|
|||
12 2005 档案
摘要:2005-12-31 深圳 睛终于到深圳了,三点半出发,既然8点到深圳(南山),一路的堵车,终于到了,今天是05年最后的一天,明天将进入新的一年,有三天休息时间休息
阅读全文
posted @ 2005-12-31 20:41
摘要:得到显示器分辨率 Dim X As Short = System.Windows.Forms.Screen.PrimaryScreen.Bounds.WidthDim Y As Short = System.Windows.Forms.Screen.PrimaryScreen.Bounds.HeightMsgBox("您的显示器分辨率是:" & X & " X " & Y) 得到特殊文件夹的路径 ...
阅读全文
posted @ 2005-12-31 14:38
摘要:1 I want a package deal including airfare and hotel. 我需要一个成套服务,包括机票和住宿 2 I’d like to change this ticket to the first class. 我想把这张票换成头等车。 3 I’d like to reserve a sleeper to Chicago. 我要预订去芝加哥的卧铺。 4 I wo...
阅读全文
posted @ 2005-12-30 18:59
摘要:做一个类似Sql Server里的管理服务器工具,为了得到SQL服务器的列表,代码具体如下: 1SQLDMO.Application sqlApp = new SQLDMO.Application(); 2 SQLDMO.NameList ServerName = null; 3 try 4 { 5 ...
阅读全文
posted @ 2005-12-30 16:23
|
|||