- 授权协议: 未知
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://hjin.me/code/wordpress-over-bae
- 软件文档: http://www.freehao123.com/bae-wordpress-url/
- 官方下载: https://github.com/hjin-me/BAEWordPress/archive/3.4-branch.zip
软件介绍
基于 3.4.2 英文版进行修改后的 WordPress。修改后的 WordPress 使用百度云存储来保存图片等,使用百度云消息发送邮件。此 WordPress 在 BAE 上支持伪静态。
修改内容及解决的问题
安装过程优化:修改了 WordPress 的安装界面,针对 BAE 去掉了数据库的一些设置,取而代之的是百度云消息的消息队列名的设置。简化安装流程
邮件服务的支持:替换了 wp_mail 函数,采用百度云消息来实现邮件的发送。
页面乱码问题:在代码中交换 select db 和 set charset 的顺序,来解决 WordPress 在 BAE 运行时的乱码问题。
附件上传功能:增加一个云存储的插件,启用该插件后,可以让上传的图片发送到百度云存储上。并同时可以在 WordPress 后台进行管理。
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!
