码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
《Programming Hive》读书笔记(二)Hive基础知识
《Programming Hive》读书笔记(二)Hive基础知识 阅读方法:第一遍读是浏览,建立知识索引,因为有些知识不一定能用到,知道就好。感兴趣的部分可以多研究。 以后用的时候再详细看,并结合其他资料一起。 Chapter 3.Data Types and File Formats 原始数据类型和集合数据类型 Select出来的数据,列与列之间的分隔符可以指定...
分类:其他好文   时间:2014-11-15 23:15:22    阅读次数:188
Chapter 3 Introduction to Objects and Input/Output
与声明一个primitive variable不同,声明一个对象的时候,并不创建用来存储一个对象的内存空间,而是创建了一个存储该对象所在内存空间的地址。在java里,new是一个操作符,它让系统分配一个特定类型的存储空间,并返回该内存空间的地址。String str;str = “Java Prog...
分类:其他好文   时间:2014-11-11 16:13:43    阅读次数:182
troubleshooting tools in JDK 7--转载
This chapter describes in detail the troubleshooting tools that are available in JDK 7. In addition, the chapter lists operating-system-specific tools...
分类:其他好文   时间:2014-11-10 17:34:14    阅读次数:349
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 enemy, Lucciola...
分类:其他好文   时间:2014-11-07 20:56:09    阅读次数:225
Nginx content cache Nginx内容缓存
原文地址:http://nginx.com/resources/admin-guide/caching/ Nginx content cache  Nginx内容缓存 This chapter describes how to enable and configure caching responses received from proxied servers. When caching...
分类:系统相关   时间:2014-11-06 17:37:59    阅读次数:333
Python CODE——Nonblocking I/O client AND Delaying Server
1 #!Nonblocking I/O - Chapter 5 -pollclient.py 2 import socket,sys,select 3 port=51423 4 host='localhost' 5 6 spinsize=10 7 spinpos=0 8 spindir=1 9 .....
分类:编程语言   时间:2014-11-05 18:50:36    阅读次数:263
Chapter 1 Securing Your Server and Network(2):管理服务的SIDs
原文出处:http://blog.csdn.net/dba_huangzj/article/details/37927319,专题文件夹:http://blog.csdn.net/dba_huangzj/article/details/37906349 未经作者允许,不论什么人不得以“原创”形...
分类:Web程序   时间:2014-11-05 10:39:45    阅读次数:158
Careercup | Chapter 8
8.2Imagine you have a call center with three levels of employees: respondent, manager, and director. An incoming telephone call must be first allocate...
分类:其他好文   时间:2014-11-04 22:30:06    阅读次数:246
C++ Primer(第五版)读书笔记 & 习题解答 --- Chapter 1
Chapter 1.11. 每个C++程序都必须有且只能有一个main函数,main函数的返回类型必须是int。操作系统通过调用main函数来运行C++程序。2. 一个函数的定义包含四部分:返回类型、函数名、形参列表以及函数体。3. 当return语句包含一个值时,此返回值的类型必须与函数的返回类型...
分类:编程语言   时间:2014-11-02 20:54:22    阅读次数:261
Chapter Four, Time As a Variable: Time-Series Analysis
the main components ofevery time series: Trend, Seasonality, Noise and Other. (大势,小周期,噪音和其他)。以下一段具体解释。The trend may be linear or nonlinear, and we may...
分类:其他好文   时间:2014-11-01 16:09:19    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!