05 2014 档案

摘要:直接在视图中开始加上如下代码:@helper Truncate(string input, int length) { if (input.Length ... }} @Truncate(item.Adress, 25) 的意思就是截取前25个字符! 阅读全文
posted @ 2014-05-27 13:40 代码沉思者 阅读(169) 评论(0) 推荐(0) 编辑
摘要:using System.IO; public string UpdatePic(HttpPostedFileBase pic) { string filePath = null; string filename = null; ... 阅读全文
posted @ 2014-05-23 16:57 代码沉思者 阅读(400) 评论(0) 推荐(0) 编辑