在pom文件加入 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTest ...
分类:
Web程序 时间:
2020-06-15 18:05:30
阅读次数:
118
MultiDex原理 分包机制对于 Android 5 以下的手机耗时更长 public static void install(Context context) { Log.i("MultiDex", "Installing application"); if (IS_VM_MULTIDEX_CA ...
分类:
其他好文 时间:
2020-06-15 17:52:56
阅读次数:
65
查看centos版本号 [root@VM_0_16_centos ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) ...
分类:
其他好文 时间:
2020-06-15 13:52:50
阅读次数:
51
不同VM的context并发执行JS代码发生死锁的情况,真是相当隐晦了,感谢ollyguo和enigmaliang大神的建议,才能让这个bug抽丝剥茧,慢慢的解开。 ...
分类:
编程语言 时间:
2020-06-14 20:22:30
阅读次数:
77
下载路径:https://archive.apache.org/dist/zookeeper/zookeeper-3.4.9/ 解决:实际上应该是你下载错了文件。在官网上有两个tar.gz文件,从目前的最新版本3.5.5开始,带有bin名称的包才是我们想要的下载可以直接使用的里面有编译后的二进制的包 ...
分类:
其他好文 时间:
2020-06-14 18:46:47
阅读次数:
313
[ERROR] Failed to execute goal on project activiti-bpmn-layout: Could not resolve dependencies for project org.activiti:activiti-bpmn-layout:jar:6.0.1 ...
分类:
编程语言 时间:
2020-06-14 13:11:17
阅读次数:
300
####问题springcloud getway配置文件加载失败 Description: Failed to bind properties under 'spring.cloud.gateway' to org.springframework.cloud.gateway.config.Gatew ...
分类:
编程语言 时间:
2020-06-14 12:54:40
阅读次数:
342
问题: selenium.common.exceptions.WebDriverException: Message: A new session could not be created. (Original error: Command failed: C:\Windows\system32\c ...
分类:
移动开发 时间:
2020-06-14 12:29:10
阅读次数:
103
托管调试助手 "DisconnectedContext":“针对此 RuntimeCallableWrapper 向 COM 上下文 0xc75058 的转换失败,错误如下: 系统调用失败。 (异常来自 HRESULT:0x80010100 (RPC_E_SYS_CALL_FAILED))。原因通常 ...
分类:
编程语言 时间:
2020-06-14 10:51:07
阅读次数:
92
Docker是一种容器虚拟化技术,相比传统VM具有启动快、高效、轻量的特点。
分类:
其他好文 时间:
2020-06-14 09:14:45
阅读次数:
54