书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 846 个相关结果.
  • 程序员效率指南

    程序员效率指南 尽量不要用windows进行开发 尽量使用mbp 使用大屏幕 使用dotfiles 挑一款趁手的editor和ide 把常用的任务命令化/快捷键化 培养自己好的重构习惯 使用git管理个人文件 多看高手的screencast 参考资料 程序员效率指南 几条建议 尽量不要用windows进行开发 除非你只用do...
  • 用户偏好

    用户偏好 语言 主题 登录页面 显示设置 确认设置 高级功能 YAML 编辑器 Helm Chart 用户偏好 你可以通过偏好设置来个性化你的 Rancher 体验。要更改偏好设置: 单击右上角的用户头像。 单击偏好设置 。 语言 选择 Rancher UI 显示的语言。选项包括: English 简体中文 主题 选择 ...
  • 8.9. GPG 代理

    8.9. GPG 代理 8.9. GPG 代理 现在对一个邮件进行数字签名(有时是加密)非常普遍. 例如, 您可能发现邮件列表上的很多人对其列表邮件进行签名. 公钥签名是现在唯一的核实一个邮件是由其发送者发送, 而不是其他人仿冒的唯一手段. Debian GNU/Linux 提供了很多内置可以与 gnupg 或 pgp 交互的邮件客户端: ...
  • Troubleshooting

    Troubleshoot image rendering Enable debug logging Missing libraries Certificate signed by internal certificate authorities Custom Chrome/Chromium Troubleshoot image renderin...
  • Setup your environment

    486 2021-09-20 《Deno v1.13.2 Manual》
    Set up your environment Using an editor/IDE Visual Studio Code JetBrains’ IntelliJ IDEA and WebStorm vim/Neovim coc.nvim ALE Emacs lsp-mode eglot Atom Sublime Text GitHub...
  • Introduction to system calls

    System calls in the Linux kernel. Part 1. Introduction System call. What is it? Implementation of write system call Conclusion Links System calls in the Linux kernel. Part...
  • User Preferences

    Theme My Account Table Row per Page Theme Login Landing Page Date Format Time Format Table Row per Page YAML Editor Key Mapping Enable Developer Tools & Features Hide All...
  • Editor introduction

    Editor introduction Editor’s interface Android editor Web editor Advanced features Managing editor features Work in progress The content of this page was not yet updated fo...
  • Appendix: About

    Appendix: Colophon {#colophon} Birth of the Book Teenage Years Now About the Author Appendix: Colophon {#colophon} Almost all of the software that I have used in the creati...
  • 初次运行 Git 前的配置

    初次运行 Git 前的配置 用户信息 文本编辑器 差异分析工具 查看配置信息 初次运行 Git 前的配置 一般在新的系统上,我们都需要先配置下自己的 Git 工作环境。配置工作只需一次,以后升级时还会沿用现在的配置。当然,如果需要,你随时可以用相同的命令修改已有的配置。 Git 提供了一个叫做 git config 的工具(译注:实际是 ...