All Projects → dingyong666 → avmob

dingyong666 / avmob

Licence: other
让开车众享丝滑~ 91套了cf无法采集了

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to avmob

91porn-android
android 91 app(91porn安卓客户端).
Stars: ✭ 147 (+188.24%)
Mutual labels:  91porn
VideoDownloader
更流畅更便捷的下载动作片
Stars: ✭ 44 (-13.73%)
Mutual labels:  91porn
NineOne
A 91 porn app for Android TV
Stars: ✭ 21 (-58.82%)
Mutual labels:  91porn
91porn-utility
91porn comprehensive utility
Stars: ✭ 78 (+52.94%)
Mutual labels:  91porn

AvMob

让开车众享丝滑 ~

666

介绍

没什么介绍的了,网络请求Okhttp,Dom解析 Jsoup,缓存 Ehcache

  • SpringBoot
  • MDUI + DPlayer

(偷懒就直接给网络请求添加的缓存~)

前端使用 MDUI ,兼容移动端效果不错

1. 本地如何调试?

  • utils -> Okhttp类可设置代理
    static final Proxy.Type PROXY_TYPE = Proxy.Type.SOCKS;
    static final String PROXY_ADDRESS = "192.168.100.5";
    static final int PROXY_PORT = 1080;
    static final boolean USE_PROXY = true;

怎么运行项目?

方法 1 :

安装Idea导入项目,右边工具栏 Gradle -> Tasks -> build -> bootJar

方式 2 :下载Gradle,添加系统环境,再项目目录执行

gradle build

生成 jar 或者 war

gradle bootJar

具体百度搜索 springboot gradle 打包jar

2. 部分提示!

  • WordsUtils 过滤关键词

  • decoder 包下为解析页面具体实现

  • 修改端口可以修改 application.properties

在模板文件里面不要乱格式化代码,会导致 FreeMaker 代码排版错误。

666

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].