用户管理1、获取用户列表constFansListUrl = 'https://api.weixin.qq.com/cgi-bin/user/get?access_token=%s&next_openid=%s';function GetOpenIDList(AccessToken, NextOpe...
分类:
微信 时间:
2015-02-10 00:26:08
阅读次数:
1663
获取微信服务器IP地址constServerIpUrl = 'https://api.weixin.qq.com/cgi-bin/getcallbackip?&access_token=%s';procedure GetServerList(out List: TStringList; Access...
分类:
微信 时间:
2015-02-09 22:51:19
阅读次数:
799
获取access_token、expires_infunction GetMethod(HTTP: TIdHTTP; Url: String; Max: Integer): String;var RespData: TStringStream;begin RespData := TStringS.....
分类:
微信 时间:
2015-02-09 21:41:11
阅读次数:
423
磁盘满了,由于使用的是lvm,想要扩容时发现无论lvs还是lvdisplay这类命令都会报同样的错:[root@localhost qwang]# lvs Parse error at byte 1591 (line 100): unexpected token Error parsing me.....
分类:
Web程序 时间:
2015-02-06 20:18:05
阅读次数:
201
WeedFS 0.68新增了对cassandra数据库存储的支持及JSON Web Token(JWTs)安全的支持.github.com/gocql/gocql//filer/cassandra_store/cassandra_store.gogithub.com/syndtr/goleveldb...
分类:
其他好文 时间:
2015-02-06 14:46:29
阅读次数:
302
园子里面很多关于微信接口开发的文章,Github也一堆的开源代码。官方文档地址:http://mp.weixin.qq.com/wiki/home/index.html接下来主要以代码为主,接口说明自己去看文档验证接入需要一个80端口的外网服务器地址,在填写地址,Token信息之后,程序会验证接入验...
分类:
微信 时间:
2015-02-06 10:48:33
阅读次数:
242
access_token是公众号的全局唯一票据,公众号调用各接口时都需使用access_token。获取的access_token过期时间为2小时。获取access token具体说明请参考官方文档。我们不能因为每个业务要用到access_token的时候,都去微信服务器去请求获取新的access_...
分类:
微信 时间:
2015-02-05 17:59:10
阅读次数:
303
* @version 1.2 * usage: * $options = array( * 'token'=>'tokenaccesskey', //填写你设定的key * 'appid'=>'wxdk1234567890', //填写高级调用功...
分类:
其他好文 时间:
2015-02-05 10:55:08
阅读次数:
267
private function getAccessToken() { $memcache_obj = memcache_connect("localhost", 11211); $access_token=$memcache_obj->get('access_to...
分类:
数据库 时间:
2015-02-05 09:28:16
阅读次数:
178
2015.2.4#include //"hello:,:,:world:qian:feng"//char *my_strtok(char *string, const char *demi)//{// static char *token;// char *str;// if (string)...
分类:
移动开发 时间:
2015-02-04 23:14:27
阅读次数:
295