源码编译升级安装了gcc后,编译程序或运行其它程序时,有时会出现类似/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found的问题。这是因为升级gcc时,生成的动态库没有替换老版本gcc的动态库导致的,将gcc最新版本的动态库替换系统 ...
分类:
编程语言 时间:
2016-12-30 11:40:59
阅读次数:
15265
每次建maven项目,总会有问题。决定在这整理一次,避免以后浪费时间。 最后目录为 1.首先修改pom.xml 之前老是出现明明改了 java compiler 已maven update 一下就又变回来的情况 例如这种错误: Dynamic Web Module 3.0 requires Java ...
分类:
Web程序 时间:
2016-12-23 18:57:10
阅读次数:
226
报错如下-->FinishedDependencyResolutionError:Package:glusterfs-server-3.4.7-1.el6.x86_64(glusterfs)Requires:glusterfs-cli=3.4.7-1.el6Available:glusterfs-cli-3.4.7-1.el6.x86_64(glusterfs)glusterfs-cli=3.4.7-1.el6Installing:glusterfs-cli-3.7.5-19.el6.x86_6..
分类:
其他好文 时间:
2016-12-19 14:50:50
阅读次数:
494
更新了xcode后使用goland运行项目时提示 Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo 更具提示打开xcode 点击agree安装即可! ...
分类:
移动开发 时间:
2016-12-19 11:07:34
阅读次数:
226
一、用scp命令从物理主机向CentOS 6.1虚拟机传送文件,提示以下错误:bash: scp: command not found到CentOS 6.1虚拟机查看也缺少scp命令。该虚拟机是同事安装的,还有其他命令也不完整,可能不是完整安装,缺了些包。二、用以下方法解决:1、在一台完整的Cent ...
分类:
系统相关 时间:
2016-12-14 01:47:24
阅读次数:
249
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:
系统相关 时间:
2016-12-12 19:43:28
阅读次数:
373
备注:如果pip没有安装成功,提示Ignoring ensurepip failure: pip 7.1.2 requires SSL/TLS,执行以下命令 ...
分类:
编程语言 时间:
2016-12-10 19:58:34
阅读次数:
199
/** * 个人资料 */Ext.define('For.view.personal.MyPersonalData',{ extend:'Ext.panel.Panel', xtype:'my-personaldata', viewModel:'formview', requires:['For.v ...
分类:
其他好文 时间:
2016-12-07 20:33:28
阅读次数:
140
报错: Showing Recent Issues Huiju_app requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project ...
分类:
其他好文 时间:
2016-12-04 16:16:39
阅读次数:
225
jQuery的引入包必须要在其他引入包的最上方,否则会出错。因为如果在页面加载完成后还未执行jQuery包,那么jQuery的引入包就没用了 如果浏览器报错:Uncaught Error: Bootstrap's JavaScript requires jQuery_... 就要注意文件引入的先后顺 ...
分类:
Web程序 时间:
2016-12-01 02:39:10
阅读次数:
265