c语言api文档
It’s no surprise that you may need to work with different programming languages, or at least use many methods. You may not be sure how to call a method, how many parameters it has, or what type of object is used for each parameter. During these cases, having a quick way to search the API documentation helps immensely.
可能需要使用不同的编程语言或至少使用许多方法也就不足为奇了。 您可能不确定如何调用一个方法,它具有多少个参数或每个参数使用什么类型的对象。 在这些情况下,快速搜索API文档将大有帮助。
There are many ways to look up issues in the official API documentation for different languages. However, I have found two applications which are much easier than anything else I have tried. These tools can help you access the documentation with very few keystrokes.
在官方API文档中可以使用多种方法来查找不同语言的问题。 但是,我发现有两个应用程序比我尝试过的任何其他应用程序都容易得多。 这些工具可以帮助您通过很少的击键访问文档。
安装工具 (Installing the Tools)
Dash is suitable for Mac and Zeal can be used for any other operating system of your choice.
Dash适用于Mac, Zeal可用于您选择的任何其他操作系统。
Once you have downloaded them, the first thing you need to do is grab the documentation for the language that you will be using. For example, you may download Java, Ruby, JavaScript, or even frameworks like jQuery, Ruby on Rails, etc.
下载它们后,您需要做的第一件事就是获取要使用的语言的文档。 例如,您可以下载Java,Ruby,JavaScript,甚至是jQuery,Ruby on Rails等框架。
Then, you can set up shortcut keys on your keyboard that can help you search anything quickly with only a few keystrokes.
然后,您可以在键盘上设置快捷键,这些快捷键可以帮助您仅需几次击键就可以快速搜索任何内容。
结论 (Conclusion)
Now, when you are having dilemmas about a particular method or functionality that you are about to use, you can quickly refer to the documentation that you have downloaded on your computer.
现在,当您对要使用的特定方法或功能有两难选择时,您可以快速参考在计算机上下载的文档。
There may be some cases when something may be missing from these doc sets, but in most cases, they are very helpful.
在某些情况下,这些文档集中可能缺少某些内容,但是在大多数情况下,它们非常有帮助。
翻译自: https://www.freecodecamp.org/news/quickly-access-api-documentation-of-your-favorite-languages/
c语言api文档