1 #region 获得6位优惠码 zhy 2 public static string CreatePromoCode(string code) 3 { 4 if (code == "") 5 { 6 r...
1 #region 异步测试 2 //委托 3 public delegate void PrintDelegate(string s); 4 [WebMethod] 5 public string yibu() 6 ...
分类:
Web程序 时间:
2015-02-09 17:59:44
阅读次数:
143
1 #region 跨平台加解密(c# 安卓 IOS) 2 3 // public static string sKey = "12345678"; 4 5 // /// 6 7 // /// 解密 8 9 //...
分类:
移动开发 时间:
2015-02-09 17:49:42
阅读次数:
190
#region 反序列化 /// /// 反序列化
/// /// 类型
/// XML字符串
/// public static object Deserialize(Type type, string xml)
{ try { using (StringReader sr = new Strin...
分类:
其他好文 时间:
2015-02-08 18:09:23
阅读次数:
220
检查dll是否已经注册检查是否已经注册的代码为: #region Is dll register public bool IsDllRegistered() { bool reg=true; RegistryKey rk=Registry.ClassesRoot....
#region 排序获取集合 static List GetPagerWithGroup(string connectionString, string databaseName, string collectionName, IMongoQuery param, GroupByBuild...
分类:
数据库 时间:
2015-02-06 14:51:54
阅读次数:
194
public class BadWordFilter { #region 变量 private HashSet hash = new HashSet(); private byte[] fastCheck = new byte[char.MaxValue]; private byte[] fast....
由于种种原因,导致9图已经不是9图格式了,但是在Eclipse里面不会报错,在android studio 里面会报错Error:9-patch image D:\download\avatar-android-master\avatar-android-master\sample\src\main...
分类:
移动开发 时间:
2015-02-06 10:56:36
阅读次数:
713
#region 新建立一个IISWEB站点 /// ///添加一个站点 /// public string CreateWebSite() { int siteID = int.Parse(GetNewWe...
分类:
Web程序 时间:
2015-02-05 13:06:47
阅读次数:
187
原文地址:http://yanwushu.sinaapp.com/intellij-idea_customer_folding_cod/
在intelliJ idea中不仅可以对类、方法等结构的代码进行折叠(ctrl+-)还可以自定义折叠代码。intelliJ支持两种风格的自定义代码折叠,如下:visual studio style
//region Description ...
分类:
其他好文 时间:
2015-02-04 21:53:20
阅读次数:
275