摘要:
import urllib2 from sgmllib import SGMLParser class ListName(SGMLParser): def __init__(self): SGMLParser.__init__(self) self.is_h4="" self.name=[] def start_h4(self,attrs): self.is_h4=1 def end_h4(self): self.is_h4="" def handle_data(self,text): if self.is_h4==1: self.name.append 阅读全文
posted @ 2012-12-29 22:27
bert.zeng
阅读(403)
评论(0)
推荐(0)
摘要:
--查询建立时间--表select* from sysobjects where id=object_id(N'表名') and xtype='U' --表的结构 select * from syscolumns where id=object_id(N'表名') --存储过程 select * from sysobjects where id=object_id(N'dqtx') and xtype='P'--查询最后修改时间--存储过程select name,modify_date from sys.all_o 阅读全文
posted @ 2012-12-29 19:29
bert.zeng
阅读(445)
评论(0)
推荐(0)

浙公网安备 33010602011771号