浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年5月16日

摘要: kindeditor在sae上传文件修改,适合php当前位置:首页 >论坛 >经验共享用户登录 新用户注册主题: kindeditor在sae上传文件修改,适合php作者: hforlove, 发布日期: 2013-05-31 17:57:53, 浏览数: 1017upload_json.php 1. 在require_once 'JSON.php';后加入 if(isset($_SER... 阅读全文
posted @ 2014-05-16 09:47 lexus 阅读(236) 评论(0) 推荐(0)

摘要: Kindeditor+web.py+SAE Storage 实现文件上传 - 开源中国社区Kindeditor+web.py+SAEStorage实现文件上传 阅读全文
posted @ 2014-05-16 09:46 lexus 阅读(135) 评论(0) 推荐(0)

摘要: 使用sae定时执行Python脚本使用sae定时执行Python脚本12,May,2014 | 57Views毕设压力略大,必须是桂林游的锅。去之前放松了几天,回来又休闲了几天,加上桂林的一周,半个月直接没了。中午忙里偷闲尝试了下sae,出了这么久才开始用,真是捉急。今天的目标是要让自己的微博能够整点报时。功能其实很简单,发微博的api新浪全都提供了。你甚至可以直接写段脚本,开着电脑让它一直跑,... 阅读全文
posted @ 2014-05-16 09:16 lexus 阅读(346) 评论(0) 推荐(0)

摘要: Ueditor文本编辑器(新浪SAE平台版本) - 下载频道 - CSDN.NETUeditor文本编辑器(新浪SAE平台版本) 阅读全文
posted @ 2014-05-16 09:14 lexus 阅读(158) 评论(0) 推荐(0)

摘要: NicEdit - WYSIWYG Content Editor, Inline Rich Text ApplicationBy calling the nicEditors.allTextareas() function the below example replaces all 3 textareas on the page with nicEditors. NicEditors will ... 阅读全文
posted @ 2014-05-16 08:54 lexus 阅读(211) 评论(0) 推荐(0)

摘要: NicEdit - WYSIWYG Content Editor, Inline Rich Text ApplicationWhat is NicEdit?NicEdit is a Lightweight, Cross Platform, Inline Content Editor to allow easy editing of web site content on the fly in t... 阅读全文
posted @ 2014-05-16 08:41 lexus 阅读(197) 评论(0) 推荐(0)

摘要: 关于xhEditorxhEditor是一个基于jQuery开发的简单迷你并且高效的在线可视化HTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。 xhEditor完全基于Javascript开发,您可以应用在任何的服务端语言环境下,例如:PHP、ASP、ASP.NET、JAVA等。 xhEditor可... 阅读全文
posted @ 2014-05-16 08:35 lexus 阅读(175) 评论(0) 推荐(0)

摘要: Python load json file with UTF-8 BOM header - Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport codecsjson.load(codecs.open('sample.json','r','utf-8-sig'))or decode with ut... 阅读全文
posted @ 2014-05-16 06:51 lexus 阅读(684) 评论(0) 推荐(0)

摘要: Python load json file with UTF-8 BOM header - Stack Overflow3 down voteSince json.load(stream) uses json.loads(stream.read()) under the hood, it won't be that bad to write a small hepler function that... 阅读全文
posted @ 2014-05-16 06:51 lexus 阅读(337) 评论(0) 推荐(0)