上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: https://github.com/fex-team/webuploader/issues/ 阅读全文
posted @ 2015-05-08 10:25 立己达人 阅读(214) 评论(0) 推荐(0) 编辑
摘要: // Backbone.js 1.1.0// (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc.// (c) 2011-2013 Jeremy Ashkenas, DocumentCloud and Investigative ... 阅读全文
posted @ 2015-05-07 10:09 立己达人 阅读(192) 评论(0) 推荐(0) 编辑
摘要: // Underscore.js 1.5.2// http://underscorejs.org// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors// ... 阅读全文
posted @ 2015-05-07 10:08 立己达人 阅读(267) 评论(0) 推荐(0) 编辑
摘要: AngularJS 权威教程别人的笔记:http://blog.51yip.com/jsjquery/1592.html1. 初始AngularJS2.数据绑定和第一个AngularJS Web应用3. 模块// 声明模块应用angular.module('myapp', [ ]);// 获取模块应... 阅读全文
posted @ 2015-04-19 19:04 立己达人 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 一1.获取 access_token ——是公众号的全局唯一票据,公众号调用各接口时都需使用access_token,有效期为 2 小时。// GEThttps://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=... 阅读全文
posted @ 2014-12-22 18:34 立己达人 阅读(626) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-12 15:45 立己达人 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 一般Java文件编码格式是UTF-8的。以下以默认GBK改为UTF-8为例。1.改变整个工作空间的编码格式,这样以后新建的文件也是新设置的编码格式。 eclipse->window->preferences->General->workspaceTypes->Other->UTF-8->OK ... 阅读全文
posted @ 2014-12-09 17:18 立己达人 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 一.会话1. api 端会话—— 走此接口, 可获取 $_W['acid'] / $_W['uniacid'] / $_W['openid'] / $_W['fans']['from_user']会话ID规则: md5(from+to+uinacid)会话对应ims_core_session 中的一... 阅读全文
posted @ 2014-12-04 16:44 立己达人 阅读(733) 评论(0) 推荐(0) 编辑
摘要: 最近做博客,使用PHP生成透明背景的PNG缩略图时出了点问题,就是用imagecreatetruecolor()函数创建的图片背景默认是黑色,不能透明.先看一下代码再说:代码很简单,就是imagealphablending($thumb,false);与imagesavealpha($thumb,t... 阅读全文
posted @ 2014-12-03 09:38 立己达人 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 统计字母数字等字符 阅读全文
posted @ 2014-10-24 14:43 立己达人 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页