Skip to content

Instantly share code, notes, and snippets.

{
"swagger": "2.0",
"info": { "version": "v1", "title": "业务接口" },
"host": "127.0.0.1:10005",
"schemes": ["http"],
"paths": {
"/adapter/saveBill": {
"post": {
"tags": ["Adapter"],
"summary": "保存接口",
# 综合测试
## 秋水逸冰
wget -qO- bench.sh | bash
## 老鬼
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
## Zbench
###中文版
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
###英文版
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
@viacooky
viacooky / Excel列翻译公式(有道API)
Created May 29, 2019 03:20
Excel列翻译公式(有道API)
例如:
A列中是需要翻译的文本
在B列中使用该公式 (其他列注意替换公式的参数)
=FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A1&"&doctype=xml&version"),"//translation")