摘要:
openldap 网上的烂和过时文章太多了,这里找了两个比较优秀的文章,防止再被坑。 一个是纯安装openldap 一个是openldap 结合smb做认证的 https://www.somata.net/2019/samba_openldap_build_nfs.html https://www. 阅读全文
摘要:
以下实例是使用 copy 模块的 copy.copy( 浅拷贝 )和(copy.deepcopy ): 实例 #!/usr/bin/python # -*-coding:utf-8 -*- import copy a = [1, 2, 3, 4, ['a', 'b']] #原始对象 b = a #赋 阅读全文
摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- # author:jiaoyaxiong time:2021/3/5 __author__ = 'jiaoyaxiong' import time import os import sys import ra 阅读全文
摘要:
#coding:utf-8 """ 申请本package 需要的资源,如果申请失败的话,停止后续测试,并发出告警? 申请成功的话,把资源写入环境变量中 申请网关: package_name + "id/name" eg: test_nose_gw = "xxx" os.environ["test_n 阅读全文
摘要:
# -*- coding: utf-8 -*- """ File Name: base_case_lib Description : 用例基库类 Author : jiaoyaxiong date: 2019/7/22 Change Activity: 2019/7/22: """ __author 阅读全文
摘要:
http://www.caneman.cn/?p=540示例HTML <html> <a> contentA <b> conetntB <c> contentB </c> <d type='type1'> contenteD </d> </b> <e> contentE </e> </a> </ht 阅读全文
摘要:
https://blog.csdn.net/fzy629442466/article/details/84790829 https://www.cnblogs.com/hongfei/p/python-xml-sax.html 可以使用SAX来查询或者阅读XML文档。SAX可以快速扫描一个大型的XM 阅读全文
摘要:
json and xml 阅读全文
摘要:
# -*- coding: utf-8 -*- """ File Name: base_case_lib Description : 用例基库类 Author : jiaoyaxiong date: 2019/7/22 Change Activity: 2019/7/22: """ __author 阅读全文
摘要:
# -*- coding: utf-8 -*- """ File Name: conf.py Description : 读取当前文件上级目录conf 内hcs_conf.yaml的内容,返回yaml 对象 Author : jiaoyaxiong date: 2019/7/22 Change Ac 阅读全文