10 2014 档案
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace OAMvcApp.Models{ public class Login...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Collections;using ConsoleApplic...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppEF{ class Progra...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace @sealed{ class Program { static void Main(str...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace patial{ class Program { static void Main(stri...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplicationTest{ class Program { stati...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplicationTest{ class Program { stati...
阅读全文
摘要:using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace trainProject{ public class Student { public ...
阅读全文
摘要:using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
阅读全文
摘要:using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco...
阅读全文
摘要://获取公示栏内容 s = "$row.detail$"; mainContent =s; //如果有多个table使用下面注释的正则只会匹配成一个table //var tabReg ...
阅读全文
摘要:protected void Page_Load(object sender, EventArgs e) { string filePath = @"D:/Prjects/MT147/example/01/"; //将是视频转为SWF格式...
阅读全文
摘要:1、匹配不含某个字符:如:匹配不含abc字符((?!abc).)*
阅读全文
摘要:--创建存储过程create proc test_proc @date datetimeas select * from t_user where times betweenconvert(datetime,CONVERT(varchar(10),DATEPART(YYYY...
阅读全文
摘要:1.下载 ffmpeg 工具using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.S...
阅读全文
摘要:void test2() { Process process = new Process(); //C:\\Users\\Administrator\\Desktop\\ffmpeg\\bin\\ffmpeg.exe ...
阅读全文
摘要:1.下载print2flash3 并且安装print2flash32.转换工具类(1)需要导入using Print2Flash3; 这个程序集using System;using System.Data;using System.Configuration;using System.Linq;us...
阅读全文
摘要:1.登录页面login.aspx 无标题页 登录名 密码 记住密码 ...
阅读全文
摘要:using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco...
阅读全文
摘要:首先添加命名空间using System.Net.Mail; /// /// 发送邮件 /// /// /// protected void ForMail(string name, string mail) ...
阅读全文