上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2014-12-23 20:26 小白ACE 阅读(412) 评论(0) 推荐(0)
摘要: public class HttpTools { public static string GetRequest(string url) { HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url); request.Me 阅读全文
posted @ 2014-12-04 21:19 小白ACE 阅读(5049) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-11-25 17:54 小白ACE 阅读(279) 评论(0) 推荐(0)
摘要: //服务器端//服务器端using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using S... 阅读全文
posted @ 2014-11-24 21:54 小白ACE 阅读(206) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.Threading;using System.Globali... 阅读全文
posted @ 2014-11-20 16:56 小白ACE 阅读(436) 评论(0) 推荐(0)
摘要: #region 读取导入Excel数据 /// /// /// /// /// /// public DataSet ReadDataFromExcel(string filename, string fields) { D... 阅读全文
posted @ 2014-11-18 16:35 小白ACE 阅读(291) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace RegexTest{ class P... 阅读全文
posted @ 2014-11-18 11:23 小白ACE 阅读(300) 评论(0) 推荐(0)
摘要: 1、项目一:用于在Redis中添加数据using System;using System.Collections.Generic;using System.Linq;using System.Text;using ServiceStack.Redis;namespace RedisTest{ ... 阅读全文
posted @ 2014-11-04 10:20 小白ACE 阅读(691) 评论(0) 推荐(0)
摘要: 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 小白ACE 阅读(156) 评论(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 小白ACE 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 43 下一页