Git Product home page Git Product logo

zhadao's People

Contributors

910jqk avatar fzyz999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zhadao's Issues

建议替换指南中的vim命令

日常/怎么编译 C 程序中,有一条vim printf.c命令,可能会给新人带来困扰:

  1. 有些系统没有预装vim(可能只安装了vi),可能会导致命令不存在错误。
  2. 对于不会编译C程序的新人来说,vim不寻常的操作逻辑可能导致困难。

我给出两个修改建议供参考:

  1. 使用geditnano命令。优点是它们更符合直觉。nano虽然是命令行程序,但也有明确的操作指示。缺点是同样系统可能没有预装,例如KDE等桌面不会预装gedit。
  2. 使用如下的命令:
    touch printf.c # 创建文件
    xdg-open printf.c # 调用默认编辑器
    
    缺点是做法非常规,可能让新人难以理解。

或者使用其他更好的方法。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.