码迷,mamicode.com
首页 > 其他好文 > 详细

The experience that I fix an error during coding

时间:2016-03-06 19:06:15      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

 

  Last semester I was asked to design a website required by my web teacher. Since I had no experience and basic knowledge in web designing, I had no choice but to download some exemplary codes to learn how to satisfy the teacher’ requirement. However, in most cases, not all parts of the codes are perfect. It is no exception that the codes I copied from the website have a few bugs and the effect was not the same as it was demonstrated on the web page. To tackle these problems, I read some books and understood the principle. Finally, I found that the code pasted on the web page was not complete. The author missed some codes that he believed the coders equipped with basic knowledge could know, but before learning the principle, devoid of the fundamental background knowledge I didn‘t know how to supplement the missing codes. Since the name of the variable in .js document didn‘t match the name of the same variable in the web.xml and some necessary variables were not declared in web.xml, the picture cannot be uploaded. Although this is a subtle problem, it confused me for a few hours. Therefore, before I begin to code, it is better for me to learn the basic knowledge which could equip me with the ability to address the problems I encounter next time.

The experience that I fix an error during coding

标签:

原文地址:http://www.cnblogs.com/pzyskytree/p/5248003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!