本题要求从输入的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
在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
使用不同版本的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
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
测试Apache服务器:重启apache: sudo /usr/local/apache/bin/apachectl restart 若出现错误: httpd: Could not reliably determine the server's fully qualified domain ...
分类:
其他好文 时间:
2014-07-31 12:34:06
阅读次数:
174
题目:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the tele....
分类:
编程语言 时间:
2014-07-31 05:22:05
阅读次数:
307
问题描述: ????当我们在用eclipse和m2eclipse时 ,JAVA_HOME,CLASSPATH和MAVEN_HOME都配置好了,运行mvc clean install出现找不到 ?tools.jar。 问题分析: ????是找不到tools.jar,而tools.jar一般是在...
分类:
其他好文 时间:
2014-07-31 00:12:25
阅读次数:
282
最近开始学习android,开发一个小项目,功能很简单,就是从服务器上获取数据,之后显示在手机上。打算把访问服务器的功能打包成一个jar文件。然后android 引入jar包。在eclipse 里 新建了一个java项目。之后完成代码测试,打包成jar文件 都很顺利。引用到android项目中,调试...
分类:
移动开发 时间:
2014-07-30 23:40:35
阅读次数:
248
No connection could be made because the target machine actively refused it 127.0.0.1:8888你妹的微软用的Win7系统,今天打开WindowsUpdate,升级了几个补丁,然后安装了最新的IE11,结果发现VS调用...
分类:
其他好文 时间:
2014-07-30 20:42:24
阅读次数:
303
今天在写一个修改语句的时候,竟然报了:SourcenotfoundforTsOrderErrorDaoImpl$$FastClassByCGLIB$$99fffb3.invoke(int,Object,Object[])line:notavailable这么一个错,上网查了资料,有的说是SQL语句的问题,但是我把语句放到数据库运行没问题,还有说tomcat的问题,这些都排..
分类:
其他好文 时间:
2014-07-30 12:31:04
阅读次数:
1091