文章分类 - C# 应用Code
摘要:JS: C#: 参考:http://www.cnblogs.com/artech/p/cors-4-asp-net-web-api-01.html 参考:http://www.cnblogs.com/artech/archive/2013/12/05/3460544.html
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using ServiceStack.Redis.Generic;using ServiceStack.Redis;namespace ...
阅读全文
摘要:public static string CreatePayStateMachineXML() { XDocument root = new XDocument(new XElement("PayStateMachine")); ...
阅读全文
摘要:public class Singleton where T : new() { private static object _locker = new object(); private static T _instance; public sta...
阅读全文
摘要:1、使用FileStream读写文件文件头: using System;using System.Collections.Generic;using System.Text;using System.IO; 读文件核心代码: byte[] byData = new byte[100];char[] ...
阅读全文
摘要:The code is like this:main(){ Car car = new Car(); var value = GetPropertyValue(car, "name"); } public static object GetPropertyV...
阅读全文
摘要:/// /// Files the content. /// /// Name of the file. /// private byte[] FileContent(string fileName) ...
阅读全文

浙公网安备 33010602011771号