php 抓取自如友家首页的区域和地铁数据

3-21 2,330 views

步骤 使用composer安装 php抓取扩展包 composer require jaeger/querylist 分析自如首页html结构 经过分析发现区域和地铁数据在类名.clearfix.filterLi...
阅读全文 0

QueryList 一套简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。

3-21 2,933 views

QueryList 简介 QueryList是一套简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。 Github: https://github.com/jae-jae/QueryList packagist https:...
阅读全文 0

elasticsearch 使用命令

3-20 2,426 views

文档地址: https://www.elastic.co/guide/en/elasticsearch/client/php-api/5.0/index.html https://packagist.org/packages/elasticsearch/elasticsearch ...
阅读全文 0

laravel 模块化开发插件laravel-modules

3-19 4,496 views

假如你的项目要分离模块,比如说admin、shop、blog等等,你可能需要这个插件 详细文档: https://nwidart.com/laravel-modules/. https://packagist.org/pac...
阅读全文 0

laravel phpunit 命令行无法运行。(‘phpunit’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。)

3-02 3,946 views

请使用在项目下用 php vendor/phpunit/phpunit/phpunit 代替。
阅读全文 0

LavaLite —— 一款基于laravel 的CMS框架

3-01 4,006 views

文档地址:https://lavalite.org/docs/master/installation github地址:https://github.com/LavaLite/cms 基本要求: – PHP >= 7.1 – OpenS...
阅读全文 0

laravel 多语言插件 laravel-localization

3-01 2,838 views

github : https://github.com/mcamara/laravel-localization 项目下输入: composer require mcamara/laravel-localization 在 config/app.php ...
阅读全文 0

redis windows 客户端

2-27 9,925 views

下载地址:https://github.com/MicrosoftArchive/redis/releases  
阅读全文 0

laravel debug 显示调试信息包 laravel-debugbar

2-27 4,098 views

      github : https://github.com/barryvdh/laravel-debugbar v3的注意事项:现在通过要求包启用Debugbar,但默认情况下仍需要APP_DEBUG...
阅读全文 0

SFTP 10054错误 ,LINUX

11-27 3,614 views

1.首先检查 你的网站根目录的权限是不是 775, 还有所有者必须是root:root,子目录的权限所有者是ftp用户 2.出现此种情况的一般是当你上传一个很大的文件突然...
阅读全文 0