首页 > 其他 > 详细

An error that impressed me most

时间:2016-03-06 18:55:00      阅读:151      评论:0      收藏:0      [点我收藏+]

Generally to say, it‘s a homework that arranged by my Software Testing Professor, but it

makes me recall a lot of interesting errors, which made by me or I have seen.

One of the most speachless eorror made by me is that I type in a ";" with Chinese, but I didn‘t

aware this little error. When I tried to run my program, I found that the console always show me a

error, which said certain line of my code was eorror. But I still couldn‘t find why that line contained

the eorror. So I post my code to an BBS and searched help. Finally, a person said that my ";"had problem

It must be typed with Chinese input.......After I correct this error, I realize that I just check a lot of 

logical errors or frame errors per time, but the most tiniest error maybe the point that make you feel

helpless.

And another error that I have made is about the Android App developing. It was a news browsing 

App, that can capture news from the SINA and post them to the user‘s phones. It contained a function

that promise the users to collected their favourite news. This function must use Database to finished.

But after I changed some columns in my database and freshed the project, the console told me that 

my database had some problems. I traced all the data and var  which connected with the database, 

but the console still said that my data didn‘t fit the database. So after I searched on the internet,

I realized that the table in the database maybe not be refreshed auto. I deleted the database file in 

the DDMS and reopened my project, It worked.

I just want to say, at the most time, logical and frame problems may not show eaily if you design 

the frame prefectly. It is the tiny thing that make "big" problems. A little "bug" may destory the whole 

"forest".

An error that impressed me most

原文:http://www.cnblogs.com/mycode2016/p/5247926.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!