摘要:
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz Modules/Setup.dist https://askubuntu.com/questions/661039/trouble-with-zip-support-in- 阅读全文
摘要:
C++ 变量作用域_w3cschool https://www.w3cschool.cn/cpp/cpp-variable-scope.html 初始化局部变量和全局变量 当局部变量被定义时,系统不会对其初始化,您必须自行对其初始化。定义全局变量时,系统会自动初始化为下列值: 正确地初始化变量是一个 阅读全文
摘要:
This is a wiki containing user-contributed recipes, tips, and tricks for the Apache HTTP Server (aka Apache Web Server or httpd). As this is a public 阅读全文
摘要:
http://www.jb51.net/LINUXjishu/66410.html 6个级别 chkconfig 0 lrwxrwxrwx. 1 root root 7 Nov 8 2016 rc -> rc.d/rc 0 lrwxrwxrwx. 1 root root 10 Nov 8 2016 阅读全文
摘要:
监控某个python进程是否存在,如不存在则启动 阅读全文
摘要:
s = '%s%s%s%s%s%s%s%s' % ( time.strftime('%Y%m%d %H:%M:%S', time.localtime(time.time())), ' os.getppid() ', os.getppid(), ' os.getpid() ', os.getpid() 阅读全文