在使用Centos6版本yum时报错 Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfileSetting up Install ProcessNo package gcc available.Error: Nothing to do 出现这种错误的原因可能是因为没联网,试着ping 一下百度,如果ping的通还报错,说明yum镜像没了,国内比较快的…
2018-07-02       21:43:13 Yum报错 [root@db yum.repos.d]# yum makecache Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile Error: Cannot find a valid baseurl for repo: elasticsearch-6.x [root@db yum.re…
vim /etc/yum/pluginconf.d/fastestmirror.conf enabled = 0 vim /etc/yum.conf plugins=0 yum clean dbcache…
现在,随着项目开发的不断增长,项目变得庞大,jar包管理起来也很费时.使用maven工程可以很轻松的帮助我们管理jar包,省时. 今天,我在公司电脑新建的maven工程,新建完后 index.jsp报了个错,以前也遇到过,现在写篇随笔记录下,希望能新接触的同学有所帮助. 1.先贴出报了什么错 2.解决步骤: 先解决项目包结构不完整的问题: 点击项目,右键--Build Path--Configure Build Path 选中图中要的点击,然后点击旁边的Libraries ,双击JRE Syst…
最近想再购买一台虚拟服务器做项目测试,之前在西部数码购买的已经过期了,在同事的推荐下去搬瓦工购买了一台服务器,听他介绍在这里购买服务器很便宜($19.99/年)而且还是国外的,看着相比之前的确实挺便宜,而且带宽和容量也挺大,经不住教唆买了一台,结果买来就懵逼了,这服务器只支持centOS,我之前没怎么玩过任何关于Linux系统,看着配置挺麻烦的,为了想一次配置成功,昨晚赶紧从CentOS官网下载了64bit系统在自己的虚拟机里跑,想在这个系统里运行 yum -y install wget 准备安…
yum出现Could not retrieve mirrorlist解决方法 Loaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfileCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was14: PYCURL ERROR 6 - "Cou…
解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题 (2012-09-02 13:09:25) 转载▼ 标签: 杂谈   Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的.处理办法就是禁用这个插件,方法如下: root@www.ctohome.com]# vi  /etc/yum/plug…
解决Sublime包管理package control 报错 There are no packages available for installation 真的是哔了狗了,要不是我机智的重新安装了一个新的,我特么都不知道错在哪. 解决1: 网上说是因为IPV6的问题,导致无法访问sublime的官网,于是在host中添加如下对应ip #sublime 50.116.34.243 sublime.wbond.net 解决2: 第一种方式如果能解决了,我压根就不看解决2,但是你既然看到了解决2,…
更新Composer依赖报错处理 Fatal error: Declaration of Fxp\Composer\AssetPlugin\Repository\AbstractAssetsRe pository::search() must be compatible with Composer\Repository\RepositoryInterfa ce::search($query, $mode = 0, $type = NULL) in C:\Users\Arthur\AppData\…
解决Eclipse+maven中的无故报错 错误: One or more constraints have not been satisfied. Deployment Assembly跟java版本不匹配 解决方法 在pom.xml文件中添加以下代码,即可解决该类型报错 <profile> <id>jdk-1.8</id> 另外一种激活方式 <activation> <activeByDefault>true</activeByDefa…