摘要: 转自:http://www.cnblogs.com/otfsenter/ 阅读全文
posted @ 2017-07-24 17:10 随便了888 阅读(688) 评论(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 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 参考【https://www.cnblogs.com/inva/p/5115794.html】 阅读全文
posted @ 2017-07-20 17:21 随便了888 阅读(380) 评论(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 阅读(356) 评论(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) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-27 23:11 随便了888 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-26 23:49 随便了888 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Advanced Uses of Python Decorators 阅读全文
posted @ 2017-06-23 23:46 随便了888 阅读(162) 评论(0) 推荐(0) 编辑
摘要: reference: https://www.zhihu.com/question/27699413/answer/267906889 摘要: 我们在描述一个真实对象(物体)时包括两个方面:它可以做什么(行为)它是什么样的(属性或特征)结论:对象=属性(特征)+方法(行为)相同属性和方法的对象归为一 阅读全文
posted @ 2017-06-23 00:09 随便了888 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/caijunfen/article/details/70599138 云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作。 查看:systemctl status sshd.ser 阅读全文
posted @ 2017-06-19 22:49 随便了888 阅读(14181) 评论(0) 推荐(0) 编辑