定时任务 定时任务的作用 1.系统级别的定时任务 ? 临时文件清理 ? 系统信息采集 ? 日志文件切割 2.用户级别的定时任务 ? 定时向互联网同步时间 ? 定时备份系统配置文件 ? 定时备份数据库的数据 计划任务服务 # 定时任务,服务启动和停止 # c6 /etc/init.d/crond st ...
分类:
其他好文 时间:
2020-07-10 19:01:19
阅读次数:
111
常见快捷输入符:```js dsajdhjas const = 121 ``` ```css .class { height:10px; } ``` ```html <div>wjedewdhjewhsjh</div> ``` :::tip dwjjwhdj ::: :::warning adjsj ...
分类:
其他好文 时间:
2020-07-10 11:34:17
阅读次数:
113
1. 截取列表值 (前几个) /// let numbers = [1, 2, 3, 4, 5] /// print(numbers.prefix(2)) /// // Prints "[1, 2]" /// print(numbers.prefix(10)) /// // Prints "[1, ...
分类:
编程语言 时间:
2020-07-09 15:09:44
阅读次数:
134
1)用RPM安装软件包,最简单的命令如下: (用-i报错,-ivh不报错 错误:warning: *.rpm: Header V3 RSA/SHA256 Signature, keykey ID c105b9de: NOKEY 原本为 rpm -ivh *.rpm 现在改成 rpm -ivh *.r ...
分类:
系统相关 时间:
2020-07-08 22:45:44
阅读次数:
112
当主机使用ssh免密码登录时,弹出Warning:Permanently added (RSA) to the list of known hosts的警告,看着很碍眼。通过以下方法进行解决: 1:vim /etc/ssh/ssh_config(master和slave1都需要设置) 找到#Stri ...
分类:
其他好文 时间:
2020-07-07 15:34:46
阅读次数:
57
今天在关闭数据库和启动数据库时发现mysql提示 Warning: World-writable config file ‘/etc/my.cnf’ is ignored 。意思是警告:全局可写配置文件'/usr/my.cnf“被忽略。 查看/etc/my.cnf的权限是:-rwxrwxrwx 1 ...
分类:
数据库 时间:
2020-07-07 13:36:36
阅读次数:
75
查看docker支持的网络驱动 [root@localhost ~]# docker info |grep "Network" WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disa ...
分类:
其他好文 时间:
2020-07-06 20:23:49
阅读次数:
81
C:\ProgramFiles\iMC\server\conf目录下打开qvdm.conf文件,修改其中字段#settingloglevel(DEBUG,INFO,WARNING,ERROR,FATAL)LogLevel=INFO//该处将INFO修改为DEBUG,重启imcapmedm.exe进程,收集完日志,再改回INFO,并重启进程。#settinglogexpire(itsunitisda
分类:
其他好文 时间:
2020-07-06 18:13:22
阅读次数:
75
前端框架Bootstrap 该框架已经帮你写好了很多页面样式,你如果需要使用,只需要下载它对应文件,之后直接cv拷贝即可 在使用Bootstrap的时候所有的页面样式都只需要你通过class来调节即可 版本选择建议使用v3版本 Bootstrap中文网:https://www.bootcss.com ...
分类:
其他好文 时间:
2020-07-06 00:46:59
阅读次数:
56
mysql> update test set create_time=concat('2013-10-01 ', floor(10+rand()*10),':',floor(10+rand()*49),':',floor(10+rand()*49)) where create_time='0000- ...
分类:
数据库 时间:
2020-07-06 00:42:41
阅读次数:
116