使用idea创建一个java class的时候会出现如下的warning: this inspection reports usage of the default file template for file header 不管你怎么修改模版都无法消除⚠️,除非你去修改这段注释(详细的解释我在文章的结尾给出了描述).这样看着特别不舒服. 解决方法: The point of it is to remind you to document your code by adding a descri…
一.问题描述 在亚马逊云服务器使用Nginx+uwsgi部署django项目时,项目可以使用python manage.py runserver正常运行,uwsgi测试也没问题,Nginx也正常启动,nginx.conf和uwsgi.ini的配置也正确,使用uwsgi --ini uwsgi.ini运行项目时,报错: ImportError: libssl.so.10: cannot open shared object file: No such file or directory unabl…
错误1:ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory 一般这种问题是版本不兼容 我的情况是:tensorflow-gpu 1.13.1与cuda10.1不兼容,需要使用cuda10.0才可以 好在cuda10.1和cuda10.0对应的都是cudnn7.5.0 cudnn与cuda版本对应:https://developer.nvidia.com/rdp/cudn…
zabbix3.2启动有如下报错: # service zabbix_server startStarting zabbix_server: /home/zabbix-server/sbin/zabbix_server: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory [失败] 解决方法: 查找这个模块的位置…