码迷,mamicode.com
首页 >  
搜索关键字:path mtu    ( 30140个结果
python 3 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题
问题:pyhton 3安装module报错ERROR: Could not find a version that satisfies the requirement config.paths % pip install config.paths ERROR: Could not find a ve ...
分类:编程语言   时间:2021-03-03 11:48:53    阅读次数:0
Springboot 2.4.0跨域配置无效及接口访问报错(解决方法)allowedOrigins cannot contain the special value "*"
异常: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on ...
分类:编程语言   时间:2021-03-02 12:28:35    阅读次数:0
vs qt 移植到linux
#export PATH=/opt/Qt5.9.0/5.9/gcc_64/bin:$PATH #qmake -project QT+=widgets #qmake 所以如果是想要把vs的Qt项目移植到linux下,最好不要通过vs生成pro文件。只有当拷贝到linux下时才通过qmake -proj ...
分类:系统相关   时间:2021-03-02 11:57:19    阅读次数:0
InfluxDB数据备份与恢复
InfluxDB数据备份与恢复 一、基本命令 命令:influxd backup -database dbName backup_path 可选参数:-retention <retention policy name> -shard <shard ID>-since <date> 参数解析:rete ...
分类:数据库   时间:2021-03-01 13:29:07    阅读次数:0
svg 标签的简单学习使用(不规则区域选择高亮效果)
SVG 意为可缩放矢量图形(Scalable Vector Graphics)。 SVG 使用 XML 格式定义图像。 svg 的子标签 矩形<rect>、 圆形<circle> 椭圆 <ellipse> 线 <line> 路径 <path> 多边形 <polygon> 折线 <polyline> ...
分类:其他好文   时间:2021-02-27 13:04:16    阅读次数:0
go web gin 上传文件
main.go package main import ( "github.com/gin-gonic/gin" "net/http" "path" ) func main() { r :=gin.Default() r.LoadHTMLFiles("./upload.html") r.GET("/ ...
分类:Web程序   时间:2021-02-26 13:25:16    阅读次数:0
mybatisPuls初步了解
https://mp.weixin.qq.com/s/WRChpQqtvrRTfT5IWXDndg 前言 官网:Mybatis-plus官方文档 简化 MyBatis ! 创建数据库 数据库名为mybatis_plus 创建表 创建user表 DROP TABLE IF EXISTS user;CR ...
分类:其他好文   时间:2021-02-26 13:24:28    阅读次数:0
Windows API 可能会返回 MSDN 文档上没有提到的错误码
例如 _sopen_s 在磁盘空间不够的时候, 宏 errno 就会返回 ENOSPC(28) MSDN 文档时只提到以下错误码 errno valueCondition EACCES The given path is a directory, or the file is read-only, ...
分类:Windows程序   时间:2021-02-26 13:03:15    阅读次数:0
vue cli3全局配置文件 vue.config.js
const path = require('path'); module.exports = { // 基本路径 publicPath: process.env.NODE_ENV 'production' ? '' : '/', // 输出文件目录 outputDir: process.env.NO ...
分类:Web程序   时间:2021-02-25 12:07:38    阅读次数:0
Docker部署web项目
一:随便创建目录dock,准备好如下文件: 二、编写Dockerfile,通过它能快速地构建docker镜像vi Dockerfile 新增如下配置 FROM centosMAINTAINER this is dock image <jsh>ADD jdk1.8.0_191 /usr/local/j ...
分类:Web程序   时间:2021-02-24 13:25:21    阅读次数:0
30140条   上一页 1 ... 30 31 32 33 34 ... 3014 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!