码迷,mamicode.com
首页 >  
搜索关键字:apache https git gogs    ( 190193个结果
【转】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
git 删除分支--本地分支和远程分支
删除本地分支 先使用git branch 查看本地分支 删除本地分支 使用git branch -d branchname 删除本地分支,这里可以看到我们去删除tversion分支的时候,提示该分支存在一些问题,提示我们可以使用git branch -D branchname进行强制删除: 查看远程 ...
分类:其他好文   时间:2021-07-16 17:34:01    阅读次数:0
7.15Java之调用API接口传表单获取返回信息
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
递推算法,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
[git] git拉取远程分支代码
本地分支和远程分支是两个东西,就想master 和 origin/master 一个是本地分支,一个是远程分支 一般会有一个追踪关系,分支名相同 ,本地分支 > 远程分支是保持同步的 当我们本地没有这个分支,但是想拉取远程分支的时候,例如远程有个origin/dev分支,但是我本地并没有 git p ...
分类:其他好文   时间:2021-07-14 18:42:20    阅读次数:0
190193条   上一页 1 ... 4 5 6 7 8 ... 19020 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!