04 2019 档案
摘要:mysqldump.exe -uroot -proot mydb > D:\backup_script\bak-tmp\mydb.sql 备注:把mysql的bin下的mysqldump.exe加入系统变量,否则mysqldump.exe需要用完整路径 指定IP、端口号: mysqldump.exe
阅读全文
摘要:查询后解决办法是打开public目录下的.htaccess文件,把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 改为:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 完整版: 转载自https://blog.c
阅读全文
摘要:data-scroll-reveal="enter but wait 0.2s"
阅读全文
摘要:scrollReveal.js – 页面滚动显示动画JS
阅读全文
摘要:http://www.bootcss.com/p/layoutit/ http://layuiout.magicalcoder.com/magicaldrag-admin/drag
阅读全文