代码改变世界

阅读排行榜

gcc:编译 expected declaration specifiers or ‘...’ before

2013-01-16 11:01 by 金融与IT的极速狂想曲, 22626 阅读, 收藏,
摘要: 这种错误,一般是头文件include混乱造成的。实例:In file included from ftpp.h:6:0, from ftpp.c:2:parser.h:17:30: 错误:expected declaration specifiers or ‘...’ before ‘tFtpMsg’parser.h:19:30: 错误:expected declaration specifiers or ‘...’ before ‘tFtpMsg’parser.h:================#ifndef _PARSER_H_#define _PARSER_H_#include &qu 阅读全文

ubuntu 安装 openssh-server出问题

2013-01-09 20:50 by 金融与IT的极速狂想曲, 2773 阅读, 收藏,
摘要: 若安装openssh-server时提示下面错误:bill@ubuntu:~$ sudo apt-get install openssh-serverReading package lists… DoneBuilding dependency treeReading state information… DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution 阅读全文

(转)eclipse调试错误No source available for "_dl_debug_state() 解决方案

2012-12-18 18:42 by 金融与IT的极速狂想曲, 1921 阅读, 收藏,
摘要: eclipse gdb debug error 阅读全文

面试内容,值得一看

2013-08-22 17:22 by 金融与IT的极速狂想曲, 1888 阅读, 收藏,
摘要: 原帖地址:http://www.cc98.org/dispbbs.asp?BoardID=248&id=3813130&page=&replyID=3813130&star=1由于最后选择了找工作而不是保研,所以我在这段时间积累了不少找工作的经历,分享出来,希望能对大家以后的招聘有所帮助。:)我写的东西只是基于我个人的经历,想必会有一些不充分和不对的地方,所以大家对感兴趣的公司和招聘的过程最好是到处都了解一下~咱还是不要关注offer多少offer大小这种浮云了,来了解一些实际的东西吧~我对自己的招聘流程做了一些简短的记录,所以大致一个个公司来介绍。我还记了一下 阅读全文

转载:perl cpan 安装出现问题

2012-11-17 11:02 by 金融与IT的极速狂想曲, 620 阅读, 收藏,
摘要: 转载:http://denniswwh.itpub.net/post/15174/489365Perl CPAN安装报错CPAN::Modulelist的解决办法今天用CPAN安装Term::ReadLine,报了个这样的错误Going to read /root/.cpan/sources/modules/03modlist.data.gzCan't locate object method "data" via package "CPAN::Modulelist" (perhaps you forgot to load "CPAN: 阅读全文