P

MySQL的最详细帮助文件 文档

MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。<br> MySQL由瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。<br> 虽然对MySQL的开发不能出一份力,但可为它的推广使用尽一份心,面对500多页的参考手册,知道要精确译出它决非易事,但愿几个月的心血能为大家提供一丝微薄的帮助。<br> 由于本人水平有限,文中肯定有不准确的地方,敬请在阅读过程中不吝指出。文中不明之处,请参阅手册原文。

mgh123mgh 2016-03-03   968   0
P

SQL Cookbook 文档

You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.<br> Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT FROM WHERE . But there is so much more you can do with the language. In the SQL Cookbook, experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features.

sinopanda 2015-09-10   2293   0
SQL  
P

数据库镜像代码实例 文档

数据库镜像是将数据库事务处理从一个SQL Server数据库移动到不同SQL Server环境中的另一个SQL Server数据库中。镜像不能直接访问;它只用在错误恢复的情况下才可以被访问。<br> 要进行数据库镜像所需的最小需求包括了两个不同的SQL Server运行环境。主服务器被称为“主机”,第二个服务器被称作“备机”。主机数据库就是你实际用着的数据库,镜像数据库就是你的数据库的备用拷贝。当事务写入你的基本服务器的时候,他们也同样被传送到并写入你的镜像数据库中。<br> 除了基本和镜像之外,你还可以引入另一个可选的组件,名为“见证”。见证服务器是第三个SQL Server 2005运行实例,它是在判断什么时候进行错误恢复的时候,用于基本和镜像之间内部交流。只有当你想实现自动错误恢复的时候用到这个选项。它实现了2比1投票的能力,当我的一个组件不可达,并因此需要进行错误恢复的时候。见证服务器只有在你想实现自动错误恢复的时候才需要用到。

760420057 2015-07-15   1474   0
P

MySQL 的最详细帮助文件 文档

MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。

wuwentao 2015-06-13   2042   0
P

The Oracle Hacker's Handbook: Hacking and Defending Oracle 文档

Exploring every technique and tool used by black hat hackers to invade and compromise Oracle, this in-depth guide shows you how to find the weak spots in your databases so you can better defend them.<br> It's terribly important that Oracle get security right, and so far their record has been poor. The Oracle RDBMS has had more critical security vulnerabilities than any other database server product. By critical, I mean those flaws that can be exploited by a remote attacker with no user ID and password and which gives them full control over the database server. To put these critical security vulnerabilities in context, IBM's DB2 has had 1; Informix has had 2; and Microsoft's SQL Server has had 2. Oracle has had 9. That's more than the other database servers put together. In terms of flaws that require a user ID and password but yield full control when exploited, again Oracle outstrips the rest by far.

ThinkJ 2015-04-08   3158   0
P

Redis 2.8 命令参考手册 文档

本文档是 Redis Command Reference 和 Redis Documentation 的中文翻译版:所有 Redis 命令文档均已翻译完毕, Redis 最重要的一部分主题(topic)文档,比如事务、持久化、复制、Sentinel、集群等文章也已翻译完毕。

inuex 2015-02-12   4161   0
P

Oracle函数 手册 文档

For me, Microsoft SQL Server has been a labor of love. I lived and breathed this product for years, and I look at it not unlike how I look at my children—with immense love and pride. I've helped nurture the product from its infancy, through some very tough years, to its current success. I've lost many nights' sleep, upset that some customer was disappointed with it. Fortunately, I've also had many more thrills and moments of rejoicing—like when a customer speaks glowingly of SQL Server or when we win another award. Yes, the analogy to a child is the closest thing I can think of to describe my feelings about SQL Server. Like people who have always thought that one day they'd write the Great American Novel, I felt a need to finally put down in words some hopefully unique knowledge and opinions I have regarding SQL Server.

xiaodan563 2015-02-02   2991   0
P

微软 SQL Server 7.0 文档

This is the definitive companion to Microsoft SQL Server 7.0. Ron Soukup and Kalen Delaney offer the joint perspective of the developer and the user in an extremely readable presentation. Ron led the SQL Server development team for a decade. Kalen has been working with the application designers and developers for almost that long. This is their guide to why SQL Server is the way it is and how it should be used. This book perfectly complements the reference material in SQL Server Books Online.<br> The book begins with the inside story of how the PC database giant Ashton-Tate partnered with Microsoft and then-startup Sybase to bring SQL to the OS/2 marketplace. The book goes on to trace the incredible history of the product and the partners. Ron and Kalen's firsthand account makes this a must-read. I cannot think of a more amazing story in our industry.

zsw19923 2015-02-02   1996   0
P

MySQL 5.1参考手册 文档

是MySQL参考手册的翻译版本,关于MySQL参考手册。这是关于5.1版至5.1.2-alpha版MySQL数据库系统的参考手册。该手册不适用于旧版本MySQL软件,这是因为在MySQL 5.1和以前的版本存在很多功能性差异和其他差异。如果正在使用MySQL软件的较旧版本,请参阅MySQL 5.0参考手册,该手册涵盖了MySQL 5.0,或参阅MySQL 4.1参考手册,该手册涵盖了MySQL 4.1以及MySQL的所有早期版本。在手册的文本中,通过引用发布版本号(5.1.x),注明了MySQL 5.1的二级版本。

chaosbead 2015-02-01   1392   0
P

HBase 0.94.5 API 文档

HBase是一个可伸缩,分布式构建在Hadoop Core之上的数据库。该技术来源于 Fay Chang 所撰写的Google论文“Bigtable:一个结构化数据的分布式存储系统”。就像Bigtable利用了Google文件系统(File System)所提供的分布式数据存储一样,HBase在Hadoop之上提供了类似于Bigtable的能力。HBase是Apache的Hadoop项目的子项目。HBase不同于一般的关系数据库,它是一个适合于非结构化数据存储的数据库。另一个不同的是HBase基于列的而不是基于行的模式。

ryantotti 2015-01-21   4112   0
P

sqlserver精华技巧集 文档

登陆大富翁两周年了,自己学到了许多东西,尤其在自己喜欢的SQLSERVER方面吧。从论坛里一页一页的搜索自己喜欢的东西,并整理下来。并得到了许多大富翁的指导,在此表示感谢。并感谢周周共享论坛(www.pigtwo.com)给我一点空间,把自己喜爱的东西发表在上面。自己搜索了许多网站,整理了这个东西。里面可能有许多英文的东西,自己的翻译水平差,也没翻译。类别可能也分的不对,希望大家提出自己的意见,并共同探讨。更希望大家能找到自己有用的东西。

wan350580 2014-12-11   366   0
P

Oracle 函数 API 文档

该文档是一个编译的html帮助文档,里面包含了比较全的的oracle常用函数。对函数的用法都有简单的举例。

7248329 2014-09-23   4926   0
P

MySQL 5.1 参考手册 文档

这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问:dev.mysql.com。 原始参考手册为英文版,与英文版参考手册相比,本翻译版可能不是最新的。 这是关于5.1版至5.1.2-alpha版MySQL数据库系统的参考手册。该手册不适用于旧版本MySQL软件,这是因为在MySQL 5.1和以前的版本存在很多功能性差异和其他差异。如果正在使用MySQL软件的较旧版本,请参阅MySQL 5.0参考手册,该手册涵盖了MySQL 5.0,或参阅MySQL 4.1参考手册,该手册涵盖了MySQL 3.22、3.23、4.0和4.1系列。在手册的文本中,通过引用发布版本号(5.1.x),注明了MySQL 5.1的二级版本。

zhaoqiang3 2014-09-21   331   0
P

HBase 0.94.18 API 文档

HBase is a scalable, distributed database built on Hadoop Core.

kelly001 2014-09-05   2641   0
P

Inside Microsoft SQL Server 2005: Query Tuning and Optimization 文档

Microsoft SQL Server 2005 内幕:查询与优化。Dive deep into the internals of query tuning and optimization in SQL Server 2005 with this comprehensive reference. Understanding the internals of SQL Server helps database developers and administrators to better create, access, and effectively process information from enterprise data. Written by experts on SQL Server, this volume from the Inside Microsoft SQL Server series of books focuses on query tuning and optimization. You'll take an in-depth look at the best ways to make queries more efficient and effective, while maximizing existing resources. Includes extensive code samples and table examples to help database developers and administrators understand the intricacies and help promote mastery of query tuning and optimization.

finetsky 2014-08-06   612   0
P

MySQL 的最详细帮助文件 文档

MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。 MySQL由瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。 虽然对MySQL的开发不能出一份力,但可为它的推广使用尽一份心,面对500多页的参考手册,知道要精确译出它决非易事,但愿几个月的心血能为大家提供一丝微薄的帮助。

1580396076 2014-07-24   277   0
P

PostgreSQL 8 官方中文文档 文档

PostgreSQL是以加州大学伯克利分校计算机系开发的 POSTGRES,版本 4.2为基础的对象关系型数据库管理系统(ORDBMS)。 POSTGRES 领先的许多概念只是在非常迟的时候才出现在商业数据库中。 <br> PostgreSQL 是最初的伯克利的代码的一个开放源码的继承人。 现在被称为 PostgreSQL 的对象-关系型数据库管理系统(有一段时间被称为 Postgres95)是从伯克利写的 POSTGRES 软件包发展而来的。经过十几年的发展, PostgreSQL 是世界上可以获得的最先进的开放源码的数据库系统, 它提供了多版本并行控制,支持几乎所有 SQL 构件(包括子查询,事务和用户定 义类型和函数), 并且可以获得非常广阔范围的(开发)语言绑定 (包括 C,C++,Java,perl,tcl,和 python)。

常青树2008 2014-07-08   3461   0
P

Oracle 错误代码查询 文档

ORA-00001: 违反唯一约束条件 (.) ORA-00017: 请求会话以设置跟踪事件 ORA-00018: 超出最大会话数 ORA-00019: 超出最大会话许可数 ORA-00020: 超出最大进程数 () ORA-00021: 会话附属于其它某些进程;无法转换会话

zhang4479 2014-06-23   2013   0
P

MySQL 5.5 参考手册英文版 文档

Mysql5.5 英文版 CHM版手册下载。这是MySQL参考手册 它涉及MySQL 5.5至5.5.15-GA版本。

langel013 2014-06-16   16476   0
P

PostgreSQL 实用实例参考 文档

有一段时间里我们使用MySQL,实在不好用,功能太少,它只实现了SQL92 中不到30%的功能。除了select、insert、update、delete还有什么功能?一味强调速度快,真的是这样吗?MySQL数据量增加很大时,速度下划很快。 几万条记录时速度最快,几十万记录时速度不同了,几百万时就开始慢了。PostgreSQL 随着数据量增大时,速度变化差距不象MySQL那么大。 有很多朋友在网上大批,特批(批评)触发器、游标,说影响性能。不过我很执着。这里要说明一下如果适当的使用视图、子查询、触发器、游标……会让你开发更轻松。

hoton 2014-06-03   2986   0
1 2 3 4 5

关键词

最新上传

热门文档