登录时出现{“success”:false,”error”:{“code”:”Illegal request”,”message”:”Illegal request”}} ,或是让打开index.php文档。 是因为config.inc.php文档里面设置的siteURL和浏览器里输入的网址不一样...
分类:
其他好文 时间:
2015-08-29 17:23:06
阅读次数:
709
前言:用了微信sdk各种痛苦,感觉比qq sdk调用麻烦多了,回调过于麻烦,还必须要在制定包名下的actvity进行回调,所以我在这里写一篇博客,有这个需求的朋友可以借鉴一下,以后自己别的项目有用到也有个找资料的地方.
一.微信登陆分三个步骤:
1).微信授权登陆
2).根据授权登陆code 获取该用户token
3).根据token获取用户资料
4).接收微信的请求及返回值 ...
分类:
微信 时间:
2015-08-29 15:29:11
阅读次数:
721
click here ~~ ***A. Keyboard***Our good friend Mole is trying to code a big message. He is typing on an unusual keyboard with characters arranged in following way...
分类:
其他好文 时间:
2015-08-29 12:38:44
阅读次数:
185
这几天在做微信登录,总是遇到这个问题,详细如下:ld: library not found for -lWeChatSDKclang: error: linker command failed with exit code 1 (use -v to see invocation)如图所示:每次把引入...
分类:
其他好文 时间:
2015-08-29 11:08:20
阅读次数:
224
It can be solved based on the code from "Strobogrammatic Number II". The idea is pretty straight forward - binary search the boundaries.class Solution...
分类:
其他好文 时间:
2015-08-29 07:27:37
阅读次数:
504
pycharm 修改新建文件时的头部模板 默认为__author__='...' [省略号是默认你的计算机名]修改这个作者名的步骤: 依次点击:File->Settings->Editor->File and Code Templete 点击右侧Templates选项卡,会有一些格式文件新建...
分类:
其他好文 时间:
2015-08-29 00:39:08
阅读次数:
16322
ListviewFilter 介绍: 带字母索引的ListView,同时还有分组效果(pinnedsections),使用接口很简单。http://itlanbao.com/code/20150816/10000/100428.html
运行效果:
..
分类:
其他好文 时间:
2015-08-28 21:47:44
阅读次数:
160
android-ripple-background 介绍: 能产生波浪效果的背景图片控件,可以自定义颜色,波浪扩展的速度,波浪的圈数。http://itlanbao.com/code/20150816/10000/100456.html
运行效果:
..
分类:
移动开发 时间:
2015-08-28 21:46:36
阅读次数:
225
lighttpd是一个轻量级的web服务器,用来搭建视频服务器非常不错,资源消耗非常校lighttpd默认支持了flv视频模块,还不支持MP4模块。需要在编译安装的时候添加h264模块。这样就可以支持mp4了。h264配置参考:http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-V..
分类:
Web程序 时间:
2015-08-28 21:42:09
阅读次数:
170
UserService 1 // 激活功能更 2 public void activation(String code) throws UserException { 3 /* 4 * 1通过激活码查询用户 2如果用户为Null说明是无效激活码 抛出异常 给...
分类:
其他好文 时间:
2015-08-28 21:19:55
阅读次数:
284