摘要:对于多个WordPress站点使用同一数据库可通过修改表前缀(Table Prefix)来实现,主要分两种情况: 尚未安装WordPress 在初始配置WordPress之前,将wp-config.php中的$table_prefix值(默认为wp_)修改为所需要的表前缀(本文中假设为blog_),...
阅读全文
posted @ 2012-10-08 17:18
|
||
10 2012 档案
摘要:对于多个WordPress站点使用同一数据库可通过修改表前缀(Table Prefix)来实现,主要分两种情况: 尚未安装WordPress 在初始配置WordPress之前,将wp-config.php中的$table_prefix值(默认为wp_)修改为所需要的表前缀(本文中假设为blog_),...
阅读全文
posted @ 2012-10-08 17:18
摘要:System.Transactions 有2个超时属性(timeout 与 maxTimeout),可以通过配置文件来进行设置。 1. timeout System.Transactions 默认的timeout值为1分钟,可以通过app.config/web.config/machine.conf...
阅读全文
posted @ 2012-10-08 11:44
|
||