Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.77 KB

task.rst

File metadata and controls

62 lines (47 loc) · 1.77 KB

16周

数据库任务

create table foo (
    bar serial
);

jianxiaoqi

  1. 将做过的任务 pull request 到此
  2. 学习 tornado_ 框架,输入 https://localhost:8000/helloworld 输出 hello, world (参照 helloworld.py )
  3. 不使用数据库和 session ,参照 demo 完成简单登录功能
  4. psql 下进行基本的 select insert update delete 操作
  5. 使用数据库完成 任务3
  6. *使用数据库和 session 完成 任务3

weishuwen

  1. 将14-15周完成的任务 pull request 到此
  2. 逆波兰
  3. 排列组合
  4. 0-1背包
  5. BFS
  6. DP

lilinfeng

zhangshiyi

  1. fork homework到本地, 创建文件夹再 pull request 到此
  2. 用python实现井字棋
  3. 阅读 pro git 到2.5

lichaopeng

SQL基础教程 第六/八章