码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
zabbix异常之value cache is fully used: please increase ValueCacheSize configuration parameter
一、zabbix出现ValueCacheSize异常 查看zabbix server log发现如下异常: value cache is fully used: please increase ValueCacheSize configuration parameter 二、解决办法:增加Value ...
分类:系统相关   时间:2020-09-18 02:34:43    阅读次数:55
MAC命令行上传到CentOS7FTP服务器网站
mac@MacdeMacBook-Pro  ~  ftp 172.20.10.13 Connected to 172.20.10.13. 220 (vsFTPd 3.0.2) Name (172.20.10.13:mac): anonymous 331 Please specify the pa ...
分类:Web程序   时间:2020-09-17 23:12:15    阅读次数:49
安装VisualSVN Server 报错The specified TCP port is occupied
安装过程中报错,如下图所示。 The specified TCP port is occupied by another service.Please stop that service or use another port.(指定tcp端口已被占用,请停止那个服务或是换一个端口使用) 开始看到这 ...
分类:其他好文   时间:2020-09-17 21:47:07    阅读次数:31
python基础(六)
#函数input(),程序暂停运行,等待用户输入一些文本,获取输入后,将其存储在一个变量中 message = input("tell me") print(message) tell mehi hi name = input("Please enter your name:") print("He ...
分类:编程语言   时间:2020-09-17 17:35:22    阅读次数:35
Python3--条件判断与循环控制
1.条件判断与循环控制 语句关键字 if、 else、 elif 、 # 伊洛Yiluo # https://yiluotalk.com/ >>> password = 123456 >>> input_password = int(input('Please input password to l ...
分类:编程语言   时间:2020-08-24 15:11:18    阅读次数:55
linux-shell 判断当前用户是否是root用户
环境变量UID中保存的是用户ID。 root用户的UID是0。 #! /bin/bash if [ $UID -ne 0 ]; then echo Non root user. Please run as root. else echo Root user fi ...
分类:系统相关   时间:2020-08-20 18:54:51    阅读次数:89
Harbor安装及使用
安装环境:CPU:2C内存:8GIP:172.24.77.241(Server1)IP:172.24.77.243(Server2)服务器1安装dockeryuminstalldocker-ysystemctlstartdockersystemctlenabledocker服务器1安装dockeryuminstalldocker-ysystemctlstartdockersystemctlenab
分类:其他好文   时间:2020-08-11 09:29:26    阅读次数:110
springboot+druid报错log4j:WARN No appenders could be found for logger (druid.sql.Connection). log4j:WARN Please initialize the log4j system properly.
解决方案:新建文件log4j.properties log4j.rootLogger=DEBUG, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apach ...
分类:移动开发   时间:2020-07-28 14:33:05    阅读次数:149
celery
celery的使用 # 1 异步任务框架,执行异步任务,执行延迟任务,执行定时任务 # 2 Celery is a project with minimal funding, so we don’t support Microsoft Windows. Please don’t open any i ...
分类:其他好文   时间:2020-07-26 23:15:34    阅读次数:64
Ubuntu 20.04 Install Guest Additions for VirtualBox
Ubuntu 20.04 Install Guest Additions for VirtualBox时有报错: This system is currently not set up to build kernel modules.Please install the gcc make perl ...
分类:系统相关   时间:2020-07-26 23:00:43    阅读次数:94
3193条   上一页 1 ... 7 8 9 10 11 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!