摘要:
document.write('') 阅读全文
2014年3月23日 #
2014年3月15日 #
摘要:
//var resolveRequest = HttpContext.Request; //List model = new List(); //resolveRequest.InputStream.Seek(0, SeekOrigin.Begin); //string jsonString = new StreamReader(resolveRequest.InputStream).ReadToEnd(); //if (jsonString != null) //{ ... 阅读全文
2014年2月27日 #
摘要:
this.Invoke(new Action(() => { })); 阅读全文
2014年1月17日 #
摘要:
//该语句显示的为英文格式DateTime.Now.DayOfWeek.ToString();//显示中文格式星期几"星期" + DateTime.Now.ToString("ddd",newSystem.Globalization.CultureInfo("zh-cn"));//显示中文格式的日期DateTime.Now.ToLongDateString();// 显示格式为"2008年1月1日"DateTime.Now.ToString("yyyy年MM月dd日");// 显示格式为&quo 阅读全文
2014年1月9日 #
摘要:
string regEx = "[`~!@#$%^&*()-+=|{}':;',\\[\\]./?~!@#¥%……&*()——+|{}【】‘;:”“’。,、?•]"; string result = Regex.Replace(name, regEx, ""); 阅读全文
2013年12月17日 #
摘要:
Sc.Chinaz.Com BlocksIt.js | Dynamic Grid Layout jQuery PluginBack to Home Page »Sc.Chinaz.ComBlocksIt.js Demonstration 2Pinterest Dynamic Grid Layout with CSS3 Transitions (RESIZE)Sunset LakeA peaceful sunset view...by j osbornBridge to HeavenWhere is the bridge lead to?by SigitEkoAutumnTh 阅读全文
2013年11月5日 #
摘要:
public partial class GetData : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //string path = Server.MapPath("~/css/css.css"); //using (StreamReader sr = new StreamReader(path)) //{ // string all_code = sr.... 阅读全文
2013年11月4日 #
摘要:
┌─ COCOON ASP.net 探针 ────────────────────┐│ ││ 感谢你使用 COCOON ASP.net 探针 v1.x ││ 本代码完全公开和免费,你可以任意复制、传播、修改和使用, ││ 但不得公开发表代码 不得用做商业用途,不得向其他使用者收费。 ││ ... 阅读全文
2013年11月1日 #
摘要:
http://www.microsoft.com/zh-CN/download/details.aspx?id=7435http://www.jquery001.com/asp.net-mvc3-redirectpermanent.htmlhttp://www.lidongkui.com/301-permanent-redirecting-non-www-domain-to-www-domain-in-asp-net-mvc-3 阅读全文
2013年10月28日 #
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Http;using System.Web.Mvc;using System.Web.Optimization;using System.Web.Routing;using System.Net.Http.Formatting;using System.Net.Http;using System.Net.Http.Headers;namespace{ // 注意: 有关启用 IIS6 或 IIS... 阅读全文