上一页 1 ··· 34 35 36 37 38
摘要: #!/usr/bin/env python #-*- coding:utf-8 -*- ''' 统计linux进程占用的物理内存 ''' import os import sys import subprocess def getPidList(proc): cmd = '''/sbin/pidof 阅读全文
posted @ 2020-06-22 15:49 jiangcheng_15 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 4 ''' 统计linux打开的文件数 ''' 5 6 import os 7 import sys 8 import subprocess 9 10 def getPidList(proc): 11 阅读全文
posted @ 2020-06-22 15:48 jiangcheng_15 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 工作需要用到C++中的正则表达式,以下三种正则可供参考 1,C regex #include <regex.h> #include <iostream> #include <sys/types.h> #include <stdio.h> #include <cstring> #include <sy 阅读全文
posted @ 2017-11-24 10:57 jiangcheng_15 阅读(2773) 评论(0) 推荐(0) 编辑
摘要: 鉴于网易博客经常弹出小框以及各种推荐,迁移至此。 开始漫步... 阅读全文
posted @ 2016-01-15 13:57 jiangcheng_15 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38