码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Chapter 2 User Authentication, Authorization, and Security(10):创建包含数据库
在SQL Server中,安全性分为两级:服务器级别和数据库级别。服务器的登录名被映射到数据库中的一个用户。身份验证在登录名连接到服务器时发生。如果数据库中有这个登录名所对应的用户,那么这个登录名就能访问数据库。登录名和用户之间的映射是基于一个内部SID,当从一个服务器复制数据库到另外一个服务器,即使用户名相同,如果SID不同,也会打算这个连接关系。从2012开始引入了包含数据库(Contained database)概念,用于解决这种问题。...
分类:数据库   时间:2014-09-22 13:35:02    阅读次数:351
Chapter 10 UIImagePickerController
Chapter 10 UIImagePickerController1. Setting the image picker’s sourceType: The sourceType constant that tells the image picker where to get images. I...
分类:其他好文   时间:2014-09-22 12:10:42    阅读次数:221
Directx10 龙书笔记- 第7章课后题 实现火焰动画
火焰的图片我是没找到,找到了几张雷电的,就在d3dcoder.net 的directx10那本书代码下载的Bolt Animations for Chapter 9  里面 里面很多张图片,由于c++也是初学,一时来不及弄字符串拼接的函数。 只能定义很多个帧bmp 然后一个一个载入了 具体代码是建立在那个"crate" 例子工程, 就是那个木箱子的代码基础上。 添加的代码如下: I...
分类:其他好文   时间:2014-09-22 00:59:31    阅读次数:258
Chapter 3 Fundamental Programming Structures in Java
1. A simple Java Program2. Comments3. Data Types4. Variables5. Operators6. String7. Input and Output8. Control Flow9. Big Numbers10. Arrays1. A simple...
分类:编程语言   时间:2014-09-21 14:43:00    阅读次数:220
Chapter 2 The Java Programming Environment
1. Installing the Java Development kit (JDK)2. Choosing a Develpment Environment3. Using the Command-Line Tools4. Using an Integrated Development Envi...
分类:编程语言   时间:2014-09-19 21:02:36    阅读次数:277
Chapter 10 UINavigationController
Chapter 10 UINavigationController1. When your application presents multiple screens of information, a UINavigationController maintains a stack of thos...
分类:其他好文   时间:2014-09-19 19:06:15    阅读次数:130
Chapter 1 An Introduction to Java
1. Java As a Progaramming Platform2. The Java "White Paper" Buzzwords3. Java Applets and the Internet4. A Short History of Java5.Common Misconceptions...
分类:编程语言   时间:2014-09-19 13:47:25    阅读次数:197
ngx_http_hello
tengine.taobao.org/book/chapter_03.html程序解析:1,核心是定义三个结构体,分别是a,ngx_command_t(模块的配置结构):由于定义了自己的配置结构体typedef struct{ngx_str_t hello_string;ngx_int_t hell...
分类:其他好文   时间:2014-09-19 11:39:55    阅读次数:304
GNU Make chapter 2
Makefile是由一系列的rule规则组成,这些rule都遵循以下形式:target ... : prerequisites ... command ... ...target(目标) 一般来说是需要生成的程序(模块)的名字,也可以是要执行的动作的名字,这种情况叫做(Phony...
分类:其他好文   时间:2014-09-18 20:34:24    阅读次数:222
Chapter 9 Editing UITableView
Chapter 9 Editing UITableView1. XIB files are typically used to create the view for a view controller, but they can also be used any time you want to ...
分类:其他好文   时间:2014-09-18 16:06:14    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!