摘要: /root/.subversionbettle: svn://172.17.40.66/cmdb svn://172.17.40.66/dbcm/trunksqlreview: git@172.19.14.39:dbadmin/sqlreview.git opa-pallas: git@gitlab 阅读全文
posted @ 2020-03-24 16:15 huihui065 阅读(153) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-接口名称:python3 max接口描述:接口地址:http://127.0.0.1:8000/test_max/返回格式:json请求方式: post请求参数说明(入参):name:姓名age:年龄名称 必填 类型 说明key 是 string 姓名全 阅读全文
posted @ 2020-01-16 17:37 huihui065 阅读(226) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import unittestfrom contrast import *class TestMathFunc(unittest.TestCase): """Test mathfuc.py""" def test_method_01(self): """ 阅读全文
posted @ 2020-01-16 16:24 huihui065 阅读(72) 评论(0) 推荐(0)
摘要: # -*- coding:UTF-8 -*-#Boolean no_name(a : String, b : String)写的是:用了递归判断b字符串是否是a字符串中所有字符的一个排列。如:a=“abc”,# b=“bca”,返回true,相反 如果是 adc 和 abc, 会返回 false,另 阅读全文
posted @ 2020-01-16 16:22 huihui065 阅读(159) 评论(0) 推荐(0)