修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:
其他好文 时间:
2020-06-20 18:46:51
阅读次数:
113
VAAI Atomic Test & Set (ATS),Hardware Assisted Locking(COMPARE_AND_WRITE ),Enables granular locking of block storage devices, accelerating performance ...
分类:
其他好文 时间:
2020-06-20 11:28:10
阅读次数:
74
document.write() 用法 在JavaScript中document.write()函数可以向文档写入HTML表达式或JavaScript代码,用法“document.write(exp1,exp2,exp3,....)”,该函数可接受任何多个参数,并将其写入文档中。 document. ...
分类:
编程语言 时间:
2020-06-19 21:24:21
阅读次数:
84
at if not, Start Atd Service systemctl status atd.service //output: ┌─[root@nedrain]─[~] └──? $systemctl status atd.service ● atd.service - Job spooli ...
分类:
系统相关 时间:
2020-06-19 13:45:08
阅读次数:
66
如何做到 ueditor批量上传word图片? 1、前端引用代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d ...
分类:
Web程序 时间:
2020-06-16 13:02:13
阅读次数:
67
/proc/sys/net/ipv4/* Variables: ip_forward - BOOLEAN 0 - disabled (default) not 0 - enabled Forward Packets between interfaces. This variable is speci ...
分类:
其他好文 时间:
2020-06-15 15:47:48
阅读次数:
69
可以先尝试用 systemctl start gitlab-runsvdir.service 如果冻结不动的话,就需要查看系统服务项了 systemctl -t target 如果系统正常的话,所有任务应该是loaded active active,如果存在inactive dead选型,意味着有些 ...
分类:
其他好文 时间:
2020-06-14 20:49:54
阅读次数:
260
前言 随着 Go 语言的深入使用,其依赖管理机制也一直是各位 Gopher 热衷于探讨的话题。Go 语言的源码依赖可通过 go get 命令来获取,但自动化程度不高,于是官方提供了 Dep 这样的自动化批量管理依赖的工具。虽然 Go 语言的依赖管理在很多方面还是不如人意,但整个体系正在日趋完善,本篇 ...
分类:
其他好文 时间:
2020-06-12 20:17:06
阅读次数:
60
查看防火墙状态 [root@HUNDSUN ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system ...
分类:
其他好文 时间:
2020-06-08 14:53:28
阅读次数:
74
php -i同php -r的区别 函数 php_ini_loaded_file(); 2.执行,(需要修改php为你自己的路径) [code]/usr/local/php/bin/php --ini 会显示php.ini所在路径,哪个路径下没有php.ini文件 3.phpinfo() php -c ...
分类:
Web程序 时间:
2020-06-08 12:39:33
阅读次数:
62