1.wordpress的安装
https://www.apachefriends.org/zh_cn/index.html
使用xampp一键安装网站环境
https://blog.csdn.net/qq_36595013/article/details/80373597
最终效果如下:
2.Typecho数据的导出
https://github.com/sunxiyuan/ByeTyp
3.upload链接的SQL命令批量修改
UPDATE wp_posts SET post_content = REPLACE( post_content, 'https://blog.nbzch.cn:5081/usr/uploads/', 'http://10.30.13.222/wp-content/uploads/');