码迷,mamicode.com
首页 >  
搜索关键字:svn: no worthy mechs found    ( 6305个结果
centos启动错误:Inodes that were part of a corrupted orphan linked list found.
centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
分类:其他好文   时间:2014-07-31 23:29:00    阅读次数:3182
Win7 IIS7 HTTP 错误 404.2 - Not Found解决方法 ISAPI CGI
Win7 +IIS 刚配置的网站,输入网址后报以下错误:应用程序“PFIZERQUERY”中的服务器错误Internet Information Services 7.5错误摘要HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提...
分类:Windows程序   时间:2014-07-31 16:22:56    阅读次数:1093
08-0. 查找整数(10)
本题要求从输入的N个整数中查找给定的X。如果找到,输出X的位置(从0开始数);如果没有找到,输出“Not Found”。输入格式:输入在第1行中给出2个正整数N( 2 3 int main() 4 { 5 int n, x; //输入n个数,找x ...
分类:其他好文   时间:2014-07-31 15:55:56    阅读次数:155
eclipse:log4j:WARN No appenders could be found for logger
在src下面新建file名为log4j.properties内容如下: # Configure logging for testing: optionally with log file log4j.rootLogger=WARN, stdout # log4j.rootLogger=WARN, stdout, logfile log4j.appender.stdout=org.apa...
分类:移动开发   时间:2014-07-31 13:33:46    阅读次数:197
使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corr
使用不同版本的XCode出现的问题: fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm": file not found' note:...
分类:其他好文   时间:2014-07-31 13:29:06    阅读次数:161
centos下的pil怎么如此折腾
pip install pil 没有pip install PIL 没有只能源码安装,下载tar.gz到本地解压 python setup.py install,看来没啥问题可是代码一执行,提示encoder jpeg not found好吧,继续装 yum install libjpeg-deve...
分类:其他好文   时间:2014-07-31 13:10:46    阅读次数:212
【maven】mvn clean install出现 tools.jar not found
问题描述: ????当我们在用eclipse和m2eclipse时 ,JAVA_HOME,CLASSPATH和MAVEN_HOME都配置好了,运行mvc clean install出现找不到 ?tools.jar。 问题分析: ????是找不到tools.jar,而tools.jar一般是在...
分类:其他好文   时间:2014-07-31 00:12:25    阅读次数:282
Source not found for $$FastClassByCGLIB$$99fffb3.invoke(int, Object, Object[]) line: not available
今天在写一个修改语句的时候,竟然报了:SourcenotfoundforTsOrderErrorDaoImpl$$FastClassByCGLIB$$99fffb3.invoke(int,Object,Object[])line:notavailable这么一个错,上网查了资料,有的说是SQL语句的问题,但是我把语句放到数据库运行没问题,还有说tomcat的问题,这些都排..
分类:其他好文   时间:2014-07-30 12:31:04    阅读次数:1091
POJ2492 A Bug's Life (并查集)
本文出自:http://blog.csdn.net/svitter 题意: 给出昆虫编号,看昆虫能否交配,如果出现同性交配或者自我交配的情况,则出现BUG。 输入输出分析: 1.输入输出数据: input: 2 3 3 1 2 2 3 1 3 4 2 1 2 3 4 output: Scenario #1: Suspicious bugs found! Sce...
分类:其他好文   时间:2014-07-30 12:23:43    阅读次数:231
iOS问题之libxml2 not found during build
新建的一个项目中,出现编译错误,发现是缺少了libxml2.dylib,后面将这个资源包添加了,编译还是出现标题上所说的问题 解决办法: 在Header Search Paths下的Debug和release下添加下面的设置 ${SDKROOT}/usr/inc...
分类:移动开发   时间:2014-07-29 18:27:52    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!