PHP的运行模式
参考链接: http://www.laruence.com/2008/08/12/180.html 鸟哥博客 https://segmentfault… 阅读更多 »PHP的运行模式
参考链接: http://www.laruence.com/2008/08/12/180.html 鸟哥博客 https://segmentfault… 阅读更多 »PHP的运行模式
1.百度出品 WEBDIR+ https://scanner.baidu.com/#/pages/intro web版在线查杀使用方便,上传时推荐使用压缩率比较… 阅读更多 »Webshell查杀工具
普通用户在restart和reload nginx时,会报错: nginx: [warn] the “user” directive m… 阅读更多 »nginx 让users有权限启动的两种方法
文档 https://laravel-excel.maatwebsite.nl/3.1/getting-started/ github https://gith… 阅读更多 »Maatwebsite / Laravel-Excel 扩展包导入导出数据
1.联合主键索引 PARIMARY KEY( col1,col2) 多列索引KEY(col1,col2) where条件查询时不区分顺序 where… 阅读更多 »MySql索引的使用和优化