搜索到与相关的文章
操作系统

获取进程快照

点击下载演示工程unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,StdCtrls,TLHelp32,ComCtrls;typeTForm1=class(TForm)Button1:TButton;ListView1:TListView;Button2:TButton;procedureButton1Click(

系统 2019-08-12 01:32:28 2751

Python

python项目部署之Nginx配置说明

nginx配置1.相关目录:日志记录与错误记录目录:/var/log/nginx/conf目录:/etc/nginx/conf.d//usr/share/nginx/2.相关命令:检查conf文件nginx-c服务操作sudoservicenginxstart|stop|restart3.配置:先在conf目录分别创建两个同名的conf文件sudotouch/etc/nginx/conf.d/foodtop.confsudotouch/usr/share/

系统 2019-09-27 17:50:49 2750

编程技术

简单入门正则表达式 - 第三章 快速入门