02 2016 档案

摘要:有思想的码农学习是一种方法 博客园 首页 新随笔 联系 订阅 管理 posts - 16, comments - 1, trackbacks - 0 ASP.NET MVC3中Controller与View之间的数据传递总结 目录 Controller向View传递数据 使用ViewData传值数据 阅读全文
posted @ 2016-02-18 14:13 byronming 阅读(375) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;using System.IO;using System.Ru 阅读全文
posted @ 2016-02-18 11:16 byronming 阅读(1332) 评论(0) 推荐(0)
摘要:DateTime dt = DateTime.Now;// Label1.Text = dt.ToString();//2005-11-5 13:21:25// Label2.Text = dt.ToFileTime().ToString();//127756416859912816// Label 阅读全文
posted @ 2016-02-17 13:39 byronming 阅读(291) 评论(0) 推荐(0)
摘要:public static void Main(string[] args) { #region String Extensions string result0 = "[frank%loch".StringConvert4SQLLke(); //替换sql模糊匹配的时候里面的特殊字符 bool r 阅读全文
posted @ 2016-02-16 14:53 byronming 阅读(192) 评论(0) 推荐(0)
摘要:public string SeveImage(string hpf, out string imgaddr) { bool isSavedSuccessfully = true; string fileName = string.Empty; string fileNames = string.E 阅读全文
posted @ 2016-02-15 11:37 byronming 阅读(521) 评论(0) 推荐(0)