上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: javascript:html form: 菜单名(微信菜单) 关联关键词(对应微信菜单的click事件) ... 阅读全文
posted @ 2015-07-06 18:45 捕蛇者说 阅读(2825) 评论(0) 推荐(1) 编辑
摘要: http://stackoverflow.com/questions/5061310/jquery-returning-parsererror-for-ajax-request方法一:直接去掉 dataType : 'json' 属性方法二:The reason why this parserror... 阅读全文
posted @ 2015-07-06 18:30 捕蛇者说 阅读(390) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type: ‘post’, url: url, data: {code: ‘15′}, dataType: ‘jsonp’, sccuess:function(data){ alert(‘good’);}, error: function(... 阅读全文
posted @ 2015-07-06 18:14 捕蛇者说 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 表面上看,TP输出一个页面很简单:$this->display();实际上是怎么回事呢?$this->display(); 这个display()方法是定义在ThinkPHP/Library/Think/Controller.class.php这个文件中的protected function dis... 阅读全文
posted @ 2015-07-04 11:17 捕蛇者说 阅读(2072) 评论(0) 推荐(0) 编辑
摘要: $root = realpath(__ROOT__); 阅读全文
posted @ 2015-07-04 10:58 捕蛇者说 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: // +----------------------------------------------------------------------namespace Home\Controller;use Think\Controller;/** * 扩展控制器 * 用于调度各个扩展的URL访问... 阅读全文
posted @ 2015-07-03 16:00 捕蛇者说 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 下载运行这个reg文件http://files.cnblogs.com/files/bushe/Activate_Sound_in_SafeMode.rar 阅读全文
posted @ 2015-06-29 09:24 捕蛇者说 阅读(484) 评论(0) 推荐(0) 编辑
摘要: http://tieba.baidu.com/p/comment?tid=3748203305&pid=68075095623&pn=1参数解析:tid:帖子ID,/p/后面的数字http://tieba.baidu.com/p/3748203305pid: 楼层ID, 查看源代码,有类似post_... 阅读全文
posted @ 2015-06-27 10:08 捕蛇者说 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1、实现选择文件后就自动上传,无需点击确定按钮解决方向:onchange 事件2、漂亮的bootstrap表格3、upload不修改文件名 阅读全文
posted @ 2015-06-16 00:02 捕蛇者说 阅读(111) 评论(0) 推荐(0) 编辑
摘要: $json_str = '{"thumb":"","photo":[{"url":"557a3d2184db0.png","alt":"SafeBoot\u6ce8\u518c\u8868"}]}'; // json字符串$obj = json_decode($json_str);$photo =... 阅读全文
posted @ 2015-06-12 10:41 捕蛇者说 阅读(1901) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页