码迷,mamicode.com
首页 >  
搜索关键字:错误:xz compression not available    ( 2819个结果
ubuntu 配置虚拟主机
ubuntu下Apache虚拟主机的配置启用站点停用站点方法 a2ensite/a2dissite比如添加一个ecshop 的虚拟机首先到/etc/apache2/site-available/ 目录中建立建立一个文件ecshop 并且在里面添加ServerName www.ecshop.comS....
分类:系统相关   时间:2015-05-18 22:50:39    阅读次数:194
Ubuntu Apache 伪静态配置 url重写 步骤
1.加载rewrite模块sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load2.将您的主机的中的AllowOverride None改为AllowOverride All...
分类:Web程序   时间:2015-05-18 18:49:09    阅读次数:155
解决Cydia出现红字提示“Sub-process/usr/bin/dpkg returned an error code(2)
进入此路径/var/lib/dpkg/,修改红框中的文件名,依次修改为:"available"重新命名为"available-bak";"status"重新命名为"status-bak","available-old"重新命名为"available","status-old"重新命名为"status...
分类:其他好文   时间:2015-05-16 20:16:15    阅读次数:116
Postgresql扩展及UUID
查看Postgresql的可用扩展 SELECT * FROM pg_available_extensions; 安装所需扩展 CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; 验证扩展安装 SELECT * FROM pg_extension; 注意:请在操作...
分类:数据库   时间:2015-05-16 16:18:07    阅读次数:368
Name for argument type [java.lang.String] not avai
项目通过MyEclipe部署到Tomcat运行一切OK 使用Jekins,Ant进行管理,部署也OK,但是访问项目时就出现: Name for argument type [java.lang.String] not available, and parameter name information not found in cl...
分类:编程语言   时间:2015-05-14 23:59:19    阅读次数:653
Android error:No CPU/ABI system image available for this target
原文: Android error:No CPU/ABI system image available for this target No CPU/ABI system image available for this target Create new Android Virtual Devic...
分类:移动开发   时间:2015-05-13 12:03:16    阅读次数:206
makethe 'locate' available to the system.
Although in other distros locate and updatedb are in the findutils package, they are no longer present in Arch's package. To use it, install the mloca...
分类:其他好文   时间:2015-05-12 08:03:23    阅读次数:133
install oracle11g on centos6.5
install oracle11g on centos6.51. swap分区这个的话有个规则,如下:Available RAM Swap Space Required Between 1 GB and 2 GB 1.5 times the size of the RAM Between 2 GB and 16 GB Equal to the size of the RAM More than...
分类:数据库   时间:2015-05-10 14:22:16    阅读次数:127
redis 的安装和使用
一、安装刚开始打算是直接用 yum 安装 redis 的,但报错:No package redis available。之后尝试编译安装,也是各种出错,只有重新考虑回 yum 的安装方式。网上的文章说下载epel就能找到redis的源了。进入相关的页面http://fedoraproject.org...
分类:其他好文   时间:2015-05-09 18:53:04    阅读次数:93
const成员或者引用成员必须使用构造函数初始化列表的方式
#includeclass A{ const int a; int b;};void main(){ A obja;}编译出现如下错误:error C2512: 'A' : no appropriate default constructor available;如果将const去...
分类:其他好文   时间:2015-05-08 23:28:05    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!