zoukankan      html  css  js  c++  java
  • Django and Djangorestframework

    Note

    Today, another day debuging with my teammates, and I just tried to make complete comprehension on this framework, althought the project is urgent.
    Recalling the whole the process, those realizations are divided into several parts, then we just need to work every part out separately. When the first
    part (open called an app) was finished, those codes were pushed (uploaded) to a git remote repository created by the company, not for public.
    Taking about the next app, I began to feel a challenge coming in front of me for its features and the functions wanted to realized are those I never met
    before.


    • To settle down this issue, the official document and tutorial must be readed again carefully. To be frank, I think it is not a problem for me to take a deeper
      study in them. As a estimation, I think one day is enough, next, I will try to settle down every issue and write my codes better and quicker.

    • The truth is that there are so many blogs can be referenced. Many of them once met the same issues like me, so they had founded the way to solve.
      It is perfect to learn from them and save my time absolutely. Most of time, Stack Overflow is the most favorite website from which I seek the answer and issue
      my issue.By now, in domestic, some famous Tech websites are becoming more and more popular and there are also a lot of people contributing their knowledges and
      to help other people who are in troubles.

    • Third, I think it is time for me to search some other useful tutorials or books about Python to help me understanding some advcanced usage.
      Till now, I have many documentations downloaded on www.jikexueyuan.com and I am confident that all of them have been absorbed by me.
      A few days ago, Zhang Hui advised me to buy a book, Python Basic Manual, written by an fanmous advanced python engineer, an american who has been working for
      more than 20 years, using Python to develop what he wants.


    As it is late, I have to go to sleep
    End

  • 相关阅读:
    C#的内存管理原理解析+标准Dispose模式的实现
    深入理解C#:编程技巧总结(二)
    深入理解C#:编程技巧总结(一)
    深刻理解:C#中的委托、事件
    你知道JavaScript中的结果值是什么吗?
    switch语句的妙用
    相等比较、关系比较总结
    用ServiceStack操作使用redis的问题
    springmvc 处理put,delete请求
    easyui 验证动态添加和删除问题
  • 原文地址:https://www.cnblogs.com/brad1994/p/6528572.html
Copyright © 2011-2022 走看看