Object Pascal 参考手册(Ver 0.1)Object Pascal 参考手册 (Ver 0.1) ezdelphi@hotmail.com Overview - 1 - Overview(概述) Using object pascal(使用 object pascal) Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持 Borland 组件框架和 RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用 Borland 公司的开发工具,如 Delphi 和 Kylix。 绝大多数使用 Borland 开发工具的开发者是在 具在程序的组织上还有一些限制,严格说来,这不是 Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在 IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在 IDE 环境下工作,并且使用 VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和 Object Pascal 的通用规则并不相同。0 码力 | 168 页 | 868.25 KB | 1 年前3
Apache ShardingSphere v5.5.0 documentApache ShardingSphere document Apache ShardingSphere Jul 10, 2024 Contents 1 What is ShardingSphere 1 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . encapsulates database binary protocol to support heterogeneous languages. 1 Apache ShardingSphere document 1.2 Product Features F ea tu re Definition Da ta Sh ar di ng Data sharding is an effective business migration without business intrusion. 1.2. Product Features 2 Apache ShardingSphere document • Low Ops & Maintenance Cost ShardingSphere offers a flat learning curve to DBAs and is interaction‐friendly0 码力 | 602 页 | 3.85 MB | 1 年前3
Java 应用与开发 - 面向对象编程进阶school; 10 } 11 } 大纲 多态性 方法重载 关键字 static 关键字 final 上述代码为什么会编译出错 在 Java 类的构造方法中一定直接或间接地调用了其父类的构造 方法(Object 类除外)。 1. 在子类的构造方法中可使用 super 语句调用父类的构造方 法,其格式为 super(< 实参列表 >)。 2. 如果子类的构造方法中既没有显式地调用父类构造方法,也 没有使用 ConstructorOverloadSample.java 大纲 多态性 方法重载 关键字 static 关键字 final 上述代码为什么会编译出错 在 Java 类的构造方法中一定直接或间接地调用了其父类的构造 方法(Object 类除外)。 1. 在子类的构造方法中可使用 super 语句调用父类的构造方 法,其格式为 super(< 实参列表 >)。 2. 如果子类的构造方法中既没有显式地调用父类构造方法,也 没有使用 ConstructorOverloadSample.java 大纲 多态性 方法重载 关键字 static 关键字 final 上述代码为什么会编译出错 在 Java 类的构造方法中一定直接或间接地调用了其父类的构造 方法(Object 类除外)。 1. 在子类的构造方法中可使用 super 语句调用父类的构造方 法,其格式为 super(< 实参列表 >)。 2. 如果子类的构造方法中既没有显式地调用父类构造方法,也 没有使用0 码力 | 49 页 | 659.74 KB | 1 年前3
Java 应用与开发 - 面向对象编程进阶 PART1[extends < 父类名 >] { 2 [< 属性声明 >] 3 [< 构造方法声明 >] 4 [< 方法声明 >] 5 } Object 类是所有 Java 类的最高层父类, 如果在类的声明中未使 用 extends 关键字指明其父类,则默认父类为 Object 类。 大纲 包 继承 访问控制 方法重写 关键字 super 关键字 this Java 继承的特性 Java 只支持单继承,不允许多重继承。0 码力 | 39 页 | 614.13 KB | 1 年前3
Kotlin 1.9.10 官方文档 中文版
examples of popular web frameworks for Kotlin/JS written by different authors: KVision KVision is an object-oriented web framework that makes it possible to write applications in Kotlin/JS with ready-to-use the entries property for enum classes, see What's new in Kotlin 1.8.20. 稳定版与数据类相称的数据对象 Data object declarations, which were introduced in Kotlin 1.8.20, are now Stable. This includes the functions because data object declarations can be used conveniently alongside data class declarations. In this example, declaring EndOfFile as a data object instead of a plain object means that it0 码力 | 3753 页 | 29.69 MB | 1 年前3
TypeScript 4.0 使用手册
greeter(person) { 2. return "Hello, " + person; 3. } 4. 5. let user = "Jane User"; 6. 7. document.body.textContent = greeter(user); 我们使用了 .ts 扩展名,但是这段代码仅仅是JavaScript而已。 你可以直接从现有的 JavaScript应用里复制/粘贴这段代码。 greeter(person: string) { 2. return "Hello, " + person; 3. } 4. 5. let user = "Jane User"; 6. 7. document.body.textContent = greeter(user); TypeScript里的类型注解是一种轻量级的为函数或变量添加约束的方式。 在这个例子里,我们希 望 greeter greeter(person: string) { 2. return "Hello, " + person; 3. } 4. 5. let user = [0, 1, 2]; 6. 7. document.body.textContent = greeter(user); 重新编译,你会看到产生了一个错误。 1. error TS2345: Argument of type 'number[]'0 码力 | 683 页 | 6.27 MB | 1 年前3
使用React构建Flutter应用Android iOS Flutter Engine (C++) Composition Frame Scheduling Kraken JavaScript Runtime Kraken Object Model Bridge Binding Text Layout Kraken Protocol Communication JSCallDart DartCallJS Kranken API Protocol Platforms Kraken Bridge Protocol JSC … Document Object Model … Kraken JavaScript Runtime Root ElementElement DocumentElement “Hello” Text Node “World” Text Node Element “!” Text Node Document Object Model const body = document.body; const div = document.createElement(‘div’); body.appendChild(div); const text = document.createTextNode(‘hello’); div.appendChild(text);
0 码力 | 39 页 | 2.13 MB | 1 年前3
Kotlin 官方文档中文版 v1.9examples of popular web frameworks for Kotlin/JS written by different authors: KVision KVision is an object-oriented web framework that makes it possible to write applications in Kotlin/JS with ready-to-use the entries property for enum classes, see What's new in Kotlin 1.8.20. 稳定版与数据类相称的数据对象 Data object declarations, which were introduced in Kotlin 1.8.20, are now Stable. This includes the functions because data object declarations can be used conveniently alongside data class declarations. In this example, declaring EndOfFile as a data object instead of a plain object means that it automatically0 码力 | 2049 页 | 45.06 MB | 1 年前3
httpd 2.2.27 中文文档maintain a document describing information critical to existing Apache users. These are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. This document describes only the changes from 2.0 to 2.2. If you are upgrading from version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new Apache 2.2 This document describes some of the major changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document. Core Enhancements0 码力 | 1849 页 | 1.47 MB | 1 年前3
httpd 2.2.31 中文文档maintain a document describing information critical to existing Apache users. These are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. This document describes only the changes from 2.0 to 2.2. If you are upgrading from version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new Apache 2.2 This document describes some of the major changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document. Core Enhancements0 码力 | 1860 页 | 1.48 MB | 1 年前3
共 789 条
- 1
- 2
- 3
- 4
- 5
- 6
- 79













