
随笔记
hellboy0621
怕什么真理无穷,进一寸有一寸的欢喜。
展开
-
【随笔记】MongoDB - 了解应用的动态
1、了解正在进行的操作> db.currentOp(){ "inprog" : [ { "desc" : "conn3", // 与日志信息联系 "threadId" : "140223308420864", ..原创 2018-05-23 14:25:13 · 350 阅读 · 0 评论 -
【随笔记】简单梳理/etc/profile、/etc/bashrc、/etc/profile.d/、~/.bash_profile、~/.bashrc
结论:在/etc/profile 中配置系统变量;在~/.bash_profile 中配置用户变量;CentOS7系统1、/etc/profile[root@centos7 ~]# cat /etc/profile# /etc/profile# System wide environment and startup programs, for login setup...原创 2018-05-23 16:09:10 · 1545 阅读 · 0 评论