08 2018 档案

摘要:转自 https://blog.csdn.net/baijinwen/article/details/77961746 默认的安装路径:C:/用户/[用户名]/AppData/Roming/npm/node_meodules 修改 一:打开CMD,查看配置 二:在其它物理盘建立文件夹如:D:\sw\ 阅读全文
posted @ 2018-08-17 14:38 进击的特斯拉 阅读(5312) 评论(0) 推荐(0)
摘要:转别人的,有用,Mark一下 public 下的.htaccess 修改为 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !- 阅读全文
posted @ 2018-08-08 11:36 进击的特斯拉 阅读(931) 评论(0) 推荐(0)
摘要:class DB{ private $options=array( 'database_type' => 'mysql', 'database_name' => 'test', 'server' => 'localhost', 'username' => 'root', 'password' => '', 'charset' =... 阅读全文
posted @ 2018-08-04 16:18 进击的特斯拉 阅读(659) 评论(0) 推荐(0)