2014年8月26日

树型结构查询语句备忘

摘要: SELECT TOP 1000 [ID] ,[ParentID] ,[Name] ,[Content] ,HasChildren = ISNULL((SELECT 1 WHERE EXISTS(SELECT TOP 1 1 FROM t_Tree WHERE... 阅读全文

posted @ 2014-08-26 13:15 空明流光 阅读(156) 评论(0) 推荐(0)

vb6 webbrowser 事件捕获

摘要: Private WithEvents htmlDocument As htmlDocumentPrivate WithEvents btnCompute As MSHTML.HTMLButtonElementPrivate WithEvents txtNum1 As MSHTML.HTMLInput... 阅读全文

posted @ 2014-08-26 12:56 空明流光 阅读(890) 评论(0) 推荐(0)

导航