知道美河 | 上传资料 | VIP申请 | 精品课程 | 资料搜索 | 问题反馈 | 会员手册 | 积分消费 | 积分充值 | 帐号保护
美河学习学习在线赞助VIP

美河学习在线(主站) eimhe.com

 找回密码
 建立账号
查看: 7556|回复: 10

[8.25][美河资料发布小组@likeying27][VTC][VTC编程系列二][517MB][MOV]

[复制链接]
发表于 2005-8-25 14:19:40 | 显示全部楼层 |阅读模式
  • [VTC][Java.2.JSP.and.Servlets.Training (Java.2-.JSP.&.Servlets.编程及应用指南)]
  • [VTC]ASP Scripting(ASP 学习指导)
  • [VTC]Linux Introduction to Linux(LINUX入门指导)
  • [VTC]Oracle Introduction to Oracle SQL and PLSQL (Oracle SQL及语言入门指导)
  • [VTC]Search Engines(搜索引擎学习指导)
  • [VTC]Unix Shell Fundamentals (Unix Shell 入门指导)
  • [VTC]Web Design Fundamentals(WEB设计基础)




详细信息可以参考网页:http://www.vtc.com/program.htm

地址:/VIP资料下载二区/IT区
bin 文件 可以用 DAEMON Tools打开
mov 格式 需要用QuickTime Player打开
语言为英文  


各门课程内容介绍见以下个楼:

课程截图(以Unix Shell +Web Design )为例:

[ 本帖最后由 likeying27 于 2005-8-25 14:42 编辑 ]
unix1.jpg
unix3.jpg
unix2.jpg
web design 1.jpg

评分

1

查看全部评分

 楼主| 发表于 2005-8-25 14:32:59 | 显示全部楼层

Java.2-.JSP.&.Servlets.编程及应用指南

JavaServer Pages and Java Servlets are programs executed by a Web server to produce Web pages which are sent to a client Web browser in response to a request from the browser. This course by Arthur Griffith not only demonstrates how to write them, it also shows how to deploy them to a server and make them run in response to a request. Both Servlets and JavaServer pages can read from files, including the use of SQL to read from a relational database, and use the information to construct a Web page. To begin learning today, simply click on one of the Java 2: JSP and Servlets lessons.
如何编写代码,如何按要求运行,Servlets and JavaServer pages都可以读文件,包括SQL.运用信息构件网页~


Title: Java 2: JSP and Servlets
Author: Arthur Griffith
Price: $99.95
Duration: 6 hrs / 74 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Introduction
Introduction to the Course
What is a JavaServer Page?
What is a Java Servlet?

The Container
Static and Dynamic Web Pages
The Container
Installation
The Environment
Starting the Server

Basic Servlets
Writing and Compiling a Servlet
Creating an Application
Two Ways to Deploy
Yet Another Deploy
Servlet Mapping
An Interception Servlet

Basic JSPs
Writing a JSP
JSP to Java Translation
JSP Elements
Imports/Globals/Methods pt. 1
Imports/Globals/Methods pt. 2
Tracking an Error
The Custom Error Page

XML and Ant
Introduction to XML
The DTD
Parameters and Error Pages
Download and Install Ant
Tasks and Properties
Basic War Building
Compiling and Deploying
A Jar File pt. 1
A Jar File pt. 2
JSPs and HTML Files
Packages

HTML and HTML Forms
Tables
Images
Style Sheets
Coding a Form
Text Boxes and Text Areas
Check Boxes and Radio Buttons
Pull Down and Scrolled List

JSP Tags
A JSP Tag Handler
A Tag with a Body
A Tag with Attributes pt. 1
A Tag with Attributes pt. 2
Before and After the Body
Tag Libraries
A Few Handy JSTL Tags
Parameters and Looping
EJB
Looping forEach
Import and Choose
Running Timestamp

Cookies and Session Tracking
The Purpose of a Cookie
Setting and Getting Servlet Cookies
Setting and Getting JSP Cookies
URL Encoding in a JSP
Explicit URL Encoding
Session Timeout

Errors and Exceptions
Declaring Error Handling in web.xml
An Error Sending Servlet
Servlet Throwing an Exception
JSP Errors and Exceptions
Logging

Files
A Servlet to Setup a Download
A More General Download Servlet
Viewing a Resource File
Request Headers
An Applet in a JSP
An Applet with Parameters in a JSP
An Applet in a Servlet
JavaScript in a JSP
JavaScript in a Servlet
Thread Safe Code

Wrapup
Summary of the Course
About this Author
 楼主| 发表于 2005-8-25 14:40:20 | 显示全部楼层

ASP Scripting(ASP 学习指导)

ASP is a server-side technology that uses a scripting language to generate dynamic Web pages. As a server side scripting language, ASP uses both built-in and external objects to generate web pages from a web server onto a client machine, generating HTML code to be viewed in a browser over the Internet. ASP also makes heavy use of a scripting/programming language called VBScript. VBScript is syntactically equivalent to the popular Microsoft SDK Visual Basic. VTC author, Gavin Powell, takes you from the basics of creating your first ASP page, through to the complexities of database access and beyond. To begin learning ASP scripting, simply click on one of the ASP Scripting lessons.
编写ASP网页 及相关 数据库~


Title: ASP Scripting
Author: Gavin Powell
Price: $99.95
Duration: 8.5 hrs / 171 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Welcome
Welcome
Prerequisites for this Course
About this Course
Where to Find Documentation

What is ASP?
Active Server Pages (ASP)
Extending ASP
Client Based Scripting - VBScript
Client Based Scripting - JavaScript
Server Based Scripting
Why is Server Based Scripting Necessary?
Alternatives to ASP
Pros and Cons of Using ASP

Tools for ASP Development
What is IIS? (Internet Information Server)
Installing IIS
Getting IIS Up and Running
Getting IIS Up and Running
Using PWS (Personal Web Server)
Creating a Simple ASP Scripting Example
Using Visual Interdev
Using the Microsoft Script Debugger

Using VBScript
VBScript in Web Pages
Procedures and Functions
The Basics - Datatypes
The Basics - Variables
The Basics - Constants
The Basics - Operators
The Basics - Other Stuff
Programming Control Structures
Objects/Properties and Methods
A Quick Look at JScript

The Basics of ASP Scripting
From ASP to HTML
HTML Tags in ASP
Referring to Existing HTML Elements
Header Stuff
The GLOBAL.ASA File
Application and Session Objects
A Hit Counter Page
The Default Start Page
Text Files and Concurrency
Client Persistence and Cookies
Send and Retrieve
Including Objects in ASP
Exclude Business Logic from ASP
Including Scripts for Reuse pt. 1
Including Scripts for Reuse pt. 2
What’s New in ASP3?

Introducing Built In ASP Objects
What are the Built In ASP Objects?
The Response Object
The Request Object
The Application Object
The Session Object
The Server Object
The Error Object
The File System
The Dictionary Object

Simple Built In ASP Objects
The Application Object pt. 1
The Application Object pt. 2
The Application Object pt. 3
The Application Object pt. 4
The Error Object
The Dictionary Object
The Server Object pt. 1
The Server Object pt. 2
The Server Object pt. 3

The Response Object
The Response Object
Writing Text to the Client
Redirecting to a New URL
Controlling Response with the Buffer
Ending and Expiring Pages
Client and Page Status
Content Type and Character Set
Obscure Properties and Methods

The Request Object
The Request Object
Server Variables
QueryString URL Parameters
QueryString Multiple URL Parameters
QueryString FORM METHOD=GET
Request.Form
Obscure Properties and Methods

The Session Object
What is a Session?
The Session Object
Session Start and End Events
The Contents Collection pt. 1
The Contents Collection pt. 2
Connecting and Disconnecting
Obscure Session Properties

Data Persistence on the Client
What is Persistence?
What is a Cookie?
Cookies in ASP
Multiple Valued Cookies pt. 1
Multiple Valued Cookies pt. 2
Session Cookies
Are Cookies Enabled on the Client?

Persistence and the File System
ASP Objects and the File System
The FileSystem Object
Using the FileSystem Object pt. 1
Using the FileSystem Object pt. 2
The TextStream Object
Using the TextStream Object
The Drive Object
The File Object
The Folder Object

Database Persistence and ADO
Database Drivers
Configuring ODBC and OLEDB
Reading an Oracle Database
Reading an Access Database
What is ADO?
ADO Object Hierarchy
ADO Objects Function and Purpose
ADO Object Attributes pt. 1
ADO Object Attributes pt. 2

ADO/ASP/ SQL
The Most Significant ADO Objects
Recordset Transparent SQL
What is SQL? The SELECT Statement
INSERT/UPDATE/DELETE
SELECT Statement Syntax
SELECT Statement Syntax WHERE Clause
SELECT Statement Syntax: GROUP BY
SELECT Statement Syntax: ORDER BY
INSERT Statement Syntax
UPDATE Statement Syntax
DELETE Statement Syntax
What is a Transaction?

Retrieving Data From a Database
What is a Recordset?
Recordset Fields and Values
Opening a Recordset
Closing and Emptying Objects
Advanced Recordset Options pt. 1
Advanced Recordset Options pt. 2
Paging Partial Recordsets
Disconnected Recordsets pt. 1
Disconnected Recordsets pt. 2

Changing Data in a Database
Adding Rows
The SQL INSERT Statement pt. 1
The SQL INSERT Statement pt. 2
Recordset.Addnew pt. 1
Recordset.Addnew pt. 2
Changing Rows
The SQL UPDATE Statement pt. 1
The SQL UPDATE Statement pt. 2
Recordset.Update
Batch Updates pt. 1
Batch Updates pt. 2
Batch Updates pt. 3
Deleting Rows
The SQL DELETE Statement
Recordset.Delete

Using Stored Procedures
Stored Procedures and Functions
Executing a Stored Procedure
Using Input Parameters
Input and Output Parameters
Input / Output Parameters
Using Functions

Components
Instantiating Components
IIS Resource Kit Components
E-Mail
Windows Scripting Components
Charting
Where Can Components be Found?

XML in ASP
What is XML?
What is XSL?
The XML Dynamic Object Model in ASP
Rendering XML Using XSL in ASP
Generating XML Manually from a Database

Wrapping it Up
Debugging ASP
Tuning ASP pt. 1
Tuning ASP pt. 2
Security ASP and IIS
The Future: ASP.NET
What You Have Learned

Credits
About the Author
 楼主| 发表于 2005-8-25 14:46:03 | 显示全部楼层

LINUX入门指导

Linux is a free Unix-type operating system originally created by Linus Torvalds with the assistance of developers around the world. Developed under the GNU General Public License, the source code for Linux is freely available to everyone. In this tutorial, Arthur Griffith explains and demonstrates everything you need to know to begin understanding and using Linux. From history to philosophy, installation to networking (even Cygwin X Server and RedHat); whether you have a passing interest in a new OS, or would like to become a Linux engineer, the VTC 'Linux: Introduction to Linux' tutorial is the best place to start. To get started, click on one of the links below
讲解,示范 Linux基础~


Title: Linux: Introduction to Linux
Author: Arthur Griffith
Price: $99.95
Duration: 6.5 hrs / 75 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Introduction
Course Introduction
What is Linux? pt.1
What is Linux? pt.2
Course Overview

A Look Around the File System
Structure of the File System
The Contents of the File System
A Few Commands and the Passwd File
The Group and the Shadow
File Permissions
Change Ownerships and Permissions

Disk Drives and Device Nodes
Linux File System Layout
The Device Nodes in /dev
Partitioning With fdisk
Extended and Swap Partitions
Making File Systems With mkfs
Mounting File Systems
Mounting With /etc/fstab pt.1
Mounting With /etc/fstab pt.2
Man part pt.1
Man part pt.2

Files and File Utilities
Directories and Links
Some Handy File Utilities
Using find To Locate Files
Using grep To Search Through Files
The vi Editor
The emacs Editor

The Linux Shell
The Bourne Again Shell
The Environment Variables
Defining and Exporting Variables
Bash Startup Shell Scripts
Some Standard Variables
Fundamental Shell Scripts
Standard Input and Output

Shell Scripts and Init
A Shell Script with Arguments
Using All Command Line Arguments
Testing Files in Scripts
Case, Esac, and Exit
Aliases and Functions
The File /etc/inittab
The Scripts In /etc/rc.d
The Run Level Scripts In /etc/rc.d
Running the Run Level Scripts

Running Processes
Examining the Running Processes pt.1
Examining the Running Processes pt.2
Fork and Exec
Orphans and Zombies
Crontab

UNIX Networking
TCP/IP Concepts
TCP/IP Services
TCP/IP Hosts
TCP/IP Routing
DNS
The xinetd Super Server
NFS
Modem pt.1
Modem pt.2
Modem pt.3

X
The X Server
Cygwin X Server
Cygwin Remote Login
RedHat GNOME

Archiving and Compressing
General Archiving and Compressing
Compressing and Uncompressing
Zipping and Unzipping
Gzipping and Gunzipping
Uuencode and Uudecode
Sharing and Unsharing
Tarring and Untarring pt.1
Tarring and Untarring pt.2

Misc Utils
Screen Grabber xwd
Display and Convert
The mtools
Dumping Files With od
A Few Simple Programs
Shutdown


[ 本帖最后由 likeying27 于 2005-8-25 14:48 编辑 ]
发表于 2005-8-25 14:47:19 | 显示全部楼层
 楼主| 发表于 2005-8-25 14:55:30 | 显示全部楼层

Unix Shell 入门指导

UNIX is a family of operating systems. UNIX Shell is common in text-based or command-line UNIX programs. The commands of UNIX shell are compatible with all brands of UNIX, including Linux. This Virtual Training Company tutorial teaches the fundamentals of UNIX Shell even if you have no prior knowledge of UNIX or UNIX Shell commands. Author Mark Virtue helps you get a better understanding thorough demonstrations of processes such as logging in, copying files, combining programs, using telnet, and more. To get started learning from this experienced instructor now, simply click one of the topics below.
Mark Virtue 老师会通过演示(e.g. 登陆,拷贝,合并程序,使用telnet 等~)让你更好了解 UNIX / UNIX Shell 命令~


Title: Unix Shell Fundamentals
Author: Mark Virtue
Price: $99.95
Duration: 10 hrs / 90 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Introduction
About this Course
Audience and Prerequisites

Understanding UNIX
What is UNIX?
UNIX History
Which UNIX?
UNIX Architecture

Understanding the UNIX Shell
What is the UNIX Shell?
Which Shell?
Logging In
Basic Commands
Command Syntax
Getting Help
Logging Out

Files and Directories
Working with Files and Directories
Commands for Files and Directories Pt 1
Commands for Files and Directories Pt 2
Filenames and File Types
Wildcards Pt 1
Wildcards Pt 2
Displaying File Contents
Comparing Files
Copying, Moving and Renaming Files
Deleting Files
Hidden Files
The "." and ".." Directories
Relative vs Absolute Paths
Working with Directories
Finding Files
Archiving Files

Security
Users and Groups
Security Related Problems
File Protection Overview Pt 1
File Protection Overview Pt 2
Changing File Permissions
Changing File Ownership
Changing File Group
A Dangerous Security Loophole

Combining Programs - Pipes and Filters
Introduction to Combining Programs
Standard Output
Standard Input
Standard Input and Output
About Filters
Common Filters
Searching for Text in Files
Standard Error

Process Control
About Processes Pt 1
About Processes Pt 2
Running Commands Asynchronously
Killing Processes
Jobs
More Process Control
Scheduling Commands

vi - A UNIX Text Editor
Understanding vi
Starting vi
Manipulating Files in vi Pt 1
Manipulating Files in vi Pt 2
Moving Around Pt 1
Moving Around Pt 2
Basic Editing Pt 1
Basic Editing Pt 2
Basic Editing Pt 3
Advanced Editing Pt 1
Advanced Editing Pt 2
Configuring vi Pt 1
Configuring vi Pt 2

The UNIX File System
Introduction to the Unix File System
How Files are Stored
Understanding Links Pt 1
Understanding Links Pt 2
Linking Files
Symbolic Links Pt 1
Symbolic Links Pt 2
UNIX File Types
Mounting Pt 1
Mounting Pt 2

Communication
Using telnet
Using mail

Customising Your Shell Environment
Changing your Login Shell
Environment Variables Pt 1
Environment Variables Pt 2
Your PATH Pt 1
Your PATH Pt 2
Your Prompt
Your .profile
Command-line Editing
Korn Shell Command-line Editing
Shell Customisation Options Pt 1
Shell Customisation Options Pt 2
The End
 楼主| 发表于 2005-8-25 15:02:43 | 显示全部楼层

Search Engines(搜索引擎学习指导)

This Virtual Training Company tutorial is perfect for those who are new to search engines and the Internet, and those who get frustrated when searching and would like a better way to find exciting new information. Author Kathy Evans will help you become more efficient in your searches. She begins by introducing you to directories and search engines, helping you learn to develop a search strategy. She will familiarize you with AltaVista and Google and help you customize your browser.
首先介绍,讲解搜索引擎基础,建立创建一个搜索的策略,而后讲解如何用AltaVista 和Google 来个性化你的浏览器~


Title: Search Engines
Author: Kathy Evans
Price: $99.95
Duration: 7 hrs / 159 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Overview
Introduction
Quick Tour of the Web
Directories
Search Engines
What are Meta Search Engines
Subject and Links Pages
Open Directory Project
AltaVista
Evaluating Pages
Family Filter
Why can't I find what I want?

Directories
How Directories Work
Finding Information with a Directory
Finding Information with Yahoo & Looksmart
Searching a Directory (1)
Searching a Directory (2)

Search Engines
How Search Engines Work (1)
How Search Engines Work (2)
Finding Information with Search Engines (1)
Finding Information with Search Engines (2)
Finding Information with Search Engines (3)
The Invisible Web
Resources for the Invisible Web
When to use the Invisible Web
Finding Information on Invisible Web
Finding an ATM Machine on the Invisible Web
Find a Flight to Paris on the Invisible Web

Optimize your Search
Define A Search Strategy
Which Service should I Use
Fine Tune your Keywords
Search Engine or Directory
Useful Resources
Searching for FTP Resources
Downloading FTP Files
Resources for Anonymous FTP Sites

Other Areas to Search
Introduction to News Groups
Wide Area Information System
Using Gopher to Search
Search Options
Finding Tickets
Using a Cluster Search
Finding Exchange Rates

Boolean Operators
Introduction to Boolean Operators
Boolean Searching (1)
Boolean Searching (2)
Introduction to Grouping Operators
Using Grouping Operators
Stop Words
Natural Language Search
Concept Searching

Phase Operators & Proximity Searching
introduction to Phrase Operators
Phrase Operators in Action
Proximity Operators
Combining Phrase and Proximity
Proximity Searches in Lycos
Proximity Searches in AltaVista
Required & Excluded Terms
Using Wild Cards to Search
Using Word Stemming
More on Word Stemming

Required & Excluded Terms
Using - and + Symbols (1)
Using - and + Symbols (2)
Introduction to Field Searching
Field Searching in Action
Restrictions on Results

Advanced Searching & Algorithms
Introduction to Advanced Web Searching
Using Advanced Search
More on Advanced Searching Techniques
Search Engine Syntax
Search Engine Syntax (2)
How Search Engines Rank Pages (1)
How Search Engines Rank Pages (2)
How Successful is Ranking

Problem Solving
How to deal with Problems (1)
How to deal with Problems (2)
Dealing with Errors
Using cached for Missing Pages
Resources for helping find missing pages
Reporting Broken Links

Customizing your Browser
Working with your Browser
Book marking Searches
Using the Browsers built in Search
Introduction to a Key Sites Library
Organising and adding Key Sites

Useful Resources
Using Copernic
Searching Newsgroups (1)
Searching Newsgroups (2)
Advanced Newsgroup Searching
Searching Serve Lists (1)
Searching Serve Lists (2)
International Language Searches
Resources for International Search Engines
Specialized Information Sites
Resources for Education
Searching for People
Searching your Ancestry

AltaVista
AltaVista's Settings
Filtering AltaVista's results
In-depth look at AltaVista's Tools
AltaVista Search Facilities
AltaVista's Search Assistant
AltaVista's International Sites

Google
Setting Google's Preferences
Searching with Google
Advanced Searching with Google
Web Resources for the Search Engines
Technical Resources for Search Engines
Using the Search Engine Resource Sites

Fast Search
Introduction to Fast Search
Customize Fast Search Settings
Basic Fast Search
Advanced Fast Search
Introduction to Highway 61
Searching with Highway 61

Optimizing your own Site
Introduction to optimising your own site
Choosing your Keywords
Resources to help rank your site
Introduction to Word tracker
Analysing your Keywords with Word Tracker
Using the Internet Keyword Finder
Using Gotos Keyword Inventory
Using Bruce Clays Optimisation Tools

Meta Tags
Introduction to Meta Tags
Writing Meta Keyword Tags
Writing Meta Description Tags
Optimizing your Meta Tags
Keyword Prominence in your Page
How to use your Keywords in Tables
Keywords in the Alt and Link Text
Adding Keywords to your Title Tag
Keywords in other Tags
Adding your Keywords in the Text
Summary for Optimizing for Robots

Keyword Density
Introduction
Keyword Frequency Counter
Density Analysis
Customized Analysis

Submitting your Site
Where to Submit your Site
Submitting to AltaVista
Submitting to Inktomi
Submitting to the Smaller Engines
Introduction to Submitting to Directories
Submitting to Dmoz (Open Directory)
Automated Submission Tools
Using the Top Dog Submission Tool

Ranking
Links popularity
Beware of FFA pages
How Popular are You?
Tips for Using a Frameset
Hidden Text Links
Check to see if you are Listed
Pay for Listings
Buying a Number 1 Listing
Pay per Click Listings

Advanced Optimization
Spamming the Search Engines
What are Doorway Pages
Using a Page Generator
Cloaking and IP Delivery
 楼主| 发表于 2005-8-25 15:10:13 | 显示全部楼层

Oracle SQL及语言入门指导

Virtual Training Company's Introduction to Oracle SQL and PL/SQL tutorial will cover the relational Database Model, the Oracle Architecture and the Physical database. The tutorial is aimed at programmers, and individuals who have had prior SQL and relational database experience. Gavin Powell, your instructor, will begin teaching you many Oracle tools such as the SQL Plus, SQL Plus Worksheet, and Oracle Enterprise Manager. This tutorial will explain how to maintain the Logical Database, and the difference between the Logical Database and the Physical database. You will be guided, in great detail, in the following areas: retrieving, changing, adding, and deleting data from the Database. From there, you will learn about Logical Database objects, Security, Select Statements, and much more. Introduction to Oracle SQL and PL/SQL will cover areas for the Oracle Certification course (1Z0-007). To get started, click one of the movie topics below.
开始讲解Oracle工具( SQL Plus, SQL Plus Worksheet, 和 Oracle Enterprise Manager),课程会告诉你如何维护一个逻辑的 Database,逻辑的 Database和物理Database的区别~


Title: Oracle: Introduction to Oracle SQL and PL/SQL
Author: Gavin Powell
Price: $99.95
Duration: 12 hrs / 165 lessons
Compatibility: Win XP, 2000, 98, NT, Mac OS X, OS 9


Welcome
Welcome
Useful Web Sites
What is Oracle Software?
The History of Databases
The History of Oracle
About this Course

The Relational Database Model
The Relational Database Model
The Concerts Schema
Normalization pt. 1
Normalization pt. 2
Denormalization pt. 1
Denormalization pt. 2

Oracle SQL and PL/SQL Tools
What are the Oracle SQL and PL/SQL Tools?
SQL Plus
Formatting Output
SQL Plus Worksheet
iSQL Plus
Oracle Enterprise Manager pt. 1
Oracle Enterprise Manager pt. 2

The Architecture of Oracle
The Oracle Database and Oracle Instance pt. 1
The Oracle Database and Oracle Instance pt. 2
Control Files, Logging, Archiving and Recoverability

Creating Database Objects
Oracle Simple Datatypes pt. 1
Oracle Simple Datatypes pt. 2
Oracle Complex and Object Datatypes
Types of Tables
Methods of Table Creation
Create Table Syntax
Example Table Creations pt. 1
Example Table Creations pt. 2
Altering and Dropping Tables pt. 1
Altering and Dropping Tables pt. 2
What are Constraints?
Creating, Changing and Dropping Constraints
Types of Indexes pt. 1
Types of Indexes pt. 2
Creating, Altering and Dropping Indexes
Sequence Counters
Synonyms
Views pt. 1
Views pt. 2
Metadata Views and Error Messages

Users and Security
Schemas, Users, Privileges and Roles pt. 1
Schemas, Users, Privileges and Roles pt. 2
Schemas, Users, Privileges and Roles pt. 3
Types of Users
Creating Users pt. 1
Creating Users pt. 2
Altering and Dropping Users
Security
System Privileges
Object Privileges
Granting and Revoking Privileges pt. 1
Granting and Revoking Privileges pt. 2
Grouping Privileges Using Roles pt. 1
Grouping Privileges Using Roles pt. 2
Setting Roles

Retrieving Data from the Database
The SELECT Statement pt. 1
The SELECT Statement pt. 2
The SELECT Statement pt. 3
Types of SELECT Statement pt. 1
Types of SELECT Statement pt. 2
The DUAL Table pt. 1
The DUAL Table pt. 2
What is a NULL?
Pseudo-Columns pt. 1
Pseudo-Columns pt. 2
More About SQL Plus Formatting pt. 1
More About SQL Plus Formatting pt. 2
More About SQL Plus Formatting pt. 3

Oracle Built In Functions
Types of Functions pt. 1
Types of Functions pt. 2
String Functions pt. 1
String Functions pt. 2
String Functions pt. 3
Number Functions
Date Functions pt. 1
Date Functions pt. 2
Other Functions pt. 1
Other Functions pt. 2
Datatype Conversion Functions pt. 1
Datatype Conversion Functions pt. 2
Custom Functions Using PL/SQL

Filtering SELECT Statements
The WHERE Clause
Conditional Comparisons
Using the WHERE Clause
Using Logical Operators pt. 1
Using Logical Operators pt. 2
Using Conditional Comparisons pt. 1
Using Conditional Comparisons pt. 2

Sorting SELECT Statements
The ORDER BY Clause
Sorting Methods pt. 1
Sorting Methods pt. 2
Sorting Methods pt. 3

Joining Multiple Tables
What is a Join?
Two Join Syntax Formats
Types of Joins pt. 1
Types of Joins pt. 2
Types of Joins pt. 3
Cross Join or Cartesian Product
Natural or Inner Join pt. 1
Change the Concerts Schema pt. 1
Change the Concerts Schema pt. 2
Outer Join pt. 1
Outer Join pt. 2
Self Join
Equi-Joins, Anti-Joins and Range-Joins
Mutable and Complex Joins

Summarizing with GROUP BY
What does GROUP BY Do?
The GROUP BY Clause
Types of Grouping Functions pt. 1
Types of Grouping Functions pt. 2
Special Behavior pt. 1
Special Behavior pt. 2
Summary Functions
Statistical Functions
Other Functions
Filtering GROUP BY with the HAVING Clause
Extending the GROUP BY Clause pt. 1
Extending the GROUP BY Clause pt. 2

Subqueries and Other Advanced Queries
What is a Subquery?
Types of Subqueries
Comparison Conditions Revisited pt. 1
Comparison Conditions Revisited pt. 2
Comparison Conditions Revisited pt. 3
Regular vs. Correlated Subqueries
Nested Subqueries and Replacing Joins
Where Can Subqueries be Used?
Hierarchical Queries
Set Operators and Composite Queries

Oracle Data Manipulation Language (DML)
What is DML?
Adding Data with INSERT
Multiple Table INSERT pt. 1
Multiple Table INSERT pt. 2
Changing Data with UPDATE pt. 1
Changing Data with UPDATE pt. 2
Remove Data with DELETE or TRUNCATE pt. 1
Remove Data with DELETE or TRUNCATE pt. 2
Merging Tables with MERGE pt. 1
Merging Tables with MERGE pt. 2
Transactional Control
Locking and Visibility of Data Changes
COMMIT vs ROLLBACK

PL/SQL (Programming Language SQL)
What is PL/SQL?
Anonymous Procedures
Modular Structure
Named Procedures
Functions
Packages
Triggers pt. 1
Triggers pt. 2
Variables and Types in PL/SQL pt. 1
Variables and Types in PL/SQL pt. 2
Objects and Object Datatypes
More About Objects pt. 1
More About Objects pt. 2
Programming Control Structures
Simple Database Access in PL/SQL
Cursors and Implicit Cursors pt. 1
Cursors and Implicit Cursors pt. 2
Explicit Cursors pt. 1
Explicit Cursors pt. 2
Dynamic SQL
Provided (DBMS_) Packages
 楼主| 发表于 2005-8-25 15:12:39 | 显示全部楼层
原帖由 phoenix639 于 2005-8-25 14:47 发表
看8懂英文滴,55555~纯支持了


谢谢,支持啦~ VC斑斑大人,呵呵~
发表于 2005-8-25 16:02:38 | 显示全部楼层
原帖由 likeying27 于 2005-8-25 15:12 发表


谢谢,支持啦~ VC斑斑大人,呵呵~

倒~你怎么知道的,呵呵
发表于 2005-8-25 17:57:17 | 显示全部楼层
您需要登录后才可以回帖 登录 | 建立账号

本版积分规则

 
QQ在线咨询

QQ|小黑屋|手机版|Archiver|美河学习在线 ( 浙网备33020302000026号 )

GMT+8, 2025-6-16 21:08

Powered by Discuz!

© 2001-2025 eimhe.com.

快速回复 返回顶部 返回列表