摘要:
######################shell##########################字符串:1.变量只读:readonly2.删除变量:unset3.获取字符串长度:${#str}4.提取2-4字符:${str:2:3} 数组:1.赋值:array_name[0]=value0 阅读全文
摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- import requests def DataDic(): url = 'http://jira.xxx.com/rest/gadget/1.0/login' auth = { "os_username": 阅读全文
摘要:
ps –o nlwp 1 top -H -p 1 ps huH p 1 | wc -l 阅读全文