Mac下的man查看工具 iMan

码农软件 · 软件分类 · 程序文档工具 · 2019-12-11 16:27:20

软件介绍

iMan 是 Mac OS X 系统下用来看程序 man 页的工具。

It provides a native Aqua interface as an alternative to the use of the man program via the Terminal. A variety of useful features have been implemented, including multiple viewing windows, viewing of man pages as well as any man-format file on disk, support for apropos and whatis database searches, as well as in-page search with regular expressions, browser-style history (forward and back within any window), user-customizable font styles, and support for links to man pages in several forms (man:groff(1), man://groff/1, and man://1/groff are all supported). The reusable framework core can be embedded in other applications to provide man page handling functionality.

本文地址:https://codercto.com/soft/d/20926.html

Effective Modern C++ 简体中文版

Effective Modern C++ 简体中文版

Scott Meyers / 高博 / 中国电力出版社 / 2018-4-23 / 99

想要彻底理解C++11和C++14,不可止步于熟悉它们引入的语言特性(例如,auto型别推导、移动语义、lambda表达式以及并发支持)。挑战在于高效地运用这些特性——从而使你的软件具备正确性、高效率、可维护性和可移植性。这正是这本实用的图书意欲达成的定位。它描述的正是使用C++11和C++14——现代C++来撰写真正卓越的软件之道。 涵盖以下主题: 大括号初始化、noexcept规格......一起来看看 《Effective Modern C++ 简体中文版》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码