简介 微信公众平台消息接口为开发者提供了一种新的消息处理方式。微信公众平台消息接口为开发者提供与用户进行消息交互的能力。对于成功接入消息接口的微信公众账号,当用户发消息给公众号,微信公众平台服务器会使用http请求对接入的网址进行消息推送,第三方服务器可通过响应包回复特定结构,从而达到回复消息的目的 ...
分类:
微信 时间:
2016-12-10 19:39:40
阅读次数:
435
一、软件环境(版本非必须) php v5.6 扩展:MongoDB nginx v1.11 mongodb v3.2 note: 必须安装MongoDB扩展 二、连接 $client = new MongoClient($server, $option); $server 变量是个字符串,描述要连接 ...
分类:
数据库 时间:
2016-12-09 19:44:06
阅读次数:
338
参考这篇文章,讲得很好:http://www.blogjava.net/yxhxj2006/archive/2012/10/15/389547.html 来自:http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.htm ...
分类:
其他好文 时间:
2016-12-04 14:11:06
阅读次数:
865
恢复内容开始 集合 建立 set() ={},集合没有顺序,由不可改变的数字 ,字符串,元组构成 元组的方法 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 ...
分类:
其他好文 时间:
2016-12-01 09:40:25
阅读次数:
250
Pre-requirment: compile and install openssl library, which includes a command line utility openssl Step 1: Generate a RSA key pair and save them to tw ...
分类:
其他好文 时间:
2016-11-29 21:33:01
阅读次数:
153
github地址: https://github.com/robbyrussell/oh-my-zsh 支持linux和mac。 安装命令:sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas ...
分类:
系统相关 时间:
2016-11-29 14:43:51
阅读次数:
429
1 其他电脑上的密钥 root@debian8:~# gpg -K /root/.gnupg/secring.gpg sec 1024D/D04D1A0B 2016-11-25 [expires: 2016-12-09] uid debian8 ssb 2048g/C1845DA4 2016-11- ...
分类:
其他好文 时间:
2016-11-29 07:12:38
阅读次数:
240
本文转载自:http://wiki.jikexueyuan.com/project/jni-ndk-developer-guide/workflow.html 开发流程 JNI 全称是 Java Native Interface(Java 本地接口)单词首字母的缩写,本地接口就是指用 C 和 C++ ...
分类:
其他好文 时间:
2016-11-19 02:37:31
阅读次数:
215
从5台服务器到两地三中心:魅族系统运维架构演进之路(含PPT) ...
分类:
其他好文 时间:
2016-11-18 12:12:15
阅读次数:
230
declare type cur01 is ref cursor; v_cur cur01; v_match123 varchar2(2000); v_sqltext varchar2(2000); v_FORCE_MATCHING_SIGNATURE varchar2(2000); v_EXACT ...
分类:
其他好文 时间:
2016-11-17 23:12:40
阅读次数:
171