码迷,mamicode.com
首页 >  
搜索关键字:rsync auth failed on module client    ( 40915个结果
【Python】Flask API 登录
Flask API 登录 零、起因 最近要写uniapp客户端,服务器使用的是Python的Flask框架,为了实现用户登录,在网上查到了一些Flask的扩展,其中比较简单的就是flask_httpauth(此时版本__version__ = '4.2.1dev'),其官网给出的基本示例: from ...
分类:编程语言   时间:2021-04-26 13:14:41    阅读次数:0
springcloud<seata注册与配置到ncaos>
首先介绍下seata的坑: is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) No Feign Client for loadBa ...
分类:编程语言   时间:2021-04-26 13:01:17    阅读次数:0
python 日志 logging模块
背景 使用print,无法打印日志的级别错误,故用logging模块 彩色打印 import logging # logger = logging.getLogger('your-module') # Initialize coloredlogs. import coloredlogs colore ...
分类:编程语言   时间:2021-04-24 13:26:40    阅读次数:0
docker启动失败:Failed to start Docker Application Container Engine.
默认的仓库Docker的官方仓库Docker Hub Registry Docker官方仓库的速度会比较慢,可以配一个官方的中国加速镜像 方法是:修改 /etc/docker/daemon.json 加上如下的键值: { "registry-mirrors": ["https://registry. ...
分类:移动开发   时间:2021-04-24 13:25:57    阅读次数:0
自动化发布与回滚
defunct.sh #/bin/env sh #set -e # errexit #cwRsyncServer <=> case sensitive(module) #cwRsyncClinet <=> case insensitive export LANG=zh_CN.utf8 ml_slb= ...
分类:其他好文   时间:2021-04-24 13:19:22    阅读次数:0
redis bloom filter-功能介绍和原理
快速安装体验 build git clone https://github.com/RedisBloom/RedisBloom.git cd redisbloom make 以上命令会生成redisbloom.so文件 动态load redisbloom # MODULE LOAD /redisbl ...
分类:其他好文   时间:2021-04-24 13:18:45    阅读次数:0
Socket-异步封装客户端与服务端类
客户端: class SocketClient { private byte[] byteRcvbuf; public Socket Client { get; set; } public string SocketIP { get; set; } public uint SocketPort { ...
分类:其他好文   时间:2021-04-24 11:54:07    阅读次数:0
Hive注释中文乱码解决方案
不多BB,直接开干!!! 第一步:进入hive安装目录下面的conf目录,修改hive-site.xml文件 cd /opt/module/hive/conf vim hive-site.xml 第二步:修改如下内容 <property> <name>javax.jdo.option.Connect ...
分类:其他好文   时间:2021-04-24 11:50:36    阅读次数:0
前端生成uuid
github下载地址: https://github.com/uuidjs/uuid 1. Install npm install uuid 2. Create a UUID (ES6 module syntax) import { v4 as uuidv4 } from 'uuid'; uuidv ...
分类:其他好文   时间:2021-04-24 11:48:35    阅读次数:0
vue 旧项目dev 跑起来报 Module build failed: Error: No PostCSS Config
这只要在src同级添加postcss.config.js文件 同时文件 里面写上这些,重新跑就没问题了 module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} }} ...
分类:Web程序   时间:2021-04-24 11:47:48    阅读次数:0
40915条   上一页 1 ... 28 29 30 31 32 ... 4092 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!