最近学习了extjs.练习了extjs和django后台交互涉及的ajax,cookie,csrf token等相关例子。完整实现存放在github.
点击打开链接...
分类:
Web程序 时间:
2015-02-04 21:54:13
阅读次数:
260
问题描述: 最近学习discuz中要做一个焦点图,添加一个模板,让其显示后台推送图片,其中模块模板中要用到如下的代码 [loop] [/loop] ...
分类:
Web程序 时间:
2015-02-04 08:14:52
阅读次数:
217
在使用Owin+OAuth时,一步一步的测试时,在用OAuthOptions = new OAuthAuthorizationServerOptions { TokenEndpointPath = new PathString("/Token"),Provider = new Application...
source: https://www.trustedsec.com/january-2015/account-hunting-invoke-tokenmanipulation/
I’ve been searching quite a while now for the best way to search for domain admin tokens, once admin righ...
分类:
其他好文 时间:
2015-02-02 19:55:40
阅读次数:
283
微信在6.0.2.58版本以后开始使用新的api,在Android系统中不能用以前的代码来自定义分享内容了。现在自定义内容的方法走的是公众号的一套流程1获取access_token2得到token后获取jsapi_ticket3得到ticket后将ticket用sha1算法加密。这里加密的数据是ti...
分类:
微信 时间:
2015-02-02 17:32:58
阅读次数:
806
JDOM解析XML中报错:Caused by: org.xml.sax.SAXParseException: The reference to entity "token" must end with the ';' delimiter. at com.sun.org.apache.xerces.i...
分类:
Web程序 时间:
2015-02-02 15:44:25
阅读次数:
736
Syntax error on token "Invalid Regular Expression Options", no accurate correction1、选中报错的jquery文件“jquery-1.2.6.min.js”。2、右键选择MyEclipse-->ExcludeFromVa...
分类:
Web程序 时间:
2015-02-01 11:56:34
阅读次数:
1227
访问https://ngrok.com,下载Linux/ARM版本的(因为PI为ARM的芯片,如果下载Linux版本的是无法正常使用的)解压$ unzip /path/to/ngrok.zip注册ngrok帐号并登录,记下里面的Auth Token创建/home/pi/.ngrok,内容如下(aaa...
分类:
其他好文 时间:
2015-01-31 23:06:29
阅读次数:
272
上一篇中简单介绍了Token的获取,这篇中介绍如何设置微信回调服务器。...
分类:
微信 时间:
2015-01-31 16:16:58
阅读次数:
343
function getUserInfo(){ $appid = "yourappid"; $secret = "yoursecret"; $code = $_GET["code"]; $get_token_url = 'https://api.weixin.qq...
分类:
微信 时间:
2015-01-30 19:23:04
阅读次数:
409