From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../projects/rhino/documentation/index.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 files/zh-cn/mozilla/projects/rhino/documentation/index.html (limited to 'files/zh-cn/mozilla/projects/rhino/documentation/index.html') diff --git a/files/zh-cn/mozilla/projects/rhino/documentation/index.html b/files/zh-cn/mozilla/projects/rhino/documentation/index.html new file mode 100644 index 0000000000..74ae49d94e --- /dev/null +++ b/files/zh-cn/mozilla/projects/rhino/documentation/index.html @@ -0,0 +1,81 @@ +--- +title: Rhino 文档 +slug: Mozilla/Projects/Rhino/Documentation +translation_of: Mozilla/Projects/Rhino/Documentation +--- +

以下是面向 Rhino 脚本创作者和集成者的信息.

+ +

概述

+ +
+
简介
+
Rhino 和 JavaScript 的简介.
+
许可
+
Rhino 的许可信息.
+
依赖和局限
+
运行 Rhino 所需要的要件; 以及 Rhino 不能做什么.
+
发布存档
+
Rhino 的历史版本以及发行说明.
+
优化
+
优化级别的详细说明.
+
FAQ
+
针对 Rhino 的 FAQ.
+
Rhino 的历史
+
关于这只野兽(Rhino)的历史.
+
+ +

撰写脚本

+ +
+
在 Java 中撰写脚本
+
使用 Rhino 编写 Java 类的方法.
+
在 Java 中撰写脚本
+
使用 Rhino 编写 Java 类的方法. (旧版).
+
性能
+
撰写更高效的 JavaScript 的窍门.
+
+ +

JavaScript 工具

+ +
+
Rhino Shell
+
交互式或批处理式执行脚本.
+
JavaScript 调试器
+
调试执行于 Rhino 中的脚本.
+
JavaScript 编译器
+
将脚本编译成类文件.
+
运行Rhino测试
+
使用Rhino运行javascript单元测试.
+
+ +

嵌入 Rhino

+ +
+
嵌入教程
+
一个介绍如何将Rhino嵌入到你的应用程序的简短教程.
+
API Javadoc Reference (无法访问?  Try this at Jarvana.)
+
一个带有解释的Rhino编程api大纲(只有一些小提示).
+
Scopes and Contexts
+
描述如何在多线程环境中高效、灵活的使用scopes和contexts.
+
序列化
+
如何在Rhino中序列化javascript对象和函数.
+
运行时
+
一个对于javascrit运行时的简短介绍.
+
Small Footprint
+
对于那些热衷于小面积脚本嵌入(small-footprint embeddings)的人的提示.
+
例子
+
一些展示如何控制javascript引擎以及创建javascript宿主对象的例子.
+
Using Rhino with Bean Scripting Framework (BSF)
+
如何在支持BSF(Bean 脚本框架)的app中通过Apache Jakarta project使用Rhino.
+
+ +

外部链接

+ +
+
在java中使用的脚本语言
+
一篇将Rhino和Jython进行对比的文章.
+
+ +

Rhino 贡献者

+ +

有志于为 Rhino 贡献力量? 来看看 Rhino Wish List 吧.

-- cgit v1.2.3-54-g00ecf