ICode9

精准搜索请尝试: 精确搜索
  • 人工智能学习-用apt更新和升级软件(5)2021-10-07 09:03:28

    1、用apt更新 sudo apt update 2、用apt升级软件 sudo apt upgrade

  • 关于 odrive gui 报错:Do not use the development server in a productioun以及supported version of the Socket2021-10-04 20:34:02

    WARNING: Do not use the development server in a production environment. · Issue #446 · PaddlePaddle/VisualDL (github.com)https://github.com/PaddlePaddle/VisualDL/issues/446上述为参考 要设置参数,然后odrive_server这个名字得看odrive gui报错的是什么,对照着改 se

  • k8s的小版本升级与降级2021-10-04 14:33:17

    升级 先从负载均衡服务器上面禁用,防止调度到正在做升级相应服务器上 (记得,升级完后要把注释去掉,重新加载haproxy) [root@haproxy ~]# cat /etc/haproxy/haproxy.cfg listen k8s-m44-6443 bind 172.18.8.168:6443 mode tcp #server 172.18.8.109 172.18.8.109:6443 check int

  • Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant.2021-09-29 16:30:40

    错误日志 本来一直使用的是windows系统下的kibana,现在为了嫌来回切麻烦,就统一放在了Linux系统下, 结果启动我的Kibana报错,Kibana启动DevTools显示ES集群健康状态红色,并且log显示: Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant. 解决方

  • 如何解决SVN Upgrade working copy问题2021-09-23 12:01:50

    电脑还原系统后,安装了最新版本的SVN,发现原来在svn检出的文件夹出现了SVN Upgrade working copy,没有commit ,没有update。 在网上查询到:出现这个的原因是因为你机器上安装的svn客户端版本过高,而你从别的地方拷贝代码中的svn版本过低,点击SVN Upgrade working copy可以将代码中的svn

  • jQuery Migrate2021-09-17 17:03:02

    jQuery Migrate NOTE: To upgrade to jQuery 3.0, you first need version 1.12.x or 2.2.x. If you're using an older version, first upgrade to one of these versions using jQuery Migrate 1.x, to resolve any compatibility issues. For more information about

  • 备忘录:D盘打开jupyter notebook2021-09-05 15:05:37

    cd到目标文件夹 如果直接输入jupyter notebook报错,则需要升级jupyter lab pip install --upgrade jupyter lab    

  • nginx 反向代理 ws 同时兼容 http2021-08-30 13:34:40

       #自定义变量 $connection_upgrade    map $http_upgrade $connection_upgrade {         default          keep-alive;  #默认为keep-alive 可以支持 一般http请求        'websocket'      upgrade;     #如果为websock

  • 关于HTTP请求首部字段中 Upgrade-Insecure-Requests:1的理解2021-08-27 21:02:32

    这里感谢https://blog.csdn.net/qq_33019839/article/details/101513886博主,解释的已经很详细了,我在这里纯属为了记录下。以及提取对自己有用的部分。   在https页面中,如果调用了http资源,那么浏览器就会抛出一些错误。为了改变成这一状况,chrome(谷歌浏览器)会在http请求中加入 ‘

  • 使用 Nginx 反向代理 Kibana 并配置访问基本认证2021-08-20 09:01:43

    安装nginx apt-get install nginx 使用openssl创建一个管理员用户,例如“admin”,可以访问Kibana Web界面 echo "admin:`openssl passwd -apr1`" | tee -a /etc/nginx/conf.d/htpasswd.users 配置nginx vim /etc/nginx/conf.d/default.conf server { listen 80; server_na

  • upgrade-insecure-requests2021-08-06 14:04:07

      今天写代码时发现一个问题,npm run build生成dist包部署的到服务器上时,发现静态文件的地址的请求头是https,找了许多办法,例如,在config/index.js中添加代码https: true,发现还是解决不了问题,最后解决办法是: 把index.html中的这行代码注释掉: <meta http-equiv="Content-Security-

  • pip 升级操作2021-07-23 20:34:06

    报错:   You should consider upgrading via the 'd:\anaconda\install\envs\tensorflow\python.exe -m pip install --upgrade pip' command. 改错: ① “开始”页面点击“Anaconda Prompt” ② 在命令行输入:  python -m pip install --upgrade pip -i https://pypi.tuna.tsing

  • pip 怎么安装、卸载、更新 Python 包?2021-07-21 13:00:31

    pip安装包 pip install xxx 安装指定版本的包 pip install xxx==1.33 pip卸载包 pip uninstall xxx 查看pip已安装列表 pip list pip安装包使用某个源 pip install xxx==1.33 -i https://xxx.org/simple pip更新Python包 pip是一个可执行的脚本文件,设置了环境变量就可以

  • 一、KALI基础配置操作2021-07-17 16:00:02

    KALI基础配置操作 一、虚拟机安装注意点:二、root设置:(一)root密码设置:(二)root登陆:(三)关闭提示信息: 三、更换中科大源:(一)使用代码打开源:(二)注释掉已有源:(三)插入中科大源: 四、初次使用基本配置:(一)apt update的作用:(二)apt upgrade 和 apt dist-upgrade的区别:(三)apt和apt-get的区

  • Debian 开源 Linux 的扩展知识2021-07-16 10:06:01

    软件包源 debian 7.x (wheezy) 编辑 /etc/apt/sources.list deb http://mirrors.aliyun.com/debian/ wheezy main non-free contrib deb http://mirrors.aliyun.com/debian/ wheezy-proposed-updates main non-free contrib deb-src http://mirrors.aliyun.com/debian/ wheezy

  • ubuntu package manager(ubuntu 包管理器)2021-07-04 04:31:06

    title: ubuntu package manager(ubuntu 包管理器) author: susu date: 2021-01-01 site: - cnblogs.com https://soft.zol.com.cn/86/860671.html https://soft.zol.com.cn/86/860671.html https://drivers.160.com/xtwt/175487.html ubuntu 包管理器 apt-get # update repo info

  • express+socket.io2021-07-04 01:00:49

    1、安装 express和socket.io cnpm install express -S cnpm install socket.io -S 运行 node app.js   2、宝塔nginx配置 WebSocket可以使用 ws 或 wss 来作为统一资源标志符,类似于 HTTP 或 HTTPS。其中 ,wss 表示在 TLS 之上的 WebSocket,相当于 HTTPS。默认情况下,WebSocket的

  • Unix、Linux 软件包管理快速入门对照:apt、brew、pkg、yum2021-07-03 14:31:34

    请访问原文链接:https://sysin.org/blog/apt-brew-pkg-yum/,查看最新版。原创作品,转载请保留出处。 作者:gc(at)sysin.org,主页:www.sysin.org 如果您已经有了 Linux(CentOS、Ubuntu)或者 Unix(macOS、FreeBSD)任一产品的软件包管理工具使用经验,对于其他系统可以参看下表快速入门: 命令

  • apt-get upgarde 和dist-upgrade的差别2021-06-28 13:02:41

    apt-get upgarde 和dist-upgrade的差别 Debian/Ubuntu Linux都使用apt,升级时都是: apt-get update apt-get upgrade apt-get dist-upgrade 我认为apt-get upgrade和dist-upgrade的差别: upgrade:系统将现有的Package升级,如果有相依性的问题,而此相依性需要安装其它新的Packag

  • Upgrade Oracle Database Manually from 12.2.0.1 to 19c2021-06-25 15:34:49

    Upgrade Oracle Database Manually from 12.2.0.1 to 19c (NON-CDB) Table of Contents___________________________________________________________________________________________________ 0. Check Compatibility Before Upgrading Oracle Database1. Environment PRE-

  • ubuntu package manager(ubuntu 包管理器)2021-06-20 02:32:41

    title: ubuntu package manager(ubuntu 包管理器) author: susu date: 2021-01-01 site: - cnblogs.com ubuntu 包管理器 apt-get # update repo info apt-get update # search package apt-cache search package # fetch package information, metadata... apt-cache show pac

  • dremio 16 回退15.7 版本问题2021-06-15 22:06:08

    dremio 最近发布了15.7 版本,同时删除了16版本(16问题挺多,maven 依赖没有私服,同时代码结构上有变动)打算直接安装一个15.7 版本的,同时按照官方的操作进行upgrade 然后升级kv 存储,发现实际上并不是这样的,不能直接进行升级方法降级(代码强制判断的) 解决方法 还好15.7 的依赖已经发布私服

  • How to Upgrade VMware Workstation Pro v15.5 to v162021-06-15 03:01:25

    How to Upgrade VMware Workstation Pro v15.5 to v16 https://my.vmware.com/en/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstation_pro/16_0 Upgrading To upgrade to VMware Workstation Pro 16, you can follow the below steps. 1- When yo

  • 2.Mysql升级2021-06-12 03:01:59

    1.背景介绍   当前随着Mysql版本的迭代,Mysql的性能也是越来越好且新版中又添加了新的特性,因此对于目前服务器上的低版本Mysql升级也是一件刻不容缓的事情了!  2.升级前知道的事情 支持从 MySQL 5.7 升级到 8.0。但是,仅在正式发布 (GA) 版本之间支持升级。对于 MySQL 8.0,需要从

  • 命令yum update和yum upgrade区别2021-06-11 22:55:00

    Linux升级命令: yum update yum upgrade 区别: [root@localhost ~]# yum -y update 升级所有包的同时也升级软件和系统内核 [root@localhost ~]# yum -y upgrade 只升级所有包,不升级软件和系统内核 实验分别测试: 升级前: [root@localhost ~]# cat /etc/redhat-release CentOS r

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有