分类 IT Technology 下的文章

finder有键打包,自动包含了很多mac垃圾信息,而后拷贝到ubuntu下,解压出现莫名其妙的错误。
后发现是.DS_Store文件导致。

干净打包zip

$zip -r test.zip test -x "*.DS_Store"

discuz x2下测试

1、使用phpmyadmin,搜索table:discuz_common_setting,找到siteurl,修改为新域名。
2、同一个表里面找到defaultindex,修改为新域名。
注:如果设置了默认启动页面,dsicuz会自动跳转到defaultindex,就需要这个值。如果没有跳过这步。

阅读剩余部分