lmgsanm

每天学习一点,每天进步一点点…… Tomorrow is another beatifull day

导航

上一页 1 2 3 4 5 6 7 ··· 10 下一页

2018年3月3日

CentOS6.8常用服务

摘要: service level0 level1 level2 level3 level4 level5 level6 功能 备注 状态 abrt-ccpp 0:关闭 1:关闭 2:关闭 3:启用 4:关闭 5:启用 6:关闭 对服务器无用 关闭 abrtd 0:关闭 1:关闭 2:关闭 3:启用 4:关 阅读全文

posted @ 2018-03-03 11:06 lmgsanm 阅读(1063) 评论(0) 推荐(0) 编辑

2018年1月30日

python模块:logging

摘要: 1 # Copyright 2001-2016 by Vinay Sajip. All Rights Reserved. 2 # 3 # Permission to use, copy, modify, and distribute this software and its 4 # documen 阅读全文

posted @ 2018-01-30 20:45 lmgsanm 阅读(835) 评论(0) 推荐(0) 编辑

python模块:subprocess

摘要: 1 # subprocess - Subprocesses with accessible I/O streams 2 # 3 # For more information about this module, see PEP 324. 4 # 5 # Copyright (c) 2003-2005 阅读全文

posted @ 2018-01-30 20:14 lmgsanm 阅读(1886) 评论(0) 推荐(0) 编辑

python模块:hmac

摘要: 1 """HMAC (Keyed-Hashing for Message Authentication) Python module. 2 3 Implements the HMAC algorithm as described by RFC 2104. 4 """ 5 6 import warni 阅读全文

posted @ 2018-01-30 19:55 lmgsanm 阅读(750) 评论(0) 推荐(0) 编辑

python模块:hashlib

摘要: 1 #. Copyright (C) 2005-2010 Gregory P. Smith (greg@krypto.org) 2 # Licensed to PSF under a Contributor Agreement. 3 # 4 5 __doc__ = """hashlib module 阅读全文

posted @ 2018-01-30 19:25 lmgsanm 阅读(581) 评论(0) 推荐(0) 编辑

python模块:configparser

摘要: 1 """Configuration file parser. 2 3 A configuration file consists of sections, lead by a "[section]" header, 4 and followed by "name: value" entries, with continuations and such in 5 ... 阅读全文

posted @ 2018-01-30 19:03 lmgsanm 阅读(1364) 评论(0) 推荐(0) 编辑

2018年1月29日

python模块:xml.dom.minidom

摘要: 1 """Simple implementation of the Level 1 DOM. 2 3 Namespaces and other minor Level 2 features are also supported. 4 5 parse("foo.xml") 6 7 parseStrin 阅读全文

posted @ 2018-01-29 22:27 lmgsanm 阅读(1228) 评论(0) 推荐(0) 编辑

python模块:xml.etree.ElementTree

摘要: 1 """Lightweight XML support for Python. 2 3 XML is an inherently hierarchical data format, and the most natural way to 4 represent it is with a tree. 阅读全文

posted @ 2018-01-29 22:25 lmgsanm 阅读(634) 评论(0) 推荐(0) 编辑

python模块:xml

摘要: 1 """Core XML support for Python. 2 3 This package contains four sub-packages: 4 5 dom -- The W3C Document Object Model. This supports DOM Level 1 + 6 阅读全文

posted @ 2018-01-29 22:19 lmgsanm 阅读(131) 评论(0) 推荐(0) 编辑

python模块:random

摘要: 1 """Random variable generators. 2 3 integers 4 5 uniform within range 6 7 sequences 8 9 pick random element 10 pick random sample 11 pick weighted ra 阅读全文

posted @ 2018-01-29 22:18 lmgsanm 阅读(2103) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页