1、類級別設(shè)置 屬性 設(shè)置布局 public $layout = 'login'; 取消布局 public $layout = false; 2、方法級別 設(shè)置布局 $thi...
1、類級別設(shè)置 屬性 設(shè)置布局 public $layout = 'login'; 取消布局 public $layout = false; 2、方法級別 設(shè)置布局 $thi...
下載地址:https://pecl.php.net/package/redis 相關(guān)命令 解壓redis壓縮包 tar -zxvf redis-4.3.0.tgz cd re...
git diff-tree -r --no-commit-id --name-only 66d4bc780ed2ef5e3e154295215ef0860b2268ca | ...
enableAjaxValidation 默認為false,設(shè)置true后,在鼠標離開表單中的元素會以ajax方式請求服務(wù)端。 1、表單中的所有元素都會ajax請求 $for...
git reset --hard1a0416e4dca2ca279104567aef6168c698c5da2e git push -f origin master
設(shè)置啟動 systemctl enable nginx 設(shè)置關(guān)閉 systemctl disable nginx 查看開機啟動項systemctl list-unit-fil...
1、在my.ini中增加skip-grant-tables 2、重啟mysql 3、在命令行中輸入mysql -uroot -p 回車,登錄mysql控制臺 4、set gl...
系統(tǒng)環(huán)境windows 10 1、在系統(tǒng)變量中創(chuàng)建,變量名:JAVA_HOME,變量值:D:\Program Files\Java\jdk1.8.0_171 2、在path變...