1、下载 https://downloads.mysql.com/archives/community/ wget https://downloads.mysql.com/archives/get/p/23/file/mysql-5.5.62-linux-glibc2.12-x86_64.tar.g ...
分类:
系统相关 时间:
2021-06-06 18:56:23
阅读次数:
0
由于 linux 内核自动升级,需要重新编译 NVIDIA 驱动 具体方法如下: 更改 BIOS 的显示输出为核显 进入系统,执行以下命令 整合于: https://blog.csdn.net/JerryZhang__/article/details/108865176 https://blog.c ...
分类:
系统相关 时间:
2021-06-05 17:43:05
阅读次数:
0
第一步 安装依赖以及源码下载: emsdk: git clone https://github.com/emscripten-core/emsdk.git depot_tools: git clone 'https://chromium.googlesource.com/chromium/tools ...
分类:
Web程序 时间:
2021-06-04 19:19:02
阅读次数:
0
https://www.superbin.cc/software/1503.html yang0826!!!! env可以从脚本式流水线中访问的环境变量,例如: env.PATH 或 env.BUILD_ID。 访问内置的全局变量参考页面 ${YOUR_JENKINS_URL}/pipeline-s ...
分类:
其他好文 时间:
2021-06-04 19:13:45
阅读次数:
0
介绍两种pip使用方式: 方式一 下载第三方包到本地: python -m pip download pyproj==2.4.2.post1 -d "D:\software installation package\python安装\包" --trusted-host pypi.douban.com ...
分类:
其他好文 时间:
2021-06-03 18:03:11
阅读次数:
0
#-*-coding:utf-8-*- # @Time :2021/4/22 7:08 # @Author:shuaichao # @File :.py # @Software: PyCharm from bs4 import BeautifulSoup #网页解析,获悉数据.231 import ...
分类:
其他好文 时间:
2021-06-03 17:56:50
阅读次数:
0
相比Windows系统,Linux系统上安装MySQL比较简单,本文将详细介绍如何在Ubuntu系统安装MySQL。 PART 1 安装MySQL 1.更新软件源 sudo apt update 2.安装MySQL sudo apt-get install mysql-server sudo apt ...
分类:
数据库 时间:
2021-06-03 17:48:23
阅读次数:
0
1.安装bind9 sudo apt install bind9 2.配置/etc/bind/named.conf.options文件 sudo nano /etc/bind/named.conf.options 内容如下: // cat /etc/bind/named.conf.options o ...
分类:
系统相关 时间:
2021-06-02 20:57:29
阅读次数:
0
正常现象。一个是图像/视频采集,一个是metadata采集 执行:v4l2-ctl --device=/dev/video* 就应该能看到一个是Video Capture,一个是Metadata Capture。 相关代码 https://git.kernel.org/pub/scm/linux/k ...
分类:
系统相关 时间:
2021-06-02 20:52:03
阅读次数:
0
修改 my.cnf,使用原生密码 修改 /etc/mysql/my.cnf (我是 Ubuntu 16.04),添加下面一行: default-authentication-plugin= mysql_native_password然后重置密码: ALTER USER 'user'@'localho ...
分类:
数据库 时间:
2021-06-02 20:21:28
阅读次数:
0