会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
huihui065
博客园
首页
新随笔
联系
订阅
管理
2020年3月24日
lgh_常用命令备份
摘要: /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)
2020年1月16日
python max api
摘要: # -*- 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)
contrast 对比字符串
摘要: # -*- 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)
公告