~/.vimrc内容如下: set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugi ...
分类:
系统相关 时间:
2020-07-18 13:52:57
阅读次数:
109
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=997 打开cmd:mysql -u root -p 输入密码root 进入mysql依 ...
分类:
数据库 时间:
2020-07-18 00:54:24
阅读次数:
112
python脚本引用jenkins的选项参数 1.Jenkins-插件管理,下载安装插件(Python Plugin 和 Python Wrapper Plugin) 2.新建Job 3.选择参数化构建过程 (添加参数:文本参数和字符参数) 4.增加构建步骤-Execute Python scrip ...
分类:
编程语言 时间:
2020-07-18 00:51:16
阅读次数:
98
现有的项目是采用vue cli4.0脚手架生成的,现在想要引入typescript。 1.执行安装命令 npm install --save-dev typescript npm install --save-dev @vue/cli-plugin-typescript 2.根目录下新建 tscon ...
分类:
其他好文 时间:
2020-07-17 19:22:11
阅读次数:
125
现有的项目是采用vue cli4.0脚手架生成的,现在想要引入typescript。 1.执行安装命令 npm install --save-dev typescript npm install --save-dev @vue/cli-plugin-typescript 2.根目录下新建 tscon ...
分类:
其他好文 时间:
2020-07-17 16:14:07
阅读次数:
46
问题 原来是这么写的,但是报错了! const CleanWebpackPlugin = require('clean-webpack-plugin'); module.exports = { plugins: [ new CleanWebpackPlugin(['dist']) // 打包之前,会 ...
分类:
Web程序 时间:
2020-07-17 11:25:23
阅读次数:
92
今数据库更新到8.0的版本后,使用DataGrip和workbench都可以链接数据库,但是使用Navicat,SQLyog连接不上数据库,提示上面错误,这就比较炸毛了...,百度查看了一圈的博文,试了很多方法都没解决,却遇到一个有意思的事情,查看一篇博主博文的时候,想试一下他的解决方案,刚好看见他的博文下面评论骂声一片,说博主害人不浅,哈哈,为了不让自己忘记,并且帮大家解决问题,话不多说附上教程
分类:
数据库 时间:
2020-07-16 10:17:11
阅读次数:
93
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=990 今数据库更新到8.0的版本后,使用DataGrip和workbench都可以链接 ...
分类:
数据库 时间:
2020-07-16 00:18:45
阅读次数:
103
1、TensorRT7的情况下: protobuf没有安装,百度了下 TX2安装Caffe,有的里面提到了怎么安装,就是一些sudo apt-get install XXXXX。 Concat Plugin在TensorRT7里面被移除了,我直接把源代码里面这部分给注释掉了了 找不到lincubla ...
分类:
Web程序 时间:
2020-07-15 23:58:36
阅读次数:
146
原文链接:ibit-mybatis-generator-maven-plugin 介绍 ibit-mybatis-generator-maven-plugin 是 ibit-mybatis-generator 做成的 maven 插件,进一步简化生成代码步骤。 maven 引入 <!--代码生成-- ...
分类:
其他好文 时间:
2020-07-15 22:47:47
阅读次数:
71