diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/mozilla/projects/nspr/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/mozilla/projects/nspr/index.html')
-rw-r--r-- | files/zh-cn/mozilla/projects/nspr/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/projects/nspr/index.html b/files/zh-cn/mozilla/projects/nspr/index.html new file mode 100644 index 0000000000..2ae2b7b9d5 --- /dev/null +++ b/files/zh-cn/mozilla/projects/nspr/index.html @@ -0,0 +1,60 @@ +--- +title: NSPR +slug: Mozilla/Projects/NSPR +translation_of: Mozilla/Projects/NSPR +--- +<h2 id="Netscape_Portable_Runtime_(NSPR)_提供一套面向系统级的与平台无关的_API_和类似于libc的函数._这些API被用在Mozilla客户端_Red_Hat公司、Sun公司的服务应用程序以及其他公司的一些软件中。"><strong>Netscape Portable Runtime</strong> (<strong>NSPR</strong>) 提供一套面向系统级的与平台无关的 API 和类似于libc的函数. 这些API被用在Mozilla客户端, Red Hat公司、Sun公司的服务应用程序以及其他公司的一些软件中。</h2> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h2 id="Documentation" name="Documentation"><a href="/Special:Tags?tag=NSPR&language=en" title="Special:Tags?tag=NSPR&language=en">文档</a></h2> + <dl> + <dt> + <a class="external" href="http://www.mozilla.org/projects/nspr/">NSPR工程页面</a></dt> + <dd> + <small>Contains some older technical notes and training materials. (at mozilla.org)</small></dd> + </dl> + <dl> + <dt> + <a href="/en/About_NSPR" title="en/About_NSPR">关于 NSPR</a></dt> + <dd> + <small>This topic describes, in general terms, the goals of NSPR and a bit about how it does it.</small></dd> + </dl> + <dl> + <dt> + <a href="/en/NSPR_API_Reference" title="en/NSPR_API_Reference">NSPR API Reference</a></dt> + <dd> + <small>The reference describes each API public macro, structure and function in the NSPR API.</small></dd> + </dl> + <dl> + <dt> + <a href="/en/NSPR_build_instructions" title="en/NSPR_build_instructions">NSPR build instructions</a></dt> + <dd> + <small>How to checkout and build from source.</small></dd> + </dl> + <dl> + <dt> + <a href="/en/NSPR_release_process" title="en/NSPR_release_process">NSPR release process</a></dt> + <dd> + <small>How to prepare an NSPR release.</small></dd> + </dl> + <p><span class="alllinks"><a href="/Special:Tags?tag=NSPR&language=en" title="Special:Tags?tag=NSPR&language=en">View All...</a></span></p> + </td> + <td> + <h2 id="Community" name="Community">Community</h2> + <ul> + <li>View Mozilla forums...</li> + </ul> + <p>{{ DiscussionList("dev-tech-nspr", "mozilla.dev.tech.nspr") }}</p> + <h2 id="Related_Topics" name="Related_Topics">Related Topics</h2> + <dl> + <dd> + <a href="/en/Necko" title="en/Necko">Necko</a>, <a href="/en/NSS" title="en/NSS">NSS</a></dd> + </dl> + </td> + </tr> + </tbody> +</table> +<p> </p> +<p>{{ languages( { "ja": "ja/NSPR", "it": "it/NSPR" } ) }}</p> |