摘要: using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco... 阅读全文
posted @ 2014-10-21 17:41 大空白纸 阅读(575) 评论(0) 推荐(0) 编辑
摘要: //获取公示栏内容 s = "$row.detail$"; mainContent =s; //如果有多个table使用下面注释的正则只会匹配成一个table //var tabReg ... 阅读全文
posted @ 2014-10-21 14:45 大空白纸 阅读(3339) 评论(0) 推荐(0) 编辑
摘要: protected void Page_Load(object sender, EventArgs e) { string filePath = @"D:/Prjects/MT147/example/01/"; //将是视频转为SWF格式... 阅读全文
posted @ 2014-10-21 14:39 大空白纸 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 页面分页 标题 阅读全文
posted @ 2014-10-20 23:38 大空白纸 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 1、匹配不含某个字符:如:匹配不含abc字符((?!abc).)* 阅读全文
posted @ 2014-10-20 20:50 大空白纸 阅读(128) 评论(0) 推荐(0) 编辑
摘要: --创建存储过程create proc test_proc @date datetimeas select * from t_user where times betweenconvert(datetime,CONVERT(varchar(10),DATEPART(YYYY... 阅读全文
posted @ 2014-10-17 22:15 大空白纸 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 1.下载 ffmpeg 工具using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.S... 阅读全文
posted @ 2014-10-16 10:46 大空白纸 阅读(1595) 评论(0) 推荐(0) 编辑
摘要: void test2() { Process process = new Process(); //C:\\Users\\Administrator\\Desktop\\ffmpeg\\bin\\ffmpeg.exe ... 阅读全文
posted @ 2014-10-15 18:16 大空白纸 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 1.下载print2flash3 并且安装print2flash32.转换工具类(1)需要导入using Print2Flash3; 这个程序集using System;using System.Data;using System.Configuration;using System.Linq;us... 阅读全文
posted @ 2014-10-15 16:39 大空白纸 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 后台登陆 阅读全文
posted @ 2014-10-14 23:30 大空白纸 阅读(915) 评论(0) 推荐(0) 编辑