WordPress 无返回
访问aabite.com,才发现返回为空
测试Apache,和普通的HTML文件,可以正常返回。
替换新版本的WordPress,也是一样。
无响应,返回500
修改wp-config.php的值
define('WP_DEBUG', true);
访问aabite.com,才发现返回为空
测试Apache,和普通的HTML文件,可以正常返回。
替换新版本的WordPress,也是一样。
无响应,返回500
修改wp-config.php的值
define('WP_DEBUG', true);
youtube-dl --prefer-ffmpeg --all-subs --embed-subs https://www.youtube.com/watch?v=Iy7NzjCmUf0
How the Universe is Way Bigger Than You Think
使用nc命令(netcat)实现,假设本地SSH代理的监听端口是3000,则ProxyCommand为
ProxyCommand nc -x 127.0.0.1:3000 %h %p
其中%h表示目标地址,%p是目标端口。这句可以用在命令行里,例如
在一次系统更新杀毒软件后,
babun 命令行出现,如下错误,每次执行命令,都会出现几次
Potential BLODA detected! Thread function called outside of Cygwin DLL:
C:\Windows\system32\tmumh\20019\AddOn\6.80.0.1007\TmUmEvt.dll
This means that your Delphi library path is not properly setup. Please make sure that the folder is included in your library path where vcl.dcp is located, this normally is $(BDS)\lib
1.定义节点的数据结构
TPermNode=record
ID:string;
TEXT:string;
PARENT_ID:string;
end;
PPermNode=^TPermNode;
mybacc.com 从虚拟主机迁移到vps
路径原来为mybacc.com/wp, 现在直接使用mybacc.com
备份wp目录和数据库,新主机上,从phpmyadmin导入,修改wp的数据库配置,wp-config.php
参考http://horan.cc/fix-404-not-found-after-wordpress-migration/