03 2015 档案

摘要: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.object_id = i. 阅读全文
posted @ 2015-03-23 17:07 Dupont 阅读(561) 评论(0) 推荐(0)
摘要:很多网友都会发现好多的网页中会有诸如,网页中如何启用QQ交谈?1. 登录QQ, 打开网址:http://shang.qq.com/v3/widget.html 启用QQ通讯组件。2. 选择组件样式,设置提示语,例如:3. 刷新页面,Click"复制代码",粘贴到你自己的页面上,就大功告成了。就这么简... 阅读全文
posted @ 2015-03-19 17:15 Dupont 阅读(392) 评论(0) 推荐(0)