码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
数据库基本概念
Chapter Summary1. The Database Management System (DBMS) is now underlying framework of the information system and has fundamentally changed the way in...
分类:数据库   时间:2015-09-09 11:08:36    阅读次数:154
<Chapter 2>2-1-1.安装Python SDK
AppEngine包含两个Python运行时环境:一个基于Python2.5的传统环境,以及一个运行Python2.7的新环境。这个新环境不仅仅是有一个轻微的新版本的Python解释器。主要是,这个新环境可以为来自单个应用实例的多个请求同时提供服务(serve multiple requests)....
分类:编程语言   时间:2015-09-08 21:37:33    阅读次数:241
<Chapter 2>2-1.安装SDK
开发一个应用需要的所有工具都包含在App Engine SDK中。对于Java和Python有不同的SDKs,每个都有特性对于用那种语言开发是有益的。SDKs在任何平台上工作,包括Windows,Mac OS X,以及Linux。 Python和Java SDKs每个都有一个网络服务器,他可以在你....
分类:其他好文   时间:2015-09-08 21:35:33    阅读次数:122
Chapter 2 创建一个应用
App Engine开发模式如下一般简单: 1.创建这个应用 2.在你自己的电脑上,使用包含在App Engine的开发包中的网络服务器软件(web server software)测试这个应用。 3.把这个完成的应用上传到App Engine上。 在这章中,我们将经历创建一个新的应用,在开发服务....
分类:其他好文   时间:2015-09-08 19:52:10    阅读次数:163
《how tomcat work》 搬运工 Chapter 9: Session Management
Catalina版本的Tomcat通过manager板块来提供session管理,manager通常是和context联系在一起,就是context类里会有一个manager实例。Session interfacepublic interface Session { public stati...
分类:其他好文   时间:2015-09-06 12:25:04    阅读次数:204
Chapter 3: Develop the user experience
Plan for search engine optimization and accessibility使用analytical tools分析HTML,如SEO toolkit from MS, Webmaster Tools from Google, W3C Markup Validation...
分类:其他好文   时间:2015-09-01 21:26:26    阅读次数:127
python 系统地学习记录
由头: python值得一学。 尝试一下写学习记录,看看效果。 1.记录一些不熟悉或者重要的知识点。 2.记录一些遇到的问题,标签 Question。 书:python基础教程(第2版)  Chapter 1:基础知识 本章的内容熟悉即可。 比较重要的是字符串,单双引号转义,str,repr...   Time 1.5 h  2015.8.31 23:09...
分类:编程语言   时间:2015-08-31 23:41:37    阅读次数:182
#2 create and populate a database && realistic and practical applications (PART 2)
Extends from the last chapter , This chapter takes a look at some real-world problems that can occur as you move your applicationfrom testing to a liv...
分类:移动开发   时间:2015-08-31 21:09:11    阅读次数:173
ZOJ 3497 Mistwald(矩阵快速幂)
题目: Mistwald Time Limit: 2 Seconds      Memory Limit: 65536 KB In chapter 4 of the game Trails in the Sky SC, Estelle Bright and her friends are crossing Mistwald to meet their final ene...
分类:其他好文   时间:2015-08-30 01:06:34    阅读次数:280
39. Volume Rendering Techniques
Milan IkitsUniversity of UtahJoe KnissUniversity of UtahAaron LefohnUniversity of California, DavisCharles HansenUniversity of UtahThis chapter presen...
分类:其他好文   时间:2015-08-29 22:57:44    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!