摘要:
可以自己查询系统表: SELECT o.name AS tableName, c.name AS columnName, p.[value] AS Description FROM sysproperties p INNER JOIN sysobjects o ON o.id = p.id INNE 阅读全文
摘要:
if(附件绝对路径!="")//添加附件 { System.Net.Mime.ContentType type = new System.Net.Mime.ContentType("application/vnd.openxmlformats-officedocument.wordprocessin 阅读全文
摘要:
插入6位随机数sql declare @i int set @i=0 while @i<1073 --总数 begin update Actor set AtrPwd = RIGHT(100000000 + CONVERT(bigint, ABS(CHECKSUM(NEWID()))), 6) -- 阅读全文
摘要:
正则获取图片地址,搬运工 <script type="text/javascript"> function myfunction() { var a = '<P><IMG src="http://bbs.cn.yimg.com/user_img/200701/31/jisuanji986_11702 阅读全文