码迷,mamicode.com
首页 >  
搜索关键字:squid https    ( 133208个结果
Springboot-微服务-微服务组件之服务管理-Zuul网关
#Springboot-微服务-微服务组件之服务管理-Zuul网关 Zuul.简介 官网:https://github.com/Netflix/zuul Zuul加入后的架构 不管是来自于客户端(PC或移动端)的请求,还是服务内部调用。一切对服务的请求都会经过Zuul这个网关,然后再由网关来实现 鉴 ...
分类:编程语言   时间:2021-07-19 16:48:33    阅读次数:0
【转】windows改变Sublime选中背景颜色
(43条消息) Mac上修改Sublime Text 3选中文本的背景色_gaoyp的专栏-CSDN博客https://blog.csdn.net/gaoyp/article/details/88990555 颜色表大全 颜色代码 设计配色表 网页配色表-www.5tu.cnhttps://www. ...
分类:Windows程序   时间:2021-07-19 16:45:43    阅读次数:0
SpringBoot:自定义注解实现后台接收Json参数
0.需求 在实际的开发过程中,服务间调用一般使用Json传参的模式,SpringBoot项目无法使用@RequestParam接收Json传参 只有@RequestBody支持Json,但是每次为了一个接口就封装一次实体类比较麻烦 如果使用Map来进行参数接收,则会导致参数不可控,会在接口中新增较多 ...
分类:编程语言   时间:2021-07-19 16:41:17    阅读次数:0
【MapBox】建筑矢量切片
1、下载建筑shp文件(带有高度字段的polygon数据) 2、使用mapshaper转换为geojson格式(本地处理) 3、安装cygwin,参考https://www.cnblogs.com/jyughynj/p/11804721.html 4、使用tippecanoe转换mbtiles矢量切 ...
分类:其他好文   时间:2021-07-19 16:33:57    阅读次数:0
FastAPI - most popular API framework in python
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
递推算法,AI衍生
https://www.cnblogs.com/shizuchengxuyuan/p/15008799.html ...
分类:编程语言   时间:2021-07-15 18:59:26    阅读次数:0
Istio介绍
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
Zookeeper安装
下载稳定版 官方地址: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
gist.github.com 无法访问解决办法,亲测永远有效!
1.打开https://www.ipaddress.com/,输入gist.github.com获取IP地址 2.ping 此ip地址,可以访问 3.将IP地址写入Hosts文件,140.82.113.3 gist.github.com MAC: /etc/hosts Windows: c/Wind ...
分类:其他好文   时间:2021-07-13 17:44:20    阅读次数:0
我终于也有了自己的博客网站
有网站源码,需要的私聊,有些私人敏感信息,暂时不放GitHub了。 https://www.quewaner.com/ ...
分类:Web程序   时间:2021-07-13 17:43:33    阅读次数:0
133208条   上一页 1 ... 3 4 5 6 7 ... 13321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!