解决windows10下无法安装.net framework 3.5(包括.net2.0和3.0)

解决windows10下无法安装.net framework 3.5(包括.net2.0和3.0) 通过网盘分享的文件:sxs.zip 链接: https://pan.baidu.com/s/1XodgFCAhcggUUpiT1iS1uA?pwd=t8vw 提取码: t8vw dism.exe /o

springboot重启脚本

#!/bin/bash #需要修改两个参数 1、包名 2、启动命令 #修改位置一:这里可替换为你自己的执行程序 APP_NAME=demo-java.jar #使用说明,用来提示输入参数 usage() { echo "Usage: sh 脚本名.sh [start

centos7安装gitlab

yum install -y curl policycoreutils-python openssh-server perl https://blog.csdn.net/Mr_chen199409/article/details/139662536

python导出当前环境包

pip freeze > requirements.txt pip download -r requirements.txt -d packages

java打成exe和python打包成exe

exe4j的使用 https://blog.csdn.net/pckzzy119/article/details/137680315 https://blog.csdn.net/qq_30272167/article/details/134100311 anaconda中python打包成exe

centos7安装go

golang || 环境准备(centos7) https://blog.csdn.net/qq_60271706/article/details/126532110 go env -w GO111MODULE=on g

Milvus 备份与恢复

Milvus 备份与恢复 https://github.com/zilliztech/milvus-backup

TAB lists possible command completions. anywhere else TAB lists possible device or file completions.

错误详情图 问题产生的原因无非就是grup的问题 不多说直接上解决方案 方案一:找到引导驱动进入修复/使用启动盘后修复

docker安装showdoc(arm/x86)

showdoc官方网站 https://www.showdoc.com.cn/help/65610 docker方式安装 # 原版官方镜像安装命令(中国大陆用户不建议直接使用原版镜像,可以用后面的加速镜像) # 如果你打算安装ARM版本的docker镜像,请将 latest 标签改为 arm-lat

Nginx代理,header数据丢失(带“_”下划线)

Nginx代理,header数据丢失(带“_”下划线) 通过request.getheader(''xx_xx) 发现只要包含_的都取不到,仔细回想了一下,代码中怎么看都没有问题,本地代理也没有问题, 最后回想起来,生产通过nginx进行了代理。那么问题就在nginx这里,来吧,给出答案 nginx