【Lynda】ColdFusion 9 Essential Training【CHN】中英文字幕[SRT]

作者: acely. 分类: Lynda中文字幕, ◇ 编程与开发

==========教程信息=====================================================
教程名称:ColdFusion 9 Essential Training
作者:David Gassner
主题:Developer, Servers, Web
使用软件:ColdFusion 9
难度等级:初级
时长: 7h 21m
发布日期: Oct 05, 2009

┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741

==========教程目录文件列表=============================================
ColdFusion 9 Essential Training[SRT]
├─◆0. Introduction
│ └─◇ 0001 Welcome.srt
│ └─◇ 0002 Using the exercise files.srt
│ └─◇ 0003 Overview.srt
├─◆1. Getting Started
│ └─◇ 0101 Understanding application servers.srt
│ └─◇ 0102 Installing ColdFusion 9 on Windows.srt
│ └─◇ 0103 Installing ColdFusion 9 on Mac OS X.srt
│ └─◇ 0104 Completing the Configuration wizard.srt
│ └─◇ 0105 Starting and stopping ColdFusion on Windows.srt
│ └─◇ 0106 Starting and stopping ColdFusion on Mac OS X.srt
│ └─◇ 0107 Installing ColdFusion Builder on Windows.srt
│ └─◇ 0108 Installing ColdFusion Builder on Mac OS X.srt
│ └─◇ 0109 Setting folder permissions on Mac OS X.srt
├─◆2. Using ColdFusion Builder
│ └─◇ 0201 Using Eclipse perspectives and views.srt
│ └─◇ 0202 Defining a ColdFusion server.srt
│ └─◇ 0203 Creating a ColdFusion project.srt
│ └─◇ 0204 Creating and browsing a ColdFusion page.srt
│ └─◇ 0205 Defining a default page template.srt
│ └─◇ 0206 Setting and outputting variables.srt
│ └─◇ 0207 Using the Snippets view.srt
│ └─◇ 0208 Using an external browser.srt
│ └─◇ 0209 Using online help.srt
├─◆3. Understanding Data Types and Debugging Tools
│ └─◇ 0301 Adding numbers and concatenating strings.srt
│ └─◇ 0302 Using Debug Output.srt
│ └─◇ 0303 Inspecting variables with cfdump.srt
│ └─◇ 0304 Using arrays.srt
│ └─◇ 0305 Using structures.srt
│ └─◇ 0306 Configuring the line debugger.srt
│ └─◇ 0307 Using the line debugger.srt
├─◆4. Working with Databases
│ └─◇ 0401 Scripting an Apache Derby database.srt
│ └─◇ 0402 Defining a data source in ColdFusion Administrator.srt
│ └─◇ 0403 Exploring data sources in RDS Dataview.srt
│ └─◇ 0404 Using SQL and the cfquery tag.srt
│ └─◇ 0405 Outputting data from a query object.srt
│ └─◇ 0406 Outputting a dynamic HTML table from a query.srt
│ └─◇ 0407 Generating alternating row colors.srt
│ └─◇ 0408 Creating an application directory and home page.srt
│ └─◇ 0409 Displaying data on the home page.srt
│ └─◇ 0410 Redirecting requests with cflocation.srt
├─◆5. Using Includes and Custom Tags
│ └─◇ 0501 Including pages with cfinclude.srt
│ └─◇ 0502 Creating reusable header and footer files with cfinclude.srt
│ └─◇ 0503 Creating and calling custom tags.srt
│ └─◇ 0504 Passing data into custom tags.srt
│ └─◇ 0505 Setting default values for custom tag attributes.srt
│ └─◇ 0506 Calling custom tags with cfmodule.srt
│ └─◇ 0507 Using a custom tag as a website header.srt
│ └─◇ 0508 Creating an application template file.srt
├─◆6. Using ColdFusion Components (CFCs)
│ └─◇ 0601 Creating a ColdFusion Component (CFC).srt
│ └─◇ 0602 Declaring CFC functions.srt
│ └─◇ 0603 Calling CFC methods with cfinvoke.srt
│ └─◇ 0604 Using CFC properties.srt
│ └─◇ 0605 Passing data into functions.srt
│ └─◇ 0606 Creating and calling CFCs with script syntax.srt
│ └─◇ 0607 Generating data access CFCs in ColdFusion Builder.srt
│ └─◇ 0608 Calling generated data access methods.srt
│ └─◇ 0609 Creating a dynamic HTML table from an array.srt
│ └─◇ 0610 Creating an Application.cfc file.srt
│ └─◇ 0611 Using an application data source variable.srt
├─◆7. Using ColdFusion Object Relational Mapping (ORM)
│ └─◇ 0701 Generating an ORM map component.srt
│ └─◇ 0702 Enabling an application to use ORM.srt
│ └─◇ 0703 Retrieving data with ORM.srt
│ └─◇ 0704 Generating mappings for multiple tables.srt
│ └─◇ 0705 Filtering data with ORM.srt
│ └─◇ 0706 Displaying result data with a custom tag.srt
├─◆8. Creating Drill-Down Navigation
│ └─◇ 0801 Passing URL variables in hyperlinks.srt
│ └─◇ 0802 Passing multiple URL variables.srt
│ └─◇ 0803 Encoding URLs with URLEncodedFormat().srt
│ └─◇ 0804 Checking for available variables with isDefined().srt
│ └─◇ 0805 Creating a data-driven hyperlink.srt
│ └─◇ 0806 Displaying selected data in a detail page.srt
├─◆9. Building Data Entry Forms
│ └─◇ 0901 Using HTML data entry forms.srt
│ └─◇ 0902 Processing form variables.srt
│ └─◇ 0903 Creating self-posting forms with cfform.srt
│ └─◇ 0904 Creating a search interface.srt
│ └─◇ 0905 Processing complex queries with HQL.srt
│ └─◇ 0906 Creating a dynamic pulldown list with cfselect.srt
│ └─◇ 0907 Displaying form results.srt
├─◆10. Maintaining Data with Forms and ORM
│ └─◇ 1001 Building a data entry form for managing data.srt
│ └─◇ 1002 Preparing an ORM mapping for inserting data.srt
│ └─◇ 1003 Inserting data with ORM.srt
│ └─◇ 1004 Retrieving data for an update form.srt
│ └─◇ 1005 Populating form controls with existing data.srt
│ └─◇ 1006 Updating data with ORM.srt
│ └─◇ 1007 Confirming actions with an Ajax message box.srt
│ └─◇ 1008 Using JavaScript callback functions.srt
│ └─◇ 1009 Deleting data with ORM.srt
├─◆11. Validating Data Entry Forms
│ └─◇ 1101 Defining client-side form validation rules.srt
│ └─◇ 1102 Validating on the server with custom CFML.srt
├─◆12. Securing ColdFusion Applications
│ └─◇ 1201 Using the Application.cfc onRequest() method.srt
│ └─◇ 1202 Creating and using a login form.srt
│ └─◇ 1203 Authenticating users with cflogin.srt
│ └─◇ 1204 Logging out users.srt
├─◆13. Deploying Applications with ColdFusion Builder
│ └─◇ 1301 Configuring an FTP site.srt
│ └─◇ 1302 Setting a ColdFusion project’s synchronization connection.srt
│ └─◇ 1303 Uploading files to the production server.srt
├─◆Conclusion
│ └─◇ Goodbye.srt

【本字幕由ACELY.CN独家制作发布】


┃本套教程字幕包含中文字幕
┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
┃更多中文字幕请访问唯一发布站【ACELY.CN】
┃本站中文字幕未经允许一律严禁转载!


>>>>>>>【点我下载】<<<<<<<

您的留言是我最大的支持!

你必须登录才能发表评论!

※ 本站内容未经允许一律严禁转载!Lynda教程及字幕交流群:214645753
※ 本站文件统一解压密码:acely.cn 或 www.cgsub.com