摘要:
using System; using System.Collections.Specialized; using System.IO; using System.Net; using System.Text; using System.Text.RegularExpressions; using 阅读全文
摘要:
查看数据表的信息,只能算是优化用户体验 --用户表 if exists(select * from sysobjects where name = 'bi_user') drop table bi_user create table bi_user ( user_id int not null pr 阅读全文