wingkingbobo
wingkingbobo
## Question Is there any way to monitor the connection pool like druid monitor? Recently, I have encountered several times in the online environment that the sharding proxy database connection...
### 运行环境 ### - [x] QMUI Android 版本:`2.0.0-alpha11` ### 具体问题描述 ### CutomDialogBuilder创建的弹窗中EditText默认文字颜色为透明色,Spinner丢失右侧箭头和默认的背景。1.x版本显示是正常的。
It looks like a crash caused by "sprop parameter sets" being empty. It can be played with VLC. version: v2.17.1 rtsp log: ``` RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://admin:[email protected]:554/h264/ch1/main/av_stream/...
## Environment ```groovy implementation 'com.mapbox.maps:android:10.1.0' // implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.6.2' ``` ## Expected behavior The method of converting longitude and latitude into screen coordinates in V10 takes twice as much time as...
问题:3.2.1版本maven仓库缺少源码 日志: --- ```log * What went wrong: Execution failed for task ':app:DownloadSources'. > Could not resolve all files for configuration ':app:downloadSources_adf02fe8-ab60-487e-8405-d2a4de2770cc'. > Could not find io.github.razerdp:BasePopup:3.2.1@aar. Searched in the...
I have my own volume control bar. I hope to call exoplayer Do not display the UI of the system when using the `exoPlayer.setDeviceVolume()` method. The comments in the source...
## New Feature I would like to set the border width for Polygon. Currently, only `fill-outline-color` has been found, and `fill-outline-width` has not been found. The drawn edge width is...
## New Feature Is there parameter like cesium `viewer.camera.constrainedAxis=undefined`, that can cause the Earth to rotate along the South and North Poles? ## Why I hope to rotate freely like...
#### 问题详细描述 Detailed description of the problem ``` val info = Replugin.install(path) Replugin.preload(info) val classLoader = RePlugin.fetchClassLoader(pluginName)!! ``` 对同一个插件执行上述代码执行第一次时classloader与重复执行第二次的classloader不是同一个对象 而执行第二次和执行2+n次后获取到的classloader是同一个对象。 ``` com.qihoo360.loader2.Plugin.FILENAME_2_DEX /data/user/0/com.myapp/app_p_a/-786233465.jar // 第一次加载插件后缓存classloader的key /data/user/0/com.myapp/app_p_c/-786233465.jar // 第二次去获取缓存的key变成了app_p_c,导致没获取到缓存,重新创建了classloader ``` ####...
与pinyin4j冲突,编译不通过。通过packagingOptions排除pinyin4j的pom.xml无效,配置blacklist也不行。