8-17 805 views
阅读全文 0
1.Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are sti...
8-03 969 views
1.Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone settin...
Git 和 Github的见解,容我想想.......
建立Github项目
Watch
Star
Fork
配置本地Git
git config --global user.name "Your Real Name"
git config --global user.email "Your Email"
7-30 953 views
Git 和 Github的见解,容我想想.......
建立Github项目
Watch
Star
Fork
配置本地Git
git config --global user.name "Your Real Name"
git confi...
下载
安装
配置
开启rewrite-mode
编辑.htaccess
插件
主题
常见问题
无法更新
chmod -R 755 /var/www/wordpress
chown -R www-data.www-data /var/www/wordpress
7-30 1,114 views
下载
安装
配置
开启rewrite-mode
编辑.htaccess
插件
主题
常见问题
无法更新
chmod -R 755 /var/www/wordpress
chown -R www-data.www-data /var/...
apt-get update
安装 apache2
apt-get install apache2
安装mysql
apt-get install mysql-server
安装php
apt-get install php5 php5-curl php5-mysql libapache2-mod-php5
apache配置
开启 rewrite mode
a2enmod rewrite
开启 SSL
a2enmod ssl
开启 rewrite 模式
...
7-30 918 views
apt-get update
安装 apache2
apt-get install apache2
安装mysql
apt-get install mysql-server
安装php
apt-get install php5 php5-curl php5-mysql libap...