Loading

上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 原文:http://blog.csdn.net/blueheart20/article/details/43766713 引言: 在Restful类的服务设计中,经常会碰到需要在URL地址中使用中文作为的参数的情况,这种情况下,一般都需要正确的设置和编码中文字符信息。乱码问题就此产生了,该如何解决呢 阅读全文
posted @ 2016-05-10 10:07 yaro-feng 阅读(31082) 评论(2) 推荐(0) 编辑
摘要: /// /// 批量插入 注:DT的tableName为要更新的数据库表名,DT的列名和数据库一致 /// /// /// public void tsSqlBulkCopy(DataTable dt) { try ... 阅读全文
posted @ 2016-04-29 10:28 yaro-feng 阅读(236) 评论(0) 推荐(0) 编辑
摘要: MVC下载文件方式 MVC下载文件方式 方式一: public FileStreamResult DownFile(string filePath, string fileName){ string absoluFilePath = Server.MapPath(System.Configurati 阅读全文
posted @ 2016-04-19 15:35 yaro-feng 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 获取当前时间 对时间进行加减操作 阅读全文
posted @ 2016-03-31 15:29 yaro-feng 阅读(489) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; namespace Model { [Serializable] [XmlRoot("Response")] public class ResponseStora... 阅读全文
posted @ 2016-03-29 10:55 yaro-feng 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 在项目中找到水晶报表rpt文件,右键--属性,复制到输出目录选择始终复制 阅读全文
posted @ 2016-03-11 16:30 yaro-feng 阅读(268) 评论(0) 推荐(0) 编辑
摘要: AESusing System;using System.Security.Cryptography;using System.Text;namespace Common{ public class AESProvider { public static int KEYSI... 阅读全文
posted @ 2016-01-25 17:57 yaro-feng 阅读(3035) 评论(1) 推荐(1) 编辑
摘要: 一个帮助类 result = _httpHelper.Url(url).Content(msg).Post(); 阅读全文
posted @ 2016-01-25 17:52 yaro-feng 阅读(3184) 评论(0) 推荐(1) 编辑
摘要: 更新XCode7后 原来的Image.xcassets文件夹变成了Assets.xcassets把01.jpg,02.jpg,03.png拖入这个文件夹中 UIImage* test1=[UIImage imageNamed:@"/Users/fengyl/Desktop/XcodePro/T... 阅读全文
posted @ 2016-01-17 20:23 yaro-feng 阅读(716) 评论(0) 推荐(0) 编辑
摘要: ## How do I use it?Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in `~/Library/Developer/Xcode/P... 阅读全文
posted @ 2016-01-17 19:12 yaro-feng 阅读(1247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页