本次升级MacOS Big Sur11.0.1之后,开启Eclipse时报空指针,打开页面空白,之后卸掉, 再次安装时提示加载不到libserver.dylib 或 Could not create the Java Virtual Machine 或 提示下面图片内容,其原因都是加载不到安装的JDK. 之后下载了几个版本都不行: Eclipse IDE 2020-09-R 这个需要JDK11 后面下载了2020-03-R,本地使用JDK8,下载之后开启dmg安装包,将Eclipse拖拽到Ap…
ERROR in ./node_modules/_extract-text-webpack-plugin@3.0.2@extract-text-webpack-plugin/dist/loader.js?{"omit":1,"remove":true}!D:/work/nl_web/node_modules/_vue-style-loader@3.0.3@vue-style-loader!D:/work/nl_web/node_modules/_css-loader…
安装VS 2015完成后,VS2012 打开报错 打开VS2012Web项目,弹出错误提示: asp.net 4.0 has not been registered on the web server. you need to manually configure…… 解决办法: 微软官方下载补丁包,安装: https://support.microsoft.com/en-us/kb/3002339 再次从打开VS2012 打开Web项目OK了.…
在Linux上配置xampp后远程访问域名报错: New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". 初步分析了一下错误原因是:安全异常,需要修改httpd-xampp.conf.这个文件在:/opt/lampp/…
运行编译后的程序报错 error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory -------------------------------------------------------------------------------------------------------------------------------------…
数据库字段gender为枚举类型,从前台接受到实体后进行保存报错:org.postgresql.util.PSQLException: ERROR: column "gender" is of type gender but expression is of type character varying ========================== 本篇文章从解决这个报错入手,附带 1.@TypeDef/@Enumerated/@Type的使用!!!!! ===========…
windows7 安装 Realm Studio 后,打开报错 报错如下: A JavaScript error occurred in the main process Uncaught Exception: Error: The specified procedure could not be found. W?C:Users)daiangpingppb17b4003-c813-4645-c57-138398a4535tmp at process.module.(anonymous fun…
Xcode升级10.3后XiB文件包错,提示: Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7fefbefd1d80> System content for IBCocoaTouchFramework-EightAndLater <IBScaleFactorDeviceTypeDescription: 0x7fefbebf4f70&g…
最近Xcode升级了,出现了各种蛋疼的错误提示,今天遇到个导入框架出现了提示Swift版本的问题,具体如下: "Use Legacy Swift Language Version" (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax-] menu to choo…
CocoaPods升级后(最新版本1.0.1),安装第三方库的时候会报如下错误: The dependency `AFNetworking (~> 3.1.0)` is not used in any concrete target. 原因:CocoaPods升级后,Podfile文件的内容格式要求发生了变化,必须指出指出所用第三方库的target. 解决步骤: (1)检查CocoaPods的版本 pod --version (2) 升级或安装最新版本(目前版本1.0.1) 注意:如果cocoa…
Reinhard重装了服务器.重装后,导入项目A报错,错误提示如下: A table, Extended Data Type, Base Enum or class called ???? already exists. 每次重装后,AOT中的元素ID都会重新生成,可能是我项目A中的某个元素ID,被新环境中的其他元素占用. 将AOT中,已经导入的项目A的元素全部删除,然后刷新AOT. 重启开发工作区.重新导入项目A,这次就好了.…
报错如下: Warning: Illegal string offset '阿根廷' in F:\wnmp\www\test.php on line 24 Warning: Illegal string offset '中国' in F:\wnmp\www\test.php on line 24 Warning: Illegal string offset '印尼' in F:\wnmp\www\test.php on line 24 原因: 原始代码如下 <?php $area = '';…