02 2010 档案
what is AJAX exactly?
摘要: who is Ajax? 特洛伊(Troy)看过没?阿伽门侬(Agamemnon)手下除了阿基里斯(Achilles, 战神,敏捷型英雄)的排行老二的那个大个(ajax,使锤的,力量型的哈)。就是那后来被赫克托(Hektor,大王子)杀了(秒杀)的那个。 what is Ajax? XMLHttpRequest + Javascript what is XMLHttpRequest ? loo...阅读全文
posted @ 2010-02-18 15:48 qinghao 阅读(7) | 评论 (0) 编辑
不会抛异常的异常
摘要: MSDN 和Object Browser 都告诉我System.Data.OleDbConnection的::OleDbConnection(string)不会抛Exception. 但我真切的在new 的时候得到了一个异常。 这是怎么来的? Public Class Program Shared Sub Main() Dim ole As System.Data.OleDb.OleDbConne...阅读全文
posted @ 2010-02-12 10:23 qinghao 阅读(943) | 评论 (3) 编辑
sql trick
摘要: set @depts = @depts + ','while charindex(',',@depts) > 0 Begin set @dept=left(@depts,charindex(',',@depts)-1) insert into @DEPTTAB(deptid) select @dept set @depts = substring(@depts,charindex(','...阅读全文
posted @ 2010-02-04 14:46 qinghao 阅读(7) | 评论 (0) 编辑

Copyright © 2009 qinghao Powered by: 博客园