Mac OS 遇到 OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized. 最近在做图像对抗用到foolbox, tensorflow, keras 等机器学习模块。 在ju ...
分类:
系统相关 时间:
2020-06-05 10:24:54
阅读次数:
400
年初时工班发现工作站和服务器都没办法用ntpq看时钟同步了,如下图所示。输入ntpq-p 就显示"The specified class was not found" 通过排查,发现中央服务器和工作站均出现,本地工作站部分有,2台NMS则完好,Linux机子也显示正常。由于系统对时钟要求很高,出现此 ...
分类:
其他好文 时间:
2020-06-05 00:26:23
阅读次数:
103
解决方案: 右击我的电脑->属性->高级系统设置->高级->环境变量->系统变量 在path变量中添加 C:\Program Files\dotnet\ 然后重启visual studio 注意:不要改变原来的值,只要在后面添加,用分号分割。 然后就可以正常使用了,如图。 ...
分类:
Web程序 时间:
2020-06-04 14:03:43
阅读次数:
89
错误如图所示: 在使用以下解决方法时,请先确定配置信息以及代码编写无误,比如: 1.访问页面index存在且路径正确 2.url地址输入正确 下面进入正题: 1.选择Edit Configurations 编辑当前项目启动项内容 2.修改内容如下(修改的一定要是当前的项目启动项),修改完成后记得点击 ...
分类:
编程语言 时间:
2020-06-04 13:39:05
阅读次数:
251
解决方案: 在项目中的web.xml文件的</web-app>标签内添加如下标签 <absolute-ordering /> ...
分类:
编程语言 时间:
2020-06-04 13:29:08
阅读次数:
199
今天遇到了这个错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),结果查询出来的办法如下: mybatis的xml文件的命名空间写错,命名空间应该是xml对应的数据接口类。 例如:类名是 ...
分类:
Web程序 时间:
2020-06-04 10:34:45
阅读次数:
100
https://github.com/libevent/libevent.git https://github.com/libevent/libevent/blob/master/Documentation/Building.md#building-on-unix-cmake 从github上下载l ...
分类:
其他好文 时间:
2020-06-03 15:13:56
阅读次数:
61
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:
其他好文 时间:
2020-06-02 21:41:56
阅读次数:
65
运行:strings /lib64/libc.so.6 |grep GLIBC_发现没有GLIBC_2.18下载:wget http://mirrors.ustc.edu.cn/gnu/libc/glibc-2.18.tar.gz解压:tar -zxvf glibc-2.18.tar.gz进入解压文 ...
分类:
其他好文 时间:
2020-06-02 09:47:11
阅读次数:
181
{ OpenGL安装安装命令如下:$ sudo apt install build-essential $ sudo apt install libgl1-mesa-dev$ sudo apt install libglu1-mesa-dev $ sudo apt install freeglut3 ...
分类:
系统相关 时间:
2020-06-01 23:40:52
阅读次数:
167