实例介绍
小学期的项目,一组人用了三周连学习再开发,文档齐全,适合对GAE感兴趣的人入门使用
【实例截图】
【核心代码】
4744302543427591664.rar
└── 新建文件夹
├── 01-iCode-2008级分布式系统开发实践文档.docx
├── 01-iCode-答辩记录表.doc
├── 01-iCode-软件验收表.doc
└── icodewebapps
├── appengine_django
│ ├── auth
│ │ ├── decorators.py
│ │ ├── __init__.py
│ │ ├── middleware.py
│ │ ├── models.py
│ │ ├── templatetags.py
│ │ └── tests.py
│ ├── conf
│ │ └── app_template
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── views.py
│ ├── db
│ │ ├── base.py
│ │ ├── base.pyc
│ │ ├── creation.py
│ │ ├── creation.pyc
│ │ ├── __init__.py
│ │ └── __init__.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── mail.py
│ ├── mail.pyc
│ ├── management
│ │ ├── commands
│ │ │ ├── console.py
│ │ │ ├── flush.py
│ │ │ ├── flush.pyc
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── reset.py
│ │ │ ├── reset.pyc
│ │ │ ├── rollback.py
│ │ │ ├── runserver.py
│ │ │ ├── runserver.pyc
│ │ │ ├── startapp.py
│ │ │ ├── startapp.pyc
│ │ │ ├── testserver.py
│ │ │ ├── update.py
│ │ │ └── vacuum_indexes.py
│ │ ├── __init__.py
│ │ └── __init__.pyc
│ ├── models.py
│ ├── models.pyc
│ ├── replacement_imp.py
│ ├── replacement_imp.pyc
│ ├── serializer
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── json.py
│ │ ├── json.pyc
│ │ ├── python.py
│ │ ├── python.pyc
│ │ ├── pyyaml.py
│ │ ├── pyyaml.pyc
│ │ ├── xml.py
│ │ └── xml.pyc
│ ├── sessions
│ │ ├── backends
│ │ │ ├── db.py
│ │ │ ├── __init__.py
│ │ │ └── __init__.pyc
│ │ ├── __init__.py
│ │ └── models.py
│ └── tests
│ ├── commands_test.py
│ ├── commands_test.pyc
│ ├── core_test.py
│ ├── core_test.pyc
│ ├── db_test.py
│ ├── db_test.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── integration_test.py
│ ├── integration_test.pyc
│ ├── memcache_test.py
│ ├── memcache_test.pyc
│ ├── model_test.py
│ ├── model_test.pyc
│ ├── serialization_test.py
│ └── serialization_test.pyc
├── app.yaml
├── bug.txt
├── CHANGES
├── COPYING
├── icode
│ ├── forms.py
│ ├── forms.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── models.py
│ ├── models.pyc
│ ├── templates
│ │ ├── add_blogs.html
│ │ ├── all_done.html
│ │ ├── base.html
│ │ ├── edit_blogs.html
│ │ ├── edit_user.html
│ │ ├── friend_blog.html
│ │ ├── friends.html
│ │ ├── index_about.html
│ │ ├── index_blog.html
│ │ ├── index_contact.html
│ │ ├── index_friends.html
│ │ ├── index.html
│ │ ├── list_Blogs.html
│ │ ├── login.html
│ │ ├── login_wait.html
│ │ ├── logout_wait.html
│ │ ├── not_add.html
│ │ ├── not_done.html
│ │ ├── not_login.html
│ │ ├── regist.html
│ │ ├── see_blog.html
│ │ ├── testcookie.html
│ │ └── Users.html
│ ├── views.py
│ └── views.pyc
├── index.yaml
├── __init__.py
├── __init__.pyc
├── KNOWN_ISSUES
├── main.py
├── manage.py
├── README
├── settings.py
├── settings.pyc
├── static
│ ├── default.css
│ └── images
│ ├── denglu.jpg
│ ├── gerenxinxi.jpg
│ ├── guanyu.jpg
│ ├── img01.gif
│ ├── img02.jpg
│ ├── img03.jpg
│ ├── img04.gif
│ ├── img05.gif
│ ├── img06.gif
│ ├── img07.gif
│ ├── img08.jpg
│ ├── img09.jpg
│ ├── lianxi.jpg
│ ├── spacer.gif
│ └── wodeboke.jpg
├── urls.py
├── urls.pyc
└── VERSION
17 directories, 137 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论