07 2017 档案
摘要:shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是引用变量值,而美元符加数字表示命令行参数 echo "some words" >>$STATUS/l...
阅读全文
摘要:转自:http://blog.csdn.net/u014680513/article/details/51005650
阅读全文
摘要:#!/usr/bin/python #-*- coding:utf-8 -*- import os, subprocess import tkMessageBox import msg_box def get_path_from_disk(process_name): for path in pat
阅读全文
摘要:转自:http://www.cnblogs.com/otfsenter/
阅读全文
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-# @date: 2017/7/22 23:41 # @name: Python_learn# @author:vickey-wuimport osimport jsontry: import cPickle as pi
阅读全文
摘要:参考【https://www.cnblogs.com/inva/p/5115794.html】
阅读全文
摘要:link: http://dev.splunk.com/view/python-sdk/SP-CAAAER5 download SDK & setup with python code: import splunklib.client as client import splunklib.resul
阅读全文
摘要:1、download https://git-for-windows.github.io/ 2、command add file to git: git add filename & git commit -m "explaination about the changes of the file"
阅读全文