zoukankan      html  css  js  c++  java
  • 安装STS报错(三)

    版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/you23hai45/article/details/26018035

    安装STS报错


    1、详细报错例如以下

    Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of 
     central has elapsed or updates are forced. Original error: Could not transfer artifact org.codehaus.plexus:plexus-archiver:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): connection timed 
     out to http://220.231.231.15/download/13282160/36221368/3/jar/84/9/1379427315796_265/plexus-archiver-1.2.jar


    2、错误原因

        安装Maven工具时plexus-archiver-1.2.jar没有下载下来


    3、解决的方法

         又一次下载Maven插件工具

查看全文
  • 相关阅读:
    CentOS6.3搭建Nginx代理访问MongoDB GridFS图片资源
    PHP判断变量是否存在及函数isset() 、empty()与is_null的区别
    【摘】请问make -j8 和make -j4 是什么意思?什么作用?
    关于数字、数据处理的几个PHP函数汇总
    Windows下Nginx的启动、停止等基本命令
    Git 简明教程
    PHP函数preg_replace() 正则替换所有符合条件的字符串
    如何挂载阿里云Linux服务器的“数据盘”(新购买)
    ThinkPHP模板中JS等带花括号处会被解析错误的解决办法
    移动端与PHP服务端接口通信流程设计(增强版)
  • 原文地址:https://www.cnblogs.com/ldxsuanfa/p/10564069.html
  • Copyright © 2011-2022 走看看