posted @ 2006-03-08 17:02 天生舞男 阅读(440) 评论(4) 编辑
摘要: ''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Li xiaojian | | E-m...阅读全文
摘要: 1.在TestPrint.aspx页面中 document.all('TestPrintForm').action = "http://localhost/DicomPrint_2/print.aspx"; document.all('TestPrintForm').submit(); 这种方法会把TestPrintForm窗体上所有的控件值传入print.aspx页面, 并且形式为Req...阅读全文
posted @ 2006-02-28 11:30 天生舞男 阅读(128) 评论(0) 编辑
摘要: function ShowFolderInfo() { var fso, fldr, s = ""; // 获得 FileSystemObject 的实例。 fso = new ActiveXObject("Scripting.FileSystemObject"); // 获得 Drive 对象。 fldr = fso.GetFolder("c:"); // 打印父文...阅读全文
posted @ 2006-02-21 13:03 天生舞男 阅读(597) 评论(0) 编辑
摘要: // 我们可以从两个数的比较小的那个开始,看看时候可以同时整除这两个数,如果可以,那么就是结果。 // 如果不行,我们就把它减一,再试。一直到减到1,这时一定是可以整除的。 /* public static int GetBigestCommonDivisor(int x, int y) { int nresult; if (x > y) nresult = y; els...阅读全文
posted @ 2006-02-21 09:46 天生舞男 阅读(164) 评论(0) 编辑
摘要: 过程如下:download rose2003crack1.先用rational.exe,lmgrd.exe覆盖到你的安装目录的Rational\common\下2.然后改license.dat里面的SERVER yourPC ANYDAEMON rational "C:\Program Files\Rational\Common\rational.exe"改成SERVER 你的机器名 ANYDAE...阅读全文
posted @ 2006-02-15 22:55 天生舞男 阅读(1479) 评论(3) 编辑
摘要: 问题一:删除了不该删除的记录。// 应该删除第2,3 条记录,结果删除的是第2,4条记录。因为删除第2条记录时,第4条记录会挤入第// 三条,结果它Index为2.int nIndex1 = 1;int nIndex2 = 2;alPhoneName = dataSourcePhone.CreatePhoneArrayList();dataSourcePhone.DeletePhoneByInde...阅读全文
posted @ 2006-02-15 13:59 天生舞男 阅读(325) 评论(0) 编辑
摘要: This year, my age is 22 years old, along with age up, must have a pullulation log, so I use the cnblogs to write some log today.I have some expection in this year, first I want find a girl friend, an...阅读全文
posted @ 2006-02-08 12:04 天生舞男 阅读(75) 评论(0) 编辑
摘要: 开始的时候: 普通 优先 效果是选择框和文字对不齐修改以后 <span style='vertical-align:middle'>普通</span> <span style='vertical-align:middle'>优先</span> ...阅读全文
posted @ 2006-01-25 10:33 天生舞男 阅读(1337) 评论(1) 编辑
摘要: You receive a "Setup has detected that another program requires the computer to reboot" message when you install Visual Studio .NET SYMPTOMS When you install Microsoft Visual Studio .NET, you may rec...阅读全文
posted @ 2006-01-15 19:35 天生舞男 阅读(262) 评论(0) 编辑