07 2017 档案

摘要:shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是引用变量值,而美元符加数字表示命令行参数 echo "some words" >>$STATUS/l... 阅读全文
posted @ 2017-07-31 12:51 随便了888 阅读(179) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/u014680513/article/details/51005650 阅读全文
posted @ 2017-07-30 17:26 随便了888 阅读(1357) 评论(0) 推荐(0)
摘要:#!/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 阅读全文
posted @ 2017-07-24 17:43 随便了888 阅读(6550) 评论(0) 推荐(0)
摘要:转自:http://www.cnblogs.com/otfsenter/ 阅读全文
posted @ 2017-07-24 17:10 随便了888 阅读(693) 评论(0) 推荐(0)
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-# @date: 2017/7/22 23:41 # @name: Python_learn# @author:vickey-wuimport osimport jsontry: import cPickle as pi 阅读全文
posted @ 2017-07-23 00:30 随便了888 阅读(232) 评论(0) 推荐(0)
摘要:参考【https://www.cnblogs.com/inva/p/5115794.html】 阅读全文
posted @ 2017-07-20 17:21 随便了888 阅读(383) 评论(0) 推荐(0)
摘要:link: http://dev.splunk.com/view/python-sdk/SP-CAAAER5 download SDK & setup with python code: import splunklib.client as client import splunklib.resul 阅读全文
posted @ 2017-07-11 13:01 随便了888 阅读(358) 评论(0) 推荐(0)
摘要: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" 阅读全文
posted @ 2017-07-07 23:44 随便了888 阅读(155) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示