今天为调试一段代码,使用gcc将程序用-g选项重新编译。但是使用gdb进行debug时,仍然出现“no debug symbols found”的错误。仔细检查了一下Makefile,原来后面定义的连接选项中指定了-s。gcc的文档中说明如下:-sRemove all symbol table an...
分类:
数据库 时间:
2014-10-05 14:10:50
阅读次数:
249
An invalid XML character (Unicode: 0x1a) was found in the element content of the documentThe processing instruction target matching "[xX][mM][lL]" is ...
分类:
其他好文 时间:
2014-10-05 14:01:58
阅读次数:
194
2014年10月4日23:50:20打开IIS之后,莫名其妙的asp老是404 not found.还提示我是不是没有装.net,想到刚把VS 2010 express卸掉,于是就在windows更新里面把.net 4.5更新了。。。各种百度,还是不能用asp,突发奇想把asp改成了aspx,竟然能...
分类:
Web程序 时间:
2014-10-05 02:24:37
阅读次数:
249
之前一篇文章写的是 Android 自动化测试(1)如何安装和卸载一个应用(java) ,下面再探索一下如果在普通java应用程序中,根据ID来查找对象
1、类库依赖:
The library dependencies are:
chimpchat.jar,common.jar,ddmlib.jar,guava-13.0.1.jar,sdklib.jar,hierchyviewer2lib.jar
They can all be found in the sdk/tools/lib subdirector...
分类:
移动开发 时间:
2014-10-04 23:29:37
阅读次数:
287
Problem Description
Whuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some coins. He decided to buy a very nice watch in ...
分类:
其他好文 时间:
2014-10-03 02:05:13
阅读次数:
356
Unfortunately, I have not found a proper way to type in Chinese characters!When i want to install new software on my pear os8 it shows that "Requires ...
分类:
其他好文 时间:
2014-10-03 00:16:23
阅读次数:
176
2101: [Usaco2010 Dec]Treasure Chest 藏宝箱Time Limit:10 SecMemory Limit:64 MBSubmit:327Solved:147[Submit][Status]DescriptionBessie and Bonnie have found ...
分类:
其他好文 时间:
2014-10-01 14:28:21
阅读次数:
576
gdb命令行调试虽然还行,但是确实不如图形界面的直观。。。个人还是不习惯,就开始鼓捣eclipse的c/c++IDE(VS2013安装需要IE10,蛋疼,懒得弄)Build一个C工程的时候报错。我安装了MinGW并且安装了C编译器,但是没有安装C++编译器,也就是只有gcc.exe但是没有g++.e...
分类:
系统相关 时间:
2014-10-01 01:30:40
阅读次数:
342
现在Jetty的版本已经到9了,也早已经在Eclipse的门下了。所以有很多groupId,比如:org.eclipse.jetty、org.mortbay.jetty.这些都可以用的哦。我在使用MyEclipse结合maven操作jetty作为开发的服务器,这开开发比较方便。当我运行命令:jetty:run出现:[ERROR]Nopluginfoundforp..
分类:
其他好文 时间:
2014-10-01 00:48:11
阅读次数:
433
刚开始报error:devices not found重新安装adb 驱动。解决方法:adb kill-serveradb start-serveradb remount再使用adb devices和adb shell就可以使用android adb功能了。转自:http://blog.csdn.n...
分类:
数据库 时间:
2014-10-01 00:18:10
阅读次数:
523