本文是在学习美团tutor给出的资料 — 《HTTP权威指南》时记录的笔记
Migration and Deployment of Django Web App
          
            
              
                
              
              
                Posted on
              
              
            
            
              |
            
            
              
                
              
              
                Post modified:
              
              
            
          
          
          
            
          
          
          
          
          
            
      
              
                
                
                  
                
                
                  Words count in article:
                
                
                  723
                
              
              
              
            
          
          
        本文用于记录从SQLite数据库迁移到MySQL数据库,以及使用Nginx + Gunicore对Django应用进行部署的过程
基于ANTLR实现的简单绘图语言解释器
          
            
              
                
              
              
                Posted on
              
              
            
            
              |
            
            
              
                
              
              
                Post modified:
              
              
            
          
          
          
            
          
          
          
          
          
            
      
              
                
                
                  
                
                
                  Words count in article:
                
                
                  2.8k
                
              
              
              
            
          
          
        本文用于记录使用ANTLR实现一个简单绘图语言解释器的过程
Django Official Torurial
          
            
              
                
              
              
                Posted on
              
              
            
            
              |
            
            
              
                
              
              
                Post modified:
              
              
            
          
          
          
            
          
          
          
          
          
            
      
              
                
                
                  
                
                
                  Words count in article:
                
                
                  2.6k
                
              
              
              
            
          
          
        学习Django的官方教程时记录的笔记
CS61A
          
            
              
                
              
              
                Posted on
              
              
            
            
              |
            
            
              
                
              
              
                Post modified:
              
              
            
          
          
          
            
          
          
          
          
          
            
      
              
                
                
                  
                
                
                  Words count in article:
                
                
                  3k
                
              
              
              
            
          
          
        This note is intended to record some useful details in the course CS61A in UCB. Since this class is designed for newbie, I will go through it quickly and just write down some meaningful and interesting details for me, like implementing “quine” in python3.
Core Java-volume 1
          
            
              
                
              
              
                Posted on
              
              
            
            
              |
            
            
              
                
              
              
                Post modified:
              
              
            
          
          
          
            
          
          
          
          
          
            
      
              
                
                
                  
                
                
                  Words count in article:
                
                
                  676
                
              
              
              
            
          
          
        This note is going to record my learning experience of Java. Actually I have learned it on Xidian course, but now I need to go deep and maybe it will be my career. So this time I will take it more seriously.
For the fundamental part of this book, I will go through it quickly and record some details that is important.