
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
linux下patch文件使用
初识patch还是和Z同事沟通问题时认识的,回想起已经近半年
connect by prior
1. connect by prior 介绍语法{ CONNECT BY [ NOCYCLE ] condition [AND condition]... [ START WITH condition ]| START WITH condition CONNECT BY [ NOCYCLE ] condition [AND condition]...}解释:start with: 指定起始节点的条
python 进程
[wln@localhost python]$ cat 01.py#!/usr/bin/env pythonimport os ,sys"""A basic fork in action"""import osprint '01'*5child = os.fork()if child == 0: cmd = 'sudo top -b > a.top'
python 读取文本文件内容转化为python的list
1.目的读取cal.txt内容,然后通过python脚本转化为list内容2. 文件内容 cal.txt1213141516cal.py脚本内容:#!/usr/bin/python#coding = UFT-8result=[]fd = file( "cal.txt", "r" )for line in fd.readlines():
到底了







