__木子  

2016年5月31日

摘要: 1.Response.Redirect("http://www.hao123.com",false); bool值为是否停止执行当前页 2.Server.Transfer("Default2.aspx?name=zhangsan",true); 默认情况下,Server.Transfer方法不会把表 阅读全文
posted @ 2016-05-31 13:03 __木子 阅读(1828) 评论(0) 推荐(0)
 
摘要: select 'public '+ case t.name when 'varchar' then 'string' when 'smallint' then 'Int16' when 'int' then 'Int32' when 'datetime' then 'DateTime' when 'numeric' then 'double' else 'string' end +' ' 阅读全文
posted @ 2016-05-31 10:49 __木子 阅读(420) 评论(0) 推荐(0)
 
摘要: 1 阅读全文
posted @ 2016-05-31 10:46 __木子 阅读(311) 评论(0) 推荐(0)