码迷,mamicode.com
首页 >  
搜索关键字:csharp    ( 2275个结果
csharp: Double Convert To String
/// /// /// /// /// private string ConvertFloatToString(float fl) { string str = string.Empt...
分类:其他好文   时间:2015-03-12 18:37:08    阅读次数:110
动态调用WebService
WebService内容using Microsoft.CSharp;using System;using System.CodeDom;using System.CodeDom.Compiler;using System.IO;using System.Linq;using System.Net;...
分类:Web程序   时间:2015-03-11 16:59:09    阅读次数:150
C#中的Dictionary字典类介绍
关键字:C# Dictionary 字典 作者:txw1958原文:http://www.cnblogs.com/txw1958/archive/2012/11/07/csharp-dictionary.html说明 必须包含名空间System.Collection.Generic Diction....
分类:Windows程序   时间:2015-03-10 10:09:17    阅读次数:215
使用WindowsService为宿主实装WCF 服务
1. 写WCF服务 创建一个接口类,与一个实现类。接口类上打上[ServiceContract]标签,需要暴露的服务方法上打上[OperationContract](注意:增加System.ServiceModel 类的引用代码如下:[csharp] view plaincopyusingSyste...
分类:Windows程序   时间:2015-03-09 17:30:41    阅读次数:184
2015年总体
0、最高级别:日语二级1、WPF2、Android1、FillZilla2、Axure周末1、委托和事件 http://www.tracefact.net/CSharp-Programming/Delegates-and-Events-in-CSharp.aspx
分类:其他好文   时间:2015-03-06 15:24:17    阅读次数:115
C#总结
ref http://www.w3cschool.cc/csharp/csharp-generic.html      https://msdn.microsoft.com/zh-cn/library/aa288460(v=vs.71).aspx      http://blog.csdn.net/hawksoft/article/details/7534332 using数组: ...
分类:Windows程序   时间:2015-03-05 14:54:22    阅读次数:270
csharp: 图片字符间距
引用WINDOWS API: [DllImport("gdi32.dll", CharSet = CharSet.Auto)] public static extern int SetTextCharacterExtra(IntPtr hdc, int nCharExtr...
分类:其他好文   时间:2015-03-05 12:32:12    阅读次数:372
CSharp - Memory leaks problem detection and solution
CSharp - Memory leaks problem detection and solution...
分类:其他好文   时间:2015-03-02 23:59:35    阅读次数:613
csharp: Microsoft SqlHelper
from:Microsoft Data Access Application Block for .NET https://www.microsoft.com/en-us/download/confirmation.aspx?id=435// ============================...
分类:数据库   时间:2015-03-01 08:55:30    阅读次数:230
csharp: read excel using Aspose.Cells
/// /// /// /// /// public static System.Data.DataTable ReadExcel(String strFileName) { Wor...
分类:Web程序   时间:2015-02-28 14:20:39    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!