1.删除运行路径和运行环境等 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin 输入密码: sudo rm -fr /Library/PreferencesPanes/JavaControlPanel.prefPane s ...
分类:
系统相关 时间:
2021-06-24 17:35:34
阅读次数:
0
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:
其他好文 时间:
2021-06-23 17:07:38
阅读次数:
0
配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:
其他好文 时间:
2021-06-15 18:33:43
阅读次数:
0
文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:
Web程序 时间:
2021-06-15 17:56:45
阅读次数:
0
问题描述 unzip: Command Not Found 或 zip: Command Not Found 或unzip: 未找到命令 解决方法 如果是Ubuntu的的系统可以用下面的命令安装:sudo apt-get install zip 如果是用yum安装的话用下面的命令安装:yum ins ...
分类:
系统相关 时间:
2021-06-11 18:30:51
阅读次数:
0
问题描述 Extension Installation Error An error occurred installing @jupyterlab/github. Error message: Please install Node.js and npm before continuing ins ...
分类:
Web程序 时间:
2021-06-04 19:15:49
阅读次数:
0
1.首先安装nodejs (版本号是12版本以上) 2.安装gulp: (安装gulp 4.0以上) npm install gulp 3.npm install:在项目中生成node_models文件夹 4.npm init:生成package.json文件 5.安装gulp插件: npm ins ...
分类:
其他好文 时间:
2021-05-24 05:38:30
阅读次数:
0
背景前面在anaconda中使用tensorflow时,在深度学习目标检测的那方面出现了问题:不能导入kerastensorflow版本过低。 首先:打开Anaconda自带的命令提示窗口:然后键入:(注意环境 要先激活tensorflow环境 activate tensorflow)pip ins ...
分类:
其他好文 时间:
2021-03-15 11:25:30
阅读次数:
0
strong元素: 给指定文本加粗,有“重要”的语义 b元素: 给指定文本加粗,但没有其他语义 em元素: 让指定文本变为斜体,有”强调“的语义 i元素: 让指定文本变为斜体,没有其他语义。 s元素: 添加删除线,有表示该段文本不正确的语义 del元素: 添加删除线 ins元素: 添加下划线 u元素 ...
分类:
其他好文 时间:
2021-01-25 11:33:39
阅读次数:
0
1 安装依赖 ## Install dependencies sudo apt -y install build-essential checkinstall cmake pkg-config yasm sudo apt -y install git gfortran sudo apt -y ins ...
分类:
系统相关 时间:
2021-01-13 10:46:58
阅读次数:
0