摘要:
转自: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" 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
Advanced Uses of Python Decorators 阅读全文
摘要:
reference: https://www.zhihu.com/question/27699413/answer/267906889 摘要: 我们在描述一个真实对象(物体)时包括两个方面:它可以做什么(行为)它是什么样的(属性或特征)结论:对象=属性(特征)+方法(行为)相同属性和方法的对象归为一 阅读全文
摘要:
转:http://blog.csdn.net/caijunfen/article/details/70599138 云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作。 查看:systemctl status sshd.ser 阅读全文