/// /// /// /// /// private string ConvertFloatToString(float fl) { string str = string.Empt...
分类:
其他好文 时间:
2015-03-12 18:37:08
阅读次数:
110
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 字典 作者:txw1958原文:http://www.cnblogs.com/txw1958/archive/2012/11/07/csharp-dictionary.html说明 必须包含名空间System.Collection.Generic Diction....
1. 写WCF服务 创建一个接口类,与一个实现类。接口类上打上[ServiceContract]标签,需要暴露的服务方法上打上[OperationContract](注意:增加System.ServiceModel 类的引用代码如下:[csharp] view plaincopyusingSyste...
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
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 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...
分类:
其他好文 时间:
2015-03-02 23:59:35
阅读次数:
613
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
/// /// /// /// /// public static System.Data.DataTable ReadExcel(String strFileName) { Wor...
分类:
Web程序 时间:
2015-02-28 14:20:39
阅读次数:
200