码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
Exception
配置Spring4 + Hibernate4遇到的问题: Messages:No Session found for current threadFile:org/springframework/orm/hibernate4/SpringSessionContext.javaLine number....
分类:其他好文   时间:2014-08-29 18:10:58    阅读次数:342
安装mezzanine时报:storing debug log for failure【已解决】
同时还提示: bz2 module is not found(貌似)解决方法:1。重新安装pythonwget http://bzip.org/1.0.6/bzip2-1.0.6.tar.gztar xpzf bzip2-1.0.6.tar.gzcd bzip2-1.0.6makemake -f M...
分类:其他好文   时间:2014-08-29 17:48:38    阅读次数:1090
HADOOP报错,随笔
1、新版本2.4.1中,profile/hadoop-env.sh中均己设置JAVA_HOME,java-version也正常。启动时报错:[root@nn~]#start-all.shStartingnamenodeson[]localhost:Error:JAVA_HOMEisnotsetandcouldnotbefound.localhost:Error:JAVA_HOMEisnotsetandcouldnotbefound....startingyarnda..
分类:其他好文   时间:2014-08-29 16:17:28    阅读次数:155
ubuntu12.04中shell脚本无法使用source的原因及解决方法
现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ...
分类:其他好文   时间:2014-08-29 14:32:37    阅读次数:239
RMAN-06023: no backup or copy of datafile 6 found to restore
一:问题描述我用指定备份集恢复时,报错:RMAN>run{2>shutdownimmediate;3>startupmount;4>allocatechannelc1typedisk;5>allocatechannelc2typedisk;6>restoredatabasefromtag='TAG2...
分类:其他好文   时间:2014-08-29 12:56:27    阅读次数:195
*.pro、*.pri、*.prf、*.prl等四种文件
尽管每次和cmake对比起来,我们总是说 qmake 简单、功能少。但是qmake仍然是一个非常复杂的东西,我想大多人应该和我一样吧:不是太清楚CONFIG等变量到底如何起作用的用过的qmake内置变量和函数不超过20个看Qt Creator源码或者QtSolution等库中自己使用的 *.pro ...
分类:其他好文   时间:2014-08-29 10:36:47    阅读次数:221
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误出现这种错误是因为,实体类的配置文件(ClassName...
分类:系统相关   时间:2014-08-28 21:11:46    阅读次数:401
[ACM] hdu 2262 Where is the canteen (高斯消元求期望)
Where is the canteen Problem Description After a long drastic struggle with himself, LL decide to go for some snack at last. But when steping out of the dormitory, he found a serious problem...
分类:其他好文   时间:2014-08-28 13:23:19    阅读次数:431
An existing resource has been found at location:tomcat 问题的解决办法
1.修改项目名称方法:首先修改项目中.project文件的name属性echo1.....................然后在项目部署到tomcat中的时候出现以下错误:An existing resource has been found at location....2.修改.mymetdat...
分类:其他好文   时间:2014-08-28 12:46:19    阅读次数:186
mysql的安装
分类:Mysql/postgreSQLCentOS6.3源码安装mysql-5.5.27#mysql5.5以上使用cmake代替configure编译,首先需要安装cmakeyuminstallcmake#建mysql用户和组shell>groupaddmysqlshell>useradd-r-gmysqlmysql#解压tgz包,编译mysqlshell>tarzxvfmysql-5.5.27.src.tar.gzshell..
分类:数据库   时间:2014-08-27 18:57:08    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!