-
-
./markdown-blog web 运行后,提示 127.0.0.1 拒绝了我们的连接请求。
chymy updated
2 months ago
-
Hi everyone!
I'm [Glenn Jocher](https://www.linkedin.com/in/glenn-jocher/), author of [YOLOv5](https://github.com/ultralytics/yolov5) 🚀.
I'd like to invite you to attend the world's first-ever Y…
-
如题:
非Sticky效果用的是preventNextEvent这个变量进行控制的,不是之前https://tech.meituan.com/2018/07/26/android-livedatabus.html
提到的修改version (博文中提到了之前的文章指仅做为参考,此处引用只做说明原理)
所以ExternalLiveData中getVersion 只 调用了父类的方法,
疑…
-
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
-
1.OS version:CentOS release 6.5 (Final) MySQL version:5.7.16-log
2.error
2017-03-10 14:41:26 18622 [Note] 第1步: 对SQL解析优化之后得到的SQL:select count(1) AS `COUNT(1)` from (`mydb`.`archive` `a` lef…
-
根据Google官方 [Update the Android Plugin for Gradle](https://developer.android.com/studio/releases/gradle-plugin) 升级Android Plugin for Gradle:
1. 修改根目录 build.gradle
```
buildscript {
repositories…
-
项目升级到 AGP 7.0之后,jdk也必须升级到 11,但是jdk9以后已经移除了 tools.jar
导致sync时compiler模块的这句脚本报 NullPointerException
`compileOnly files(Jvm.current().getToolsJar())`
不知有没有办法解决这个问题