码迷,mamicode.com
首页 >  
搜索关键字:returns    ( 2350个结果
C# 读取EXCEL
private Stopwatch wath = new Stopwatch(); /// <summary> /// 使用COM读取Excel /// </summary> /// <param name="excelFilePath">路径</param> /// <returns>DataTa
分类:Windows程序   时间:2016-03-04 16:24:48    阅读次数:193
C# 和SQL Server 类型转换
/// <summary> /// 数据库中与C#中的数据类型对照 /// </summary> /// <param name="type"></param> /// <returns></returns> private string ChangeToCSharpType(string type
分类:数据库   时间:2016-03-04 00:30:16    阅读次数:183
Swift2.0(9)函数的使用(一)
函数的基本用法一个简单的函数,如下:funcsayHello(personName:String)->String{lets="你好"+personName+"!"returns}lets=sayHello("iOS")print(s)func关键字:用于标示,这是一个函数函数名字:sayHello应当清晰明了且符合驼峰规则编码规范参数列表:(personName:String)p..
分类:编程语言   时间:2016-03-03 15:02:42    阅读次数:224
C#加密算法汇总
方法一: //须添加对System.Web的引用 using System.Web.Security; ... /// <summary> /// SHA1加密字符串 /// </summary> /// <param name="source">源字符串</param> /// <returns>
分类:编程语言   时间:2016-03-02 14:45:44    阅读次数:186
WebAPI上传文件
#region 上传文件 /// <summary> /// 通过multipart/form-data方式上传文件 /// </summary> /// <returns></returns> [HttpPost] public async Task<HttpResponseMessage> Po
分类:Windows程序   时间:2016-03-02 14:45:35    阅读次数:218
json转datatable(正则表达式的方法)
/// <summary> /// 将json转换为DataTable /// </summary> /// <param name="strJson">得到的json</param> /// <returns></returns> private DataTable JsonToDataTable
分类:Web程序   时间:2016-03-02 11:05:25    阅读次数:175
MyBatis(3.2.3) - Multiple results as a map
If we have a mapped statement that returns multiple rows and we want the results in a HashMap with some property value as the key and the resulting ob
分类:其他好文   时间:2016-03-01 17:26:58    阅读次数:207
mvc4验证码&输出图像的处理方式
/// <summary> /// 绘制验证码 /// </summary> /// <returns></returns> public ActionResult VerificationCode() { int _verificationLength = 6; int _width = 100,
分类:Web程序   时间:2016-03-01 17:23:32    阅读次数:202
后台post get请求
/// <summary> /// 执行HTTP POST请求。 /// </summary> /// <param name="url">请求地址</param> /// <param name="parameters">请求参数</param> /// <returns>HTTP响应</retu
分类:其他好文   时间:2016-02-26 11:47:03    阅读次数:134
Implement strStr()
package cn.edu.xidian.sselab.string;/** * * @author zhiyong wang * title: Implement strStr() * content: * Implement strStr(). * * Returns the index of
分类:其他好文   时间:2016-02-25 23:01:11    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!