FastAPI https://fastapi.tiangolo.com/#performance FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based ...
分类:
编程语言 时间:
2021-07-16 17:45:01
阅读次数:
0
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { $whitelist = ["source"=>"source.php","hint"=>"hint.php"]; if ( ...
分类:
其他好文 时间:
2021-07-16 17:40:01
阅读次数:
0
7.15Java之调用API接口传表单获取返回信息 实例 package GoogleTranslateAPI;?import com.alibaba.fastjson.JSON;import org.apache.http.HttpEntity;import org.apache.http.Nam ...
分类:
编程语言 时间:
2021-07-16 17:32:30
阅读次数:
0
SOAP 协议介绍 Simple Object Access Protocol,简单对象访问协议 一种轻量的、简单的、基于 XML 的协议 SOAP 跟 HTTP、SMTP 等一样 是一种传输协议 **WebService 三要素:**SOAP、WSDL、UDDI 使用 Jmeter 做 soap ...
分类:
其他好文 时间:
2021-07-16 17:30:53
阅读次数:
0
需求背景: 查看前top N的用户 查看自己的排名 用户积分变更后,排名及时更新 1:保留排行榜2倍大小的缓存 2:对比排行榜中最小的数值,比它大,插入排行榜中 参考:http://www.cocoachina.com/articles/13638 ...
分类:
编程语言 时间:
2021-07-15 19:00:52
阅读次数:
0
https://www.cnblogs.com/shizuchengxuyuan/p/15008799.html ...
分类:
编程语言 时间:
2021-07-15 18:59:26
阅读次数:
0
1、在连接打印机的电脑上点击共享打印机 2、在局域网其他电脑上打开网络界面 3、找到连接打印机的计算机名,双击打开,然后找到打印机双击安装驱动程序 4、安装完驱动后会显示打印机任务队列,即表示可用 5、打印的时候选择该打印机即可 注意:连接打印机的电脑须处于开机状态,打印机才可用。 ...
分类:
其他好文 时间:
2021-07-15 18:58:13
阅读次数:
0
Istio介绍 一、Istio介绍 官方文档:https://istio.io/docs/concepts/what-is-istio/ 中文官方文档:https://istio.io/zh/docs/concepts/what-is-istio/ Github地址:https://github.c ...
分类:
其他好文 时间:
2021-07-14 18:47:03
阅读次数:
0
下载稳定版 官方地址:https://zookeeper.apache.org/releases.html 选择合适的版本,我的选择 wget https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.6.2/apache-zookeep ...
分类:
其他好文 时间:
2021-07-14 18:45:29
阅读次数:
0
设置请求代理:.umirc中设置。可以将当前访问域名的请求转发到指定域名下。用于跨域代理开发,开发完后放入指定服务器中。 //请求代理 proxy: { '/api': { target: 'http://localhost:3000', changeOrigin: true, pathRewrit ...
分类:
Web程序 时间:
2021-07-14 18:40:58
阅读次数:
0