📄 pcs_startup.h
字号:
/*
//File name: "Pcs_Startup.h"
//Author: Mr. Zhujingkun
//Create Date:2000,04,01
//This is the head file for the main file "Pcs_Startup.c"
*/
#ifndef Pcs_Startup
#define Pcs_Startup
#define ERROR_LOG_FILE "/usr/bkfx/log/errlog"
#define STARTUP_PROCESS_LIST "/usr/bkfx/etc/StartUpProcessListFile"
#define CONFIG_FILE_FOR_TIMEINTERVAL "/usr/bkfx/etc/TimeIntervalFile"
#define DEFAULT_TIMEINTERVAL 5 //Used when cannot find the specified.
#define MAX_LINE_LEN 500 //The max length of a text file used here
#define TOTAL_PROCESS_NUMBER 18 //Number of processes to be forked
#define STARTUP_PROCESS_ID_LIST "/usr/bkfx/etc/ProcessIDListFile"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -