mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-06 13:34:05 +08:00
83 lines
3.8 KiB
Markdown
83 lines
3.8 KiB
Markdown
# 程序员手册 V1.1.4
|
||
|
||
## 简介
|
||
|
||
内置了十多个实用的离线中文手册,包括:Linux、PHP、Python、JS等,以及提供了搜索devdocs、dash/zeal上的文档的功能
|
||
|
||
手册具有以下三个特色:
|
||
|
||
- 内置多个手册均可离线使用,且90%以上是中文
|
||
- 可以自行添加手册
|
||
- 可以查询devdocs、dash/zeal上的文档
|
||
|
||
## 基本操作
|
||
|
||
- 列表界面:
|
||
- 查看选中的内容 `⏎`/`🖱左键`
|
||
- 发送选中的内容至上一个活动窗口 `⇪ + ⏎`/`🖱中键`
|
||
- 上下选择 `⇧`/`⇩`
|
||
- 手册界面:
|
||
- 切换列表和手册视图 `tab`/`🖱右键`
|
||
- 发送选中的内容至上一个活动窗口 `⇪ + ⏎`/`🖱中键`
|
||
- 搜索下一个关键词 `⏎`
|
||
- 选中文本后翻译 `T`
|
||
- 选中文本后收藏 `S`
|
||
- 退出插件 `esc`
|
||
|
||
## 关键字
|
||
|
||
- `手册设置`/`ManualOptions` : 调整程序员手册的功能
|
||
- `dash`/`zeal` :打开dash 或 zeal 进行搜索
|
||
- `linux命令` `php函数` `python库` `C函数` `win32api` `vim命令` `git命令` `docker命令` `sql手册` `uToolsAPI` 等
|
||
|
||
## 预览
|
||
|
||

|
||

|
||

|
||

|
||

|
||

|
||

|
||

|
||
|
||
## 安装
|
||
|
||
请直接在插件中心进行安装即可,或将本项目打包成`upx`安装
|
||
|
||
[项目地址](https://github.com/fofolee/uTools-Manuals)
|
||
|
||
[插件发布页](https://yuanliao.info/d/356)
|
||
|
||
[外置手册教程](https://yuanliao.info/d/356/27)
|
||
|
||
|
||
## 手册一览
|
||
|
||
所有手册资源均来自网络,如有遗漏,请留言告知
|
||
|
||
- php手册 | [官方中文文档](https://www.php.net/download-docs.php)
|
||
- linux手册 | [离线手册:linux-command@jaywcjlove](https://github.com/jaywcjlove/linux-command) [原始数据:linuxde.net](http://man.linuxde.net/)
|
||
- tmux 快捷键 | [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058)
|
||
- python手册 | [官方文档一译翻译版](https://yiyibooks.cn/xx/python_352/library/index.html)
|
||
- beautifulSoup | [官方中文文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html)
|
||
- requests | [官方中文文档](https://2.python-requests.org//zh_CN/latest/user/quickstart.html)
|
||
- scrapy | [scrapy入门教程中文翻译](https://github.com/marchtea/scrapy_doc_chs)
|
||
- pillow | [pillow官方文档中文翻译](https://pillow-cn.readthedocs.io/zh_CN/latest/)
|
||
- tkinter | [易学教程](https://www.e-learn.cn/content/python/1101684)
|
||
- PyQt5文档 | [PyQt5中文教程](https://github.com/maicss/PyQt5-Chinese-tutorial)
|
||
- C函数 | C语言函数速查(Knocker 2004.7.7 版本 0.5)
|
||
- win32api | 新编win32api大全.chm
|
||
- go | [@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/)
|
||
- vim命令 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets/blob/master/editors/vim.txt)
|
||
- git命令 | [php中文网git开发手册](http://www.php.cn/manual/view/34942.html)
|
||
- sql手册 | [php中文网sql参考手册](http://www.php.cn/manual/view/21301.html)
|
||
- uTools API | [uTools官方文档](https://u.tools/docs/developer/api.html)
|
||
- java | [fondme.cn](https://blog.fondme.cn/apidoc/jdk-1.8-google/)
|
||
- javascript | [MDN Web Docs](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Index)
|
||
- jQuery | [jQuery中文网](https://www.jquery123.com/)
|
||
- vue | [官方中文文档](https://cn.vuejs.org/v2/api/)
|
||
- payload | 收集自网络
|
||
- devdocs | [devdocs](https://devdocs.io/)
|
||
|