官方文档https://docs.microsoft.com/zh-cn/sql/linux/quickstart-install-connect-red-hat?view=sql-server-linux-ver15 1.下载 Microsoft SQL Server 2019 Red Hat 存 ...
分类:
数据库 时间:
2020-09-11 16:01:37
阅读次数:
116
*比较折腾的博主又来了, 在python官网上下载对应系统版本[×64,或者×32(也可以32位有时候也会写成×86)]的python 相信纠结这个问题的你,到这一步你可能已经安装完了python,我使用的版本是python-3.8.5-amd64 **1. win+R > 输入“cmd” 调出 c ...
分类:
编程语言 时间:
2020-09-11 15:58:44
阅读次数:
62
原理简介 主机配置 主机系统中安装x11服务 sudo apt-get install x11-xserver-utils 启动容器前执行xhost + 容器配置 容器运行时加入参数,uid和gid两个参数不需要 -v /tmp/.X11-unix:/tmp/.X11-unix `# gui程序需要 ...
分类:
其他好文 时间:
2020-09-10 23:01:53
阅读次数:
101
1.查看软件方法: rpm -qa |grep nginx 2.安装软件方法: yum install -y nginx或yum localinstall xxx.rpm -y 或 rpm -ivh xxx.rpm或重新安装yum reinstall nginx -y ./configure (配置 ...
分类:
其他好文 时间:
2020-09-10 22:56:39
阅读次数:
46
1.Vue显示markdown的html页面 1.1 mark编辑 下载包 npm install mavon-editor --save 使用在main.js中 引入 import mavonEditor from 'mavon-editor' import 'mavon-editor/dist/ ...
分类:
其他好文 时间:
2020-09-10 22:42:53
阅读次数:
46
官网: https://github.com/samtools/samtools https://github.com/samtools/samtools/releases https://github.com/samtools/samtools/blob/develop/INSTALL 安装: w ...
分类:
其他好文 时间:
2020-09-10 22:35:34
阅读次数:
49
一、环境配置 需要 pillow 和 pytesseract 这两个库,pip install 安装就好了。 pip install pillow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install ...
分类:
其他好文 时间:
2020-09-09 19:12:57
阅读次数:
35
1、安装vue-devtools 在本地文件夹中建个Vue的目录,然后使用Git下载vue-devtools工具。 命令如下 git clone https://github.com/vuejs/vue-devtools 2、在vue-devtools目录中安装依赖包 cd vue-devtools ...
分类:
其他好文 时间:
2020-09-09 18:52:50
阅读次数:
44
[root@bogon ~]# yum update 已加载插件:fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlem ...
分类:
数据库 时间:
2020-09-09 18:45:35
阅读次数:
63
1.安装vue-clipboard2 npm install --save-dev vue-clipboard2 2.main.js中添加 import VueClipboard from 'vue-clipboard2' VueClipboard.config.autoSetContainer = ...
分类:
其他好文 时间:
2020-09-07 18:44:44
阅读次数:
36