This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { "version": "v1", "title": "业务接口" }, | |
"host": "127.0.0.1:10005", | |
"schemes": ["http"], | |
"paths": { | |
"/adapter/saveBill": { | |
"post": { | |
"tags": ["Adapter"], | |
"summary": "保存接口", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 综合测试 | |
## 秋水逸冰 | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
例如: | |
A列中是需要翻译的文本 | |
在B列中使用该公式 (其他列注意替换公式的参数) | |
=FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A1&"&doctype=xml&version"),"//translation") |