2015年11月25日

C# Hash表简单操作

摘要: using System.Diagnostics;//必须命名空间//实例化一个HashTable对象Hashtable ht = new Hashtable(); Stopwatch sw = new Stopwatch(); object obj = ... 阅读全文

posted @ 2015-11-25 21:37 Andy_陈 阅读(315) 评论(0) 推荐(0)

创建微信企业号菜单栏

摘要: //创建微信企业号菜单栏public static string CustomMenu(){//获取Tokenstring AppUrl = "https://qyapi.weixin.qq.com/cgi-bin/gettoken?";string AppID = "wxc230dd116f517... 阅读全文

posted @ 2015-11-25 09:42 Andy_陈 阅读(463) 评论(0) 推荐(0)

导航