08 2016 档案
摘要:最近在学习Python,今天发现Django如此强大的web框架,不得不来试一试。 1. 安装Python,官网建议用Python3: 于是乎,下载Python-3.4.1.tgz,解压,安装: ./configure ./make ./make install 当然安装的时候可能需要gcc,不然c
阅读全文
摘要:题目: Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. Follow up: Did you use extra space? A straight forwa
阅读全文