Wordpress On BAE

码农软件 · 软件分类 · 开源博客系统 · 2020-01-18 23:13:52

软件介绍

基于 3.4.2 英文版进行修改后的 WordPress。修改后的 WordPress 使用百度云存储来保存图片等,使用百度云消息发送邮件。此 WordPress 在 BAE 上支持伪静态。

修改内容及解决的问题

安装过程优化:修改了 WordPress 的安装界面,针对 BAE 去掉了数据库的一些设置,取而代之的是百度云消息的消息队列名的设置。简化安装流程

邮件服务的支持:替换了 wp_mail 函数,采用百度云消息来实现邮件的发送。

页面乱码问题:在代码中交换 select db 和 set charset 的顺序,来解决 WordPress 在 BAE 运行时的乱码问题。

附件上传功能:增加一个云存储的插件,启用该插件后,可以让上传的图片发送到百度云存储上。并同时可以在 WordPress 后台进行管理。

本文地址:https://codercto.com/soft/d/23689.html

Data Structures and Algorithms in Java

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换