10 2014 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace OAMvcApp.Models{ public class Login... 阅读全文
posted @ 2014-10-31 16:39 大空白纸 阅读(149) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Collections;using ConsoleApplic... 阅读全文
posted @ 2014-10-31 10:58 大空白纸 阅读(261) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppEF{ class Progra... 阅读全文
posted @ 2014-10-30 20:59 大空白纸 阅读(239) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace @sealed{ class Program { static void Main(str... 阅读全文
posted @ 2014-10-28 21:36 大空白纸 阅读(257) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace patial{ class Program { static void Main(stri... 阅读全文
posted @ 2014-10-28 21:30 大空白纸 阅读(387) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplicationTest{ class Program { stati... 阅读全文
posted @ 2014-10-28 21:15 大空白纸 阅读(470) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplicationTest{ class Program { stati... 阅读全文
posted @ 2014-10-28 21:03 大空白纸 阅读(450) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2014-10-23 21:36 大空白纸 阅读(877) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace trainProject{ public class Student { public ... 阅读全文
posted @ 2014-10-22 22:20 大空白纸 阅读(1148) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2014-10-21 22:05 大空白纸 阅读(237) 评论(0) 推荐(0) 编辑
摘要: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 大空白纸 阅读(574) 评论(0) 推荐(0) 编辑
摘要://获取公示栏内容 s = "$row.detail$"; mainContent =s; //如果有多个table使用下面注释的正则只会匹配成一个table //var tabReg ... 阅读全文
posted @ 2014-10-21 14:45 大空白纸 阅读(3338) 评论(0) 推荐(0) 编辑
摘要:protected void Page_Load(object sender, EventArgs e) { string filePath = @"D:/Prjects/MT147/example/01/"; //将是视频转为SWF格式... 阅读全文
posted @ 2014-10-21 14:39 大空白纸 阅读(521) 评论(0) 推荐(0) 编辑
摘要:页面分页 标题 阅读全文
posted @ 2014-10-20 23:38 大空白纸 阅读(317) 评论(0) 推荐(0) 编辑
摘要:1、匹配不含某个字符:如:匹配不含abc字符((?!abc).)* 阅读全文
posted @ 2014-10-20 20:50 大空白纸 阅读(127) 评论(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 大空白纸 阅读(269) 评论(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 大空白纸 阅读(1594) 评论(0) 推荐(0) 编辑
摘要:void test2() { Process process = new Process(); //C:\\Users\\Administrator\\Desktop\\ffmpeg\\bin\\ffmpeg.exe ... 阅读全文
posted @ 2014-10-15 18:16 大空白纸 阅读(680) 评论(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 大空白纸 阅读(856) 评论(0) 推荐(0) 编辑
摘要:后台登陆 阅读全文
posted @ 2014-10-14 23:30 大空白纸 阅读(914) 评论(0) 推荐(0) 编辑
摘要:1.登录页面login.aspx 无标题页 登录名 密码 记住密码 ... 阅读全文
posted @ 2014-10-14 17:36 大空白纸 阅读(2921) 评论(0) 推荐(1) 编辑
摘要:页面分页 标题 效果图: 阅读全文
posted @ 2014-10-14 10:48 大空白纸 阅读(7706) 评论(0) 推荐(0) 编辑
摘要: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-09 11:33 大空白纸 阅读(828) 评论(0) 推荐(0) 编辑
摘要:首先添加命名空间using System.Net.Mail; /// /// 发送邮件 /// /// /// protected void ForMail(string name, string mail) ... 阅读全文
posted @ 2014-10-08 16:32 大空白纸 阅读(241) 评论(0) 推荐(0) 编辑