generated from dellevin/template
222
This commit is contained in:
@@ -6,4 +6,4 @@
|
|||||||
2. `base64-de-in-code` base64编码解码
|
2. `base64-de-in-code` base64编码解码
|
||||||
1. 编码接口(post): http(s)://网站域名/encode
|
1. 编码接口(post): http(s)://网站域名/encode
|
||||||
2. 解码接口(post): http(s)://网站域名/decode
|
2. 解码接口(post): http(s)://网站域名/decode
|
||||||
3. 知乎文章本地保存
|
3. `get-zhi-zhu-article`知乎文章本地保存
|
||||||
@@ -65,6 +65,6 @@ def encode_endpoint():
|
|||||||
'result': encoded_string
|
'result': encoded_string
|
||||||
})
|
})
|
||||||
# pip install pipreqs
|
# pip install pipreqs
|
||||||
# pipreqs D:\UserData\Desktop\demo\python_script\2.base64-de-in-code
|
# pipreqs D:\UserData\Desktop\demo\python_script\base64-de-in-code
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, host='0.0.0.0', port=5000)
|
app.run(debug=True, host='0.0.0.0', port=5000)
|
||||||
0
get-zhi-zhu-article/test/test.py
Normal file
0
get-zhi-zhu-article/test/test.py
Normal file
Reference in New Issue
Block a user