zwei1121

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页

2014年3月23日 #

摘要: document.write('') 阅读全文
posted @ 2014-03-23 12:05 zwei 阅读(608) 评论(0) 推荐(0) 编辑

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) //{ ... 阅读全文
posted @ 2014-03-15 17:55 zwei 阅读(158) 评论(0) 推荐(0) 编辑

2014年2月27日 #

摘要: this.Invoke(new Action(() => { })); 阅读全文
posted @ 2014-02-27 17:24 zwei 阅读(213) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2014-01-17 09:21 zwei 阅读(3230) 评论(0) 推荐(0) 编辑

2014年1月9日 #

摘要: string regEx = "[`~!@#$%^&*()-+=|{}':;',\\[\\]./?~!@#¥%……&*()——+|{}【】‘;:”“’。,、?•]"; string result = Regex.Replace(name, regEx, ""); 阅读全文
posted @ 2014-01-09 17:07 zwei 阅读(180) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2013-12-17 12:08 zwei 阅读(1277) 评论(0) 推荐(0) 编辑

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.... 阅读全文
posted @ 2013-11-05 20:49 zwei 阅读(417) 评论(0) 推荐(0) 编辑

2013年11月4日 #

摘要: ┌─ COCOON ASP.net 探针 ────────────────────┐│ ││ 感谢你使用 COCOON ASP.net 探针 v1.x ││ 本代码完全公开和免费,你可以任意复制、传播、修改和使用, ││ 但不得公开发表代码 不得用做商业用途,不得向其他使用者收费。 ││ ... 阅读全文
posted @ 2013-11-04 11:08 zwei 阅读(777) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2013-11-01 10:33 zwei 阅读(219) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2013-10-28 17:20 zwei 阅读(794) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页