InvalidCastException: Unable to cast COM object of type ‘Microsoft.Office.Interop.Word.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.W ...
分类:
其他好文 时间:
2020-05-08 13:33:52
阅读次数:
114
1、打开powerDesigner 按Ctrl+Shift+X 打开脚本编辑器,也可以去菜单中找(Tools --> Excute commands --> Edit/Run Script). 2、复制脚本执行即可 Option Explicit ValidationMode = True Inte ...
分类:
数据库 时间:
2020-05-08 12:51:55
阅读次数:
105
什么原因导致 python的certifi模块使用的仅仅是自身的cacert.pem,其他的不会使用,所以也没有所谓的授权信任链。 手动的添加信任链 比如我不能访问百度。 导出全部的证书,按照base64导出,然后复制到cacert.pem中。 查看所有的需要证书 查看授权链 复制出当前网站的授权链 ...
分类:
其他好文 时间:
2020-05-05 23:29:30
阅读次数:
67
elasticsearch 5.0 安装过程中遇到了一些问题,通过查找资料几乎都解决掉了,这里简单记录一下 ,供以后查阅参考,也希望可以帮助遇到同样问题的你。 问题一:警告提示 [2016-11-06T16:27:21,712][WARN ][o.e.b.JNANatives ] unable to ...
分类:
其他好文 时间:
2020-05-05 19:40:58
阅读次数:
68
Warning:<i><b>root project 'mlibmodel': Unable to build Scala project configuration</b>Details: org.gradle.api.GradleException: Cannot infer Scala cla ...
分类:
其他好文 时间:
2020-05-05 16:23:28
阅读次数:
182
错误描述:大致意思就是有多个ServletWebServerFactory spring不知道启动那个 org.springframework.context.ApplicationContextException: Unable to start web server; nested except ...
分类:
移动开发 时间:
2020-05-05 12:31:00
阅读次数:
191
. 问题详细提示如下: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarly unavailable) E: Unable to acquire the dpkg frontend lock ...
分类:
其他好文 时间:
2020-05-05 11:01:45
阅读次数:
57
今天学习springboot的时候,因为Maven版本问题,导包一直不成功,之后换程最新版3.6.3 结果IDEA2017不兼容,又换成IDEA2019 这时候继续报错Unable to import maven project: See logs for details。意思大概就是版本不兼容,h ...
分类:
其他好文 时间:
2020-05-01 15:08:25
阅读次数:
339
1.运行git-cmd.exe;2.d: cd 工程路径3.执行命令:git remote set-url origin https://github.com/wawj901124/jmeter.git 其中https://github.com/wawj901124/jmeter.git 是gith ...
分类:
数据库 时间:
2020-05-01 12:41:05
阅读次数:
79
org.apache.jasper.JasperException: Unable to compile class for JSP: 因为maven默认tomcat插件版本是tomcat6我的jdk是1.8所以需要更换tomcat版本到7以上添加tomcat7插件 <plugin> <groupI ...
分类:
编程语言 时间:
2020-04-30 11:45:09
阅读次数:
70