Linux下的fg和bg命令是进程的前后台调度命令,即将指定号码(非进程号)的命令进程放到前台或后台运行。比如一个需要长时间运行的命令,我们就希望把它放入后台,这样就不会阻塞当前的操作;而一些服务型的命令进程我们则希望能把它们长期运行于后台。 进程前后台操作用到以下命令或按键: Ctrl+C 终止并 ...
分类:
其他好文 时间:
2019-03-09 23:29:43
阅读次数:
269
xtrabackup备份MySQL报错:InnoDB: Error number 24 means 'Too many open files' 1.使用xtrabackup备份MySQL时出现如下报错: 2.查看备份使用的user的ulimit 3.修改/etc/security/limits.co ...
分类:
数据库 时间:
2019-03-09 01:16:38
阅读次数:
620
#region WPF发送和接收win32消息 public const int WM_GETTEXT = 0x0D; public const int WM_SETTEXT = 0x0C; public const int WM_SIZEING = 0x0214; public const int... ...
#当时测试虚机为centos7.4版本: # 在/etc/security/limits.conf文件末尾添加如下命令: * soft nproc 1314 * hard nproc 1314 * soft nofile 520 * hard nofile 520 #在root及普通用户下用ulim ...
分类:
系统相关 时间:
2019-03-07 01:18:48
阅读次数:
500
http://www.dumpanalysis.org/windows memory analysis checklist General: Symbol servers (.symfix) Internal database(s) search Google or Microsoft search ...
分类:
数据库 时间:
2019-03-05 15:22:42
阅读次数:
180
eval: 主要功能是解析cmdline,并且运行. [70 lines]builtin_cmd: 辨识和解析出bulidin命令: quit, fg, bg, and jobs. [25lines]do_bgfg: 实现bg和fg命令. [50 lines] waitfg: 实现等待前台程序运行结 ...
分类:
系统相关 时间:
2019-03-02 01:03:12
阅读次数:
259
概述:使用zabbix监控服务器已有一段时间,监控的服务器不到100台,发现刷新zabbix页面有卡顿的现象。而且经常报“Zabbix poller processes more than 75% busy”的错误,检查服务器性能还是有保障的,最后发现zabbix_server.conf既然使用的是 ...
分类:
其他好文 时间:
2019-03-01 15:55:28
阅读次数:
246
一、安装 1、安装 mock axiosnpm install mockjs axios --save,AG.BG.MG.BBIN真人接口平台架设出租【企鹅21717-93408】2、安装axios-mock-adapteraxios-mock-adapter 是axios与mock配置器,简单来说 ...
分类:
Web程序 时间:
2019-03-01 13:03:58
阅读次数:
259
https://www.cnblogs.com/cwp-bg/p/8780204.html python常见的web部署搭配nginx+gunicorn,下面记录一下gunicorn的配置使用。 安装gunicorn pip install gunicorn gunicorn -h # 查看使用的命 ...
分类:
编程语言 时间:
2019-02-28 18:07:43
阅读次数:
202