码迷,mamicode.com
首页 >  
搜索关键字:eclipse 插件 安装    ( 256851个结果
关于Eclipse 使用Maven deploy命令部署构建到Nexus上
一、应用场景: SYS-UTIL(系统工具)项目部署、构建成JAR包(SYS-UTIL-1.0.0.jar)存储到Nexus私服上,以供其它项目(依赖)使用。 二、过程如下: 1、创建SYS-UTIL(系统工具)项目,即Maven 项目 2、配置SYS-UTIL(系统工具)项目POM.xml文件,指 ...
分类:系统相关   时间:2021-07-01 16:51:52    阅读次数:0
Docker(39)- docker 实战二之安装 Tomcat
背景 参考了狂神老师的 Docker 教程,非常棒! https://www.bilibili.com/video/BV1og4y1q7M4?p=15 直接运行容器 本地找不到镜像会自动下载 --rm Automatically remove the container when it exits ...
分类:其他好文   时间:2021-07-01 16:48:43    阅读次数:0
macOS安装Oh My Zsh
macOS安装Oh My Zsh macOS从Catalina开始将默认的shell变为了Zsh,可以安装Oh My Zsh让其更加好用。 安装命令 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zs ...
分类:系统相关   时间:2021-07-01 16:48:07    阅读次数:0
macOS的一些猜想及验证
macOS的一些猜想及验证 1.macOS可以将系统安装到USB外置磁盘中(建议使用SSD),实测运行十分稳定 需要注意的是: ①USB外置磁盘必须采用GUID分区表 ②最好将该USB外置磁盘单独占用一个Mac电脑的typec接口,不要使用拓展和别的usb设备接在一起,可能会导致不稳定。 2.Tim ...
分类:系统相关   时间:2021-07-01 16:46:35    阅读次数:0
Ubuntu设置用户自动登录
Ubuntu设置用户自动登录 方式一 安装时勾选用户自动登录 方式二 系统设置内设置开启用户自动登录 方式三 vim /etc/lightdm/lightdm.conf autologin-user=username ...
分类:系统相关   时间:2021-07-01 16:46:23    阅读次数:0
vscode和插件配置
插件列表: code --install-extension abusaidm.html-snippetscode --install-extension akamud.vscode-javascript-snippet-packcode --install-extension christian- ...
分类:其他好文   时间:2021-07-01 16:41:12    阅读次数:0
03 表操作(一)
mysql多实例部署 通过开启多个不同的端口,将mysql部署多个进程 # 指定不同的datadir ,初始化 # 将配置文件的端口改成3307,3308,3309 # 使用mysqld --defaults-file=//// --user=mysql # 和你二进制安装的数据库一样的操作,只是配 ...
分类:其他好文   时间:2021-07-01 16:31:25    阅读次数:0
elementui 引入高德地图
使用vue-amap 一套专门用于vue的高德地图插件 1.安装 npm install vue-amap -S 2.在main.js中引入 import AMap from 'vue-amap' Vue.use(AMap) // 初始化地图 AMap.initAMapApiLoader({ key ...
分类:其他好文   时间:2021-07-01 16:30:44    阅读次数:0
python性能工具--初识locust
一、官方示例 地址:https://docs.locust.io/en/stable/quickstart.html#how-to-write-a-real-locust-file 二、安装Locust Windows系统安装locust: 直接通过 pip install locustio 命令安 ...
分类:编程语言   时间:2021-07-01 16:30:11    阅读次数:0
利用python库识别图片中的文字
一、安装 需要安装两个库和一个识别引擎tesseract-ocr 1 pip install pytesseract 2 pip install pillow windows安装识别引擎,打开这个站点找到最新版下载后安装即可:https://digi.bib.uni-mannheim.de/tess ...
分类:编程语言   时间:2021-07-01 16:25:13    阅读次数:0
256851条   上一页 1 ... 14 15 16 17 18 ... 25686 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!