摘要: ######################shell##########################字符串:1.变量只读:readonly2.删除变量:unset3.获取字符串长度:${#str}4.提取2-4字符:${str:2:3} 数组:1.赋值:array_name[0]=value0 阅读全文
posted @ 2020-08-20 15:11 隔壁Mr.Wang 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- import requests def DataDic(): url = 'http://jira.xxx.com/rest/gadget/1.0/login' auth = { "os_username": 阅读全文
posted @ 2020-08-20 15:00 隔壁Mr.Wang 阅读(1054) 评论(0) 推荐(0) 编辑
摘要: ps –o nlwp 1 top -H -p 1 ps huH p 1 | wc -l 阅读全文
posted @ 2020-08-20 09:49 隔壁Mr.Wang 阅读(627) 评论(0) 推荐(0) 编辑