码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
C#根据规则生成6位随机码
1 #region 获得6位优惠码 zhy 2 public static string CreatePromoCode(string code) 3 { 4 if (code == "") 5 { 6 r...
分类:Windows程序   时间:2015-02-09 18:02:31    阅读次数:573
asp.net WebService异步
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
.net 安卓IOS跨平台des加解密双向的(可以互相加解密)
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
COM相关操作(C#)
检查dll是否已经注册检查是否已经注册的代码为: #region Is dll register public bool IsDllRegistered() { bool reg=true; RegistryKey rk=Registry.ClassesRoot....
分类:Windows程序   时间:2015-02-07 14:21:31    阅读次数:233
Mongodb for C# 分组查询
#region 排序获取集合 static List GetPagerWithGroup(string connectionString, string databaseName, string collectionName, IMongoQuery param, GroupByBuild...
分类:数据库   时间:2015-02-06 14:51:54    阅读次数:194
C# 敏感词过滤
public class BadWordFilter { #region 变量 private HashSet hash = new HashSet(); private byte[] fastCheck = new byte[char.MaxValue]; private byte[] fast....
分类:Windows程序   时间:2015-02-06 11:09:03    阅读次数:721
android studio no marked region found along edge Found along top edge
由于种种原因,导致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
程序代码创建IISWEB站点
#region 新建立一个IISWEB站点 /// ///添加一个站点 /// public string CreateWebSite() { int siteID = int.Parse(GetNewWe...
分类:Web程序   时间:2015-02-05 13:06:47    阅读次数:187
intelliJ idea自定义代码折叠
原文地址: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!