12 2015 档案

摘要:方法1: < http-equiv="Window-target"content="_top"> 方法2: <script language="javascript"> if (self !== top) window.top.location.replace(self.location); </s 阅读全文
posted @ 2015-12-30 13:21 游子善心 阅读(8) 评论(0) 推荐(0)
摘要:/// <summary> /// 获取 formString 在 ToString 里面的次数 /// </summary> /// <param name="formString"></param> /// <param name="ToString"></param> /// <returns 阅读全文
posted @ 2015-12-16 21:30 游子善心 阅读(6) 评论(0) 推荐(0)
摘要:tracert -d 135.120.109.34 阅读全文
posted @ 2015-12-09 09:03 游子善心 阅读(13) 评论(0) 推荐(0)
摘要:use [database] select schema_name(t.schema_id) as [Schema], t.name as TableName,i.rows as [RowCount] from sys.tables as t, sysindexes as i where t.obj 阅读全文
posted @ 2015-12-03 23:34 游子善心 阅读(6) 评论(0) 推荐(0)