码迷,mamicode.com
首页 >  
搜索关键字:cannot be resolved    ( 5515个结果
pyecharts库的安装
pip install pyecharts from pyecharts import Bar 报错:ImportError: cannot import name 'Bar' from 'pyecharts' (D:\anaconda\lib\site-packages\pyecharts\__i ...
分类:其他好文   时间:2020-07-03 17:34:21    阅读次数:198
修改 oracle 数据库的 sys 账号密码,alter user sys identified by Aa123456@#_# * ERROR at line 1: ORA-01034: ORACLE not available Process ID: 0 Session ID: 0 Serial number: 0
挺久没有登录的 oracle 数据库,因为公司要求加固密码,登录后修改失败 1、启动数据库的同时启动控制文件、数据文件,提示:cannot mount database in EXCLUSIVE mode 2、启动数据库的同时启动控制文件、不启动数据文件,提示:database not mounte ...
分类:数据库   时间:2020-07-03 10:36:46    阅读次数:132
Alertmanager配置短信告警
Prometheus是以operator方式部署 这里仅仅提供一个思路,万变不离其宗。 使用短信告警之前需要自己购买短信服务,然后定义好短信模板,一般都有现成的sdk,自己简单包装一下就可以使用了。 思路:通过自定义webhook的方式进行发送。我简单写了一个webhook,项目地址:https:/ ...
分类:其他好文   时间:2020-07-03 10:26:32    阅读次数:211
OutOfMemory相关问题(内存溢出异常OOM)
OutOfMemory(内存溢出异常OOM) java.lang.OutOfMemoryError :Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no ...
分类:其他好文   时间:2020-07-02 16:54:56    阅读次数:65
php升级openssl扩展,swoole升级openssl扩展,linux安装openssl版本
php7版本openssl扩展升级安装,swoole openssl扩展安装高版本自定义编译安装 php升级openssl扩展,swoole升级openssl扩展 报错configure: error: Cannot find OpenSSL's libraries异常使用第三项 php升级open ...
分类:Web程序   时间:2020-07-02 16:12:30    阅读次数:76
docker 重启容器异常
问题现象 部署的docker容器运行一端时间以后,由于需要修改配置,需要重启容器,但是重启的时候,报如下错误: Error response from daemon: Cannot restart container rsnmp_v4: OCI runtime create failed: cont ...
分类:其他好文   时间:2020-07-02 13:19:58    阅读次数:66
error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:其他好文   时间:2020-07-01 13:03:53    阅读次数:97
Java ArrayList Tutorial with Examples
ArrayList in Java is used to store dynamically sized collection of elements. Contrary to Arrays that are fixed in size, an ArrayList grows its size au ...
分类:编程语言   时间:2020-06-30 14:52:12    阅读次数:62
mysql5.7压缩包配置
1、解压压缩包 我的放到:K:\Mysql5.7\mysql-5.7.15-winx64 2、配置环境变量 新建MYSQL_HOME: K:\Mysql5.7\mysql-5.7.15-winx64 path 添加 : %MYSQL_HOME%\bin 3、新建并修改配置文件my.ini [mysq ...
分类:数据库   时间:2020-06-30 10:32:08    阅读次数:81
The type XXX cannot be resolved. It is indirectly referenced from required .class files错误.
https://blog.csdn.net/linyeban/article/details/53812641 在Eclipse中遇到The type XXX cannot be resolved. It is indirectly referenced from required .class f ...
分类:其他好文   时间:2020-06-29 16:56:58    阅读次数:83
5515条   上一页 1 ... 20 21 22 23 24 ... 552 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!