GeniusJerry

Results 10 issues of GeniusJerry

**Software version (please complete the following information):** - Browser [e.g. chrome, safari] - Vue Version [e.g. 2.5.7] - vue-grid-layout Version: [e.g. 2.3.3] **Describe the bug** A clear and concise description...

列表中的暂停不管用,界面是暂停了,但是声音还有,从全屏退出的时候,有几率会从头再播放一次,会听到有两个声音,也就是有两个在播放。

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.qdcadc.monitor/com.lzy.imagepicker.ui.ImageCropActivity}: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2646) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2707) at android.app.ActivityThread.-wrap12(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1460) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)...

我用AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES); 实现的夜间模式,点全屏视频就闪退了,但是app没退出,日间模式是正常的,很奇怪啊,不知道什么影响的?

jcVideoPlayer.setPlayerType(VideoPlayer.TYPE_IJK)用IJK模式播放m3u8直播的时候,只播放第一帧,然后界面卡住了,求解决

TYPE_NATIVE模式有的手机(小米)刚开始缓冲没问题,后续视频播放完缓冲的就不再自动缓冲了,然后提示“视频播放出错”重新加载的黑屏界面了。

com.intellij.diagnostic.PluginException: Unable to find template resource: vux; classLoader: PluginClassLoader(plugin=PluginDescriptor(name=element, id=com.shen.plugin.element, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2022.2\plugins\element-2.0.jar, version=2.0, package=null, isBundled=false), packagePrefix=null, instanceId=256, state=active); plugin: PluginInfo(type=LISTED, id=com.shen.plugin.element, version=2.0) at com.intellij.codeInsight.template.impl.TemplateSettings.readDefTemplate(TemplateSettings.java:555) at com.intellij.codeInsight.template.impl.TemplateSettings.loadDefaultLiveTemplatesFromProvider(TemplateSettings.java:523) at com.intellij.codeInsight.template.impl.TemplateSettings.loadDefaultLiveTemplates(TemplateSettings.java:494) at com.intellij.codeInsight.template.impl.TemplateSettings.doLoadTemplates(TemplateSettings.java:301)...

Uncaught (in promise) TypeError: Cannot read property 'isCE' of null

不能通过ref主动触发打印,希望暴露个方法能主动触发,使用场景就是打印页面是个单独的页面,而且内容是接口返回的,但是按钮是在前一个页面上,点了打印按钮需要先调接口获取数据,获取到数据并且渲染完毕在触发打印。 还有种情况是,静默打印,也就是列表上每一行都有打印按钮,点了直接就打印了,并没有中间预览页,这个时候就需要主动去触发打印