Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbccc committed May 11, 2019
1 parent 00f1aa7 commit ff4c0db
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
26 changes: 25 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ mysql 5.7+

## Get Started

---

git clone https://github.com/guyueyingmu/avbook.git

cd avbook;cp .env.example .env #复制 .env.example 为 .env 并设置数据库信息
Expand All @@ -36,9 +38,31 @@ php artisan avbook:avmoo #启动avmoo爬虫

php artisan avbook:javbus --movie=1 --page=10 --magpage=10 #启动javbus爬虫

---

以上操作适用于Linux环境

## For windows 用户

这里提供一份开箱即用的压缩包 [avbook_laragon.7z](https://pan.baidu.com/s/1LPeGNNy-3MEDC0g9EbusLg)

链接:<https://pan.baidu.com/s/1LPeGNNy-3MEDC0g9EbusLg>
提取码:gmmg

压缩包中包含更新到2019.5.12的全部数据

####使用方法:
1.解压到 D:\laragon

2.打开 D:\laragon\laragon.exe ,点击 “启动所有”

3.访问 <http://127.0.0.1> 或者 <http://avbook.test> enjoy it

ps:如果没有解压到 D:\laragon 需自行修改Nginx配置,并在hosts文件新增一行 :127.0.0.1 avbook.test

## 其他注意事项

avmoo有反爬虫机制,目前的反反爬虫方法是修改 User-Agent ,用的人多了应该会失效,建议下载laragon压缩包导入数据库,进行增量更新。
avmoo有反爬虫机制,目前的反反爬虫方法是修改 User-Agent ,用的人多了应该会失效,建议下载[avbook_laragon.7z](https://pan.baidu.com/s/1LPeGNNy-3MEDC0g9EbusLg)导入数据库,进行增量更新。

在带宽够用的情况下 php artisan avbook:avmoo --max=500 将并发设置为500可在1小时内采集完avmoo全站30余万条电影信息

Expand Down
35 changes: 35 additions & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# avbook
**秋名山违章车辆查询系统 本地av图书馆**

**Illegal vehicle from Red Castle**

![index](index.png)

1.数据库及开发环境下载地址
------

+ 网盘链接:[http://pan.baidu.com/s/1jImd68e](http://pan.baidu.com/s/1jImd68e) 密码:bf6c (2017.2.19更新)

使用方法:

1、解压到D:\guyueyingmu目录下;
2、双击运行D:\guyueyingmu\phpStudy\phpStudy.exe,点击确定,启动;
3、绿灯亮起之后就可以到浏览器地址栏里输入以下地址:
[http://127.0.0.1/avbook/index.php/jav/javhome/?]
+ [http://127.0.0.1/avbook/index.php/jav/javhome/?](http://127.0.0.1/avbook/index.php/jav/javhome/?)



2.其它
--------

+ 因无法确定数据库中图片内容是否健康,本人已经使用技术手段屏蔽了所有图片。不要删除 D:\guyueyingmu\phpStudy\WWW\avbook\resources\javbus\mask.js这个文件,如果删除这个文件导致高斯模糊滤镜失效,进而看到了有害身体健康的内容,视为你个人咎由自取,与本人无关,若发生翻车事故本人不承担任何责任。

+ 为了控制压缩包大小数据库没有完全建立索引,嫌查询慢的自行创建索引或者迁移到Linux下。

+ 为了防和谐数据库已加密,关注微信公众号:guyueyingmu (孤月盈木),回复:avbook 获取解压密码。




0 comments on commit ff4c0db

Please sign in to comment.