今天运行redis服务端时候出现这个问题: D:\php\software\redis>redis-server.exe [484] 04 Dec 21:49:00.797 # Warning: no config file specified, using the default config. ...
分类:
其他好文 时间:
2021-01-21 11:00:18
阅读次数:
0
使用python自带的logging日志模块 1.简单设置 import logging # 设置log级别为 info logging.basicConfig(level=logging.INFO) # error > debug > info def run(*args, **kwargs): ...
分类:
编程语言 时间:
2021-01-21 10:53:34
阅读次数:
0
口令过期 SQL> conn test/test ERROR: ORA-28002: 7 天之后口令将过期 Connected. SQL> 修改oracle用户密码永不过期 1、查看用户的proifle是哪个,一般是default: sql>SELECT username,PROFILE FROM ...
分类:
其他好文 时间:
2021-01-20 12:15:01
阅读次数:
0
##使用sklearn中的fetch_mldata的错误情况以及可能可行的解决方法 在notebook使用的时候出现了报错 from sklearn。datasets import fetch_mldata 报错信息为 ImportError: cannot import name 'fetch_m ...
分类:
其他好文 时间:
2021-01-20 12:08:27
阅读次数:
0
Project ERROR: Cannot run target compiler '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++'. Output: Ma ...
分类:
移动开发 时间:
2021-01-20 11:51:37
阅读次数:
0
org.jetbrains.idea.svn.SvnUtil - Error opening connection java.sql.SQLException: Error opening connection at org.sqlite.core.CoreConnection.open(CoreC ...
分类:
数据库 时间:
2021-01-20 11:45:38
阅读次数:
0
10.1Unix I/O 10.2文件 10.3打开和关闭文件 10.4读和写文件 10.5.1RIO的无缓冲的输入输出函数 ssize_t rio_readn(int fd, void *usrbuf, size_t n) { size_t nleft = n; //剩下未读字符数 ssize_t ...
分类:
其他好文 时间:
2021-01-19 12:25:20
阅读次数:
0
收集日志后,日志级别分类,error 级别发送运维邮件需单独处理,其他记录 直接交换机,工作方式类似于单播,Exchange会将消息发送完全匹配Routing_key的Queue;筛选消息通过key进行; 1. 生产者 using RabbitMQMsgProducer.MessageProduce ...
分类:
其他好文 时间:
2021-01-19 12:13:34
阅读次数:
0
Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [1130] Host '172.18.0.2' ...
分类:
其他好文 时间:
2021-01-19 12:03:11
阅读次数:
0
PHP中mysqli_errno和mysqli_error的区别和使用 mysqli_errno() 函数返回最近调用函数的最后一个错误代码。 mysqli_error() 函数返回最近调用函数的最后一个错误描述。 mysqli_errno(connection);mysqli_error(conn ...
分类:
数据库 时间:
2021-01-18 11:31:26
阅读次数:
0