码迷,mamicode.com
首页 >  
搜索关键字:remote    ( 5029个结果
WebFlux之Websocket
协议 参考 https://www.cnblogs.com/nuccch/p/10947256.html WebSocket是基于TCP的应用层协议,用于在C/S架构的应用中实现双向通信,关于WebSocket协议的详细规范和定义参见rfc6455。 需要特别注意的是:虽然WebSocket协议在建 ...
分类:Web程序   时间:2021-02-27 13:25:19    阅读次数:0
github将主分支的代码同步到fork分支的方法
github fork一个分之后,过一段时间就会和主分支的差异比较大。 这样提交pr的时候就会冲突,这个时候我们就需要和主分支同步代码。 步骤: 1. git remote add upstream git@github.com:coreos/etcd.git //本地添加远程主分支,叫upstre ...
分类:其他好文   时间:2021-02-22 12:20:10    阅读次数:0
flask日志配置
flask日志设置 在App/utils/ 新建loggings.py文件 from flask import request import logging import logging.handlers import os class RequestFormatter(logging.Format ...
分类:其他好文   时间:2021-02-19 12:57:16    阅读次数:0
Redis数据库的基本介绍和安装
Redis的基本介绍 1.Redis是NoSQL数据库,不是传统的关系型数据库 官网:https://redis.io/和http://www.redis.cn/ 2.Redis:REmote Dictionary Server(远程字典服务器),Redis的性能非常高,单机能够达到15w qps, ...
分类:数据库   时间:2021-02-18 13:18:56    阅读次数:0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:其他好文   时间:2021-02-18 13:05:15    阅读次数:0
解决idea__Maven:No archetype found in remote catalog. Defaulting to internal catalog
解决idea创建Maven项目时 No archetype found in remote catalog. Defaulting to internal catalog 下载archetype-catalog.xml下载地址:https://repo1.maven.org/maven2/arche ...
分类:其他好文   时间:2021-02-17 14:41:35    阅读次数:0
Xtool X100 PAD2 Pro with KC100 Key Programmer FAQs
Xtool X100 Pad2 Pro full version adds VW 4th/5th generation immobilizer programming. It’s a professional key programmer for workshop with special func ...
分类:其他好文   时间:2021-02-10 13:33:59    阅读次数:0
升级Node版本RN项目运行报错cb.apply is not a function
今日打算安装一下ReactNative官方推荐的脚手架工具Ignite。 文章目录 node版本升级 1.查看可以安装的node版本 2.选择一个版本进行安装 3.查看已安装的版本 遇到报错 查找问题所在 解决问题 node版本升级 1.查看可以安装的node版本 nvm ls-remote 1 2 ...
分类:移动开发   时间:2021-02-09 12:21:13    阅读次数:0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:其他好文   时间:2021-02-08 12:50:48    阅读次数:0
python clickhouse 连接数据库
#clickhouse: 默认端口8123 或90001.在sql语句连接其他clickhouse数据库,参数:ip端口,数据库表,用户名,密码select * from remote('192.168.1.12:8123',mysql_test.r_app_rank,'root','123456' ...
分类:数据库   时间:2021-02-08 12:25:24    阅读次数:0
5029条   上一页 1 ... 6 7 8 9 10 ... 503 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!