- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
FOREWORD: This question is in regards to essential manpages that have seemingly disappeared from the internet. This is not a request to recommend or find a book, tool, software library, tutorial or other off-site resource.
Apple 要么删除了所有手册页,要么我根本无法在它们的新位置(特别是 macOS
)找到它们 — 就好像它们只是方便地从存在中抹去了一样。
↳ Mac OS X Manual Pages - Apple Developer
// The page you’re looking for can’t be found.
他们去哪儿了? 在终端中可以通过 man
实现,尽管我在网上寻找。
最佳答案
iOS 的一组手册页似乎仍然存在:https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/
第三方站点还托管 MacOS 10.14 Mojave 联机帮助页:https://www.unix.com/man-page-mojave-repository.php
此外,nroff 标记(基本上是手册页的源代码)在反射(reflect) Darwin 源代码的公共(public) Git 存储库中仍然可用。
以下是其中一些:https://github.com/apple/darwin-xnu/tree/master/bsd/man
GitHub 不像 Markdown、AsciiDoc 和其他一些标记格式那样呈现手册页的预览。但是这些文件可以使用 nroff -man dup.2
或较新的 mandoc 之类的命令轻松呈现。 (可从 Homebrew 获取 brew install mandoc
)。这些资源有望结合起来,创建一个公共(public)网站,其中包含一些相当新的手册页集。
关于ios - Darwin /引用手册页丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53220058/
我是一名优秀的程序员,十分优秀!