zoukankan      html  css  js  c++  java
  • The experience that I fix an error during coding

      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.

  • 相关阅读:
    ES数据-MySql处理Date类型的数据导入处理
    es搜索引擎
    Java Web学习路线
    九樱天下-观察期
    一些平常的总结
    ES搜索引擎-简单入门
    工作中异常的一些总结
    抽象和封装的一点总结
    python之路_django分页及session介绍
    python之路_django中母板及cookie介绍
  • 原文地址:https://www.cnblogs.com/pzyskytree/p/5248003.html
Copyright © 2011-2022 走看看