上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页
摘要: 给PHPStorm安装Laravel框架代码提示工具: 二、在config\app.php文件的“providers”下添加行: 三、下载并安装包 四、生成配置文件 阅读全文
posted @ 2018-02-02 12:25 lobtao 阅读(155) 评论(0) 推荐(0)
摘要: composer dump-autoload --optimize 阅读全文
posted @ 2018-01-23 11:17 lobtao 阅读(146) 评论(0) 推荐(0)
摘要: application文件夹下的类会自动加载,依赖topthink/think-orm composer.json配置 { "require": { "topthink/think-orm": "^0.2.0" }, "autoload": { "psr-4": { "app\\": "application" ... 阅读全文
posted @ 2017-11-09 10:09 lobtao 阅读(99) 评论(0) 推荐(0)
摘要: chattr -i .user.ini rm -rf .user.ini 阅读全文
posted @ 2017-10-28 12:24 lobtao 阅读(125) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-10-24 14:35 lobtao 阅读(1) 评论(0) 推荐(0)
摘要: nginxserver { listen 192.168.1.111:80; server_name test.com; rewrite ^(.*)$ https://$host$1 permanent; } apache .htaccess <IfModule mod_rewrite.c> Opt 阅读全文
posted @ 2017-10-21 23:16 lobtao 阅读(682) 评论(0) 推荐(0)
摘要: vim /etc/sysconfig/iptables service iptables status service iptables stop --临时关闭防火墙 chkconfig iptables off --永久关闭防火墙 阅读全文
posted @ 2017-10-14 15:46 lobtao 阅读(147) 评论(0) 推荐(0)
摘要: rar e aa.rar 将aa.rar压缩文件解压到当前目录,aa文件中原包含的目录全没有。 rar x aa.rar 将aa.rar压缩文件解压到aa目录下,并保持原来压缩之前aa文件的目录组织结构。 阅读全文
posted @ 2017-10-14 15:14 lobtao 阅读(102) 评论(0) 推荐(0)
摘要: php的session默认不是serialize和unserialize来进行序列化的ini_set('session.serialize_handler', 'php_serialize');这样session配置为redis后,其它服务器可以用cache方式读取redis中session,可以达 阅读全文
posted @ 2017-10-08 22:21 lobtao 阅读(291) 评论(0) 推荐(0)
摘要: 屏蔽php版本号 expose_php = Off 屏蔽apache版本号 ServerTokens Prod ServerSignature Off 阅读全文
posted @ 2017-10-04 10:37 lobtao 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页