码迷,mamicode.com
首页 >  
搜索关键字:maven install    ( 59458个结果
Python3.7源码编译安装
1. 下载源码包 2. 上传服务器并解压到指定位置 3. 安装依赖库 ~]# yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel libffi-deve ...
分类:编程语言   时间:2021-04-06 14:20:30    阅读次数:0
CentOS7自定义镜像
1. 安装需要的软件 ~]# yum install -y vim net-tools sysstat createrepo mkisofs rsync syslinux 2. 创建目录及文件拷贝 创建本地yum源 ~]# mount /dev/sr0 /mnt #挂载镜像或者U盘,如果是U盘就是/ ...
分类:其他好文   时间:2021-04-06 14:20:16    阅读次数:0
在 Ubuntu/Debian 下安装 PHP7.3 教程
Ubuntu 安装软件源拓展工具: apt -y install software-properties-common apt-transport-https lsb-release ca-certificates 添加 Ond?ej Surý 的 PHP PPA 源,需要按一次回车: add-ap ...
分类:Web程序   时间:2021-04-06 14:11:12    阅读次数:0
CentOS 7 直接安装 gcc 7
在一台没有安装过低版本gcc的系统里,如何安装gcc 7 ?以下是详细步骤。 使用开发工具集安装: sudo yum install centos-release-scl sudo yum install devtoolset-7-gcc*scl enable devtoolset-7 bashwh ...
分类:其他好文   时间:2021-04-05 12:45:01    阅读次数:0
ubuntu16.04安装zsh
1 安装 sudo apt-get install zsh 2 修改默认shell chsh -s /bin/zsh 3 配置passwd sudo vim /etc/passwd root:x:0:0:root:/root:/bin/bash改成root:x:0:0:root:/root:/bin ...
分类:系统相关   时间:2021-04-05 12:42:45    阅读次数:0
【小技巧】本地maven的使用
上传脚本 apply plugin: 'maven' uploadArchives{ repositories.mavenDeployer{ // 本地仓库路径 repository(url:"file://C://Users/gang/.m2/repository/") // 唯一标识 包名 po ...
分类:其他好文   时间:2021-04-05 12:39:23    阅读次数:0
MyBatis学习
MyBatis 官方文档:https://mybatis.org/mybatis-3/ Github:https://github.com/mybatis/mybatis-3 Maven仓库: <!-- https://mvnrepository.com/artifact/org.mybatis/m ...
分类:其他好文   时间:2021-04-05 12:36:13    阅读次数:0
XWAF安装遇到的坑
存在的问题:需要的编译环境没有安装配置好的话出现下面的问题: 1、error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudi ...
分类:其他好文   时间:2021-04-05 12:34:37    阅读次数:0
Windows搭建VUE环境
Windows搭建VUE环境 下载 http://nodejs.cn/download/ 安装-更换路径,傻瓜式安装即可 管理员模式打开命令行窗口,依次输入 node -v npm -v npm install cnpm -g 安装vue npm install vue-cli -g 测试一下 vu ...
分类:Windows程序   时间:2021-04-05 12:34:19    阅读次数:0
将pip源更换到国内镜像
参考文档:将pip源更换到国内镜像 在c盘user目录新建pip文件夹,然后在里面建一个pip.ini文件 文件内容如下: [global] index-url=https://pypi.doubanio.com/simple #index-url=https://pypi.tuna.tsinghu ...
分类:其他好文   时间:2021-04-05 12:29:36    阅读次数:0
59458条   上一页 1 ... 58 59 60 61 62 ... 5946 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!