Dev401-020:Visualforce Pages: Introduction to Visualforce Course Objectives1.Understand the benefits of using static resources and use them in pages.2.Construct partial page refreshes using AJAX with Visualforce tags.3.Create simple custom components…
Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities of data validation rules2.Create an approval process.3.Describe when to user parallel approvers.4.List user cases for skipping steps within approval pr…
Dev 401-004:Application essential:Building Your user Interface: Module Agenda1.Custom Applications2.Custom Tabs3.Custom page Layouts Page Layouts1. Page layout define the organization of :- fields- Custom links- Related lists on an object detail or e…
Dev 401-003:Application Essential:Building Your Data Model Object Relationships1.Link two objects- Parent to child- One to Many2.Two main Types:- Look up- Master- Detail3.Two special types:- Self- Many to many Lookkup Relationships1.Loosely coupled-…
Dev 401-002:Application Essentials:Designing Application on the Force.com Platform Course Objectives1.Describe the type of application best suited for the Force.com platform.2.Describe the feature of the Force.com platform that help you build your da…
Dev 401-007 Designing Applications for Multiple users: Managing your users' experience part 1 Module Objectives1.List the different types and characteristics of license the Force.com platform supports/2.List the things a profile controls in the appli…
Dev401-026:Visualforce Pages: Visualforce Controller   Module Objectives1.Identify the functionality that comes with each standard controller2.Realize when you would need to move to Apex for creating custom controllers or extensions.3.Compare and con…
Dev401-022:Visualforce Pages: Visualforce Componets (Tags) Library Part 1 Module Objectives1.List key tags and define what their attributes control.2.Create Visualforce pages that use these tags to create page layouts,inut forms,output tables,custom…
Dev401-025:Visualforce Pages: JavaScript in Visualforce Module Objectives1.Describe the use of AJAX within Visualforce.2.Create access to standard actions via the $URLFOR expression.3.Create reusable functions within ,script> tags.4.Create partial pa…
Dev401-024:Visualforce Pages: Visualforce Componets (Tags) Library Part IIIStatic Resources1.Static resources are a new kind of Salesforce storage,designed for use with Visualforce.2.Static resources are items required by your Visualforce pages,such…
Dev401-023:Visualforce Pages: Visualforce Componets (Tags) Library Part II   Apex:pageBlockTable1.A list of data displayed as a table within either an <apex:pageBlock> or <apex:pageBlockSection> component, similar to a related list or list vie…
Dev401-021:Visualforce Pages: Visualforce Componets (Tags) Module Agenda1.Tag Basics2.Tag Bindings Tag Basics1.Visualforce includes a tag library similar to HTML and XML markup languages.2.You can include text directly into the Visualforce page.4.You…
Dev401-020:Visualforce Pages: Visualforce Componets (Tags) Module Agenda1.Tag Basics2.Tag Bindings Tag Basics1.Visualforce includes a tag library similar to HTML and XML markup languages.2.You can include text directly into the Visualforce page.4.You…
Dev401-017:Data Management: Introduction to Upsert Module Objectives1.Define upsert.2.Define external ID.3.List typical use case where upsert is useful.4.List typical use case where upsert with relationships is useful.5.Explain how external IDs are u…
Dev401-016:Data Management: Data management Overview Course Objectives1.List typical data management operations.2.Define upsert and external ID.3.List typical use cases where upsert is useful.4.List some tools available to perform data management ope…
Dev401-015:Implementing Business Processes:Auditing Processes Module Objectives1.list some of the feature of the Force.com platform that allow for auditing of processes.2.Examine the setup audit trail to identify configuration changes.3.Set up field…
ev401-014:Implementing Business Processes:Automating Business Processes Part II Module Agenda1.Multi-Step Approval Processes2.Skipping Steps in Approval Processes3.Keeping Things Moving with Time-Dependent Workflow4.Approval Processes with Parallel A…
ev401-013:Implementing Business Processes:Automating Business Processes Part 1 Module Objectives1.List the components of a multi-step approval process.2.Implement a 3-step approval process.3.Implement a 3-step approval process with an optional step i…
Dev401-012:Proseving Data Quality Universal Containers Scenario1.Universal Containers(UC) wants to enforce standards for managing positions and candidates company-wide.2.UC would like the Recruiting app to help guide its hiring managers to always fil…
Module Objectives1.List feature that affect access to data at the record level.2.List the organization wide default(OWD) settings.3.List and define the sharing levels.4.Set Organization wide defaults.5.Create a role.6.Create a public group.7.Create a…
Dev 401-008: Design Applications for Multiple Users' Experience Part 2Universal Containers Scenario1.At Universal Containers(UC), hiring managers in the IT and Engineering departments should only open positions in IT and Engineering departments.2.Rec…
Dev 401-005 Application Essential: Introducing Business Logic Module Agenda1.Custom object Queues2.Workflow3.Formula Fields4.Roll up Summary Fields5.Validation Rules. Module Overview1.Create a custom object queue.2.Create an event-based workflow with…
1.Who uses Recruiting Application. 2. Recruiting Application Object Model…
ev401-018:Data Management: Data management ToolsModule Objectives1.List objects exposed in the import wizards.2.List some objects not exposed in the import wizards.3.List some capabilities of API-based tools that the import wizards do not have.4.Stat…
Module Objectives1.Apply profiles, organization wide defaults, role hierarchy and sharing to given access to data.2.Apply organization wide defaults, public groups, and manual sharing to create conditional access to data.3.Analyze suitability of fiel…
Dev 401-001:Introduction   Module Objectives1.Orient yourselves to the training location.2.Understand the agenda and flow of the course.3.Describe basic aspects of Salesforce and the Force.con platform.4.List the custom objects used in the Recruiting…
Dev 401-006 Designing Applications for Multiple users: Accommodating Multiple Users in your App. Course Objectives1.Control access to data in Salesforce2.List the available Salesforce license types.3.List setting controlled by a profile.4.Articulate…
1.Building tool是什么? (Building tool)构建工具是一种工具,它负责构建流程的所有内容,并自动化与构建项目相关的所有内容.它致力于以下任务: 生成源代码(如果在软件项目中使用自动生成的代码). 从项目的源代码生成文档. 编译源代码. 将已编译的代码打包到JAR文件或ZIP文件或WAR文件中. 将打包的代码安装在本地存储库,服务器存储库或中央存储库或其他位置. 2.为什么要使用Building tool? Build tool(构建工具)是从源代码自动创建可执行应用程序…
翻译qmake文档 目录 本章原英文文档:http://qt-project.org/doc/qt-5/qmake-common-projects.html 构建常见的项目类型        本章描述如何设置基于Qt的应用程序.库和插件的三种常见项目类型的qmake项目项目文件.虽然所有的项目类型使用大量相同的变量,但是它们中的每一个都使用项目特定的变量来自定义输出文件.      这里不会描述特定于平台的变量.更多详细修改请查看  Qt for Windows - Deployment 和 Q…
最近研究内存关系数据库的设计与实现,下面一篇为berkeley db原始两位作为的Berkeley DB设计回忆录: Conway's Law states that a design reflects the structure of the organization that produced it. Stretching that a bit, we might anticipate that a software artifact designed and initially produ…