zoukankan      html  css  js  c++  java
  • Computer Tip: Ok, Cancel, Apply

    ust a quick tip for when you’re working with a Windows based computer. If you have an open dialog box for changing settings/options/whatever you will often see three buttons at the bottom: Ok, Cancel, and Apply. Here are the explanations for what each button does.

    Ok – saves all settings as modified and closes the dialog box

    Cancel – discards all changes to settings and closes the dialog box

    Apply – saves all settings as modified and leaves the dialog box open

    Therefore, there is no reason to click Apply then immediately click Ok. Just the Ok button will suffice. Clicking Apply then Cancel is equivalent to Ok. Clicking Cancel will only discard the changes that were made since either the dialog box was opened or Apply was last clicked, whichever is most recent.

    I know this is simple, but it is potentially helpful.



  • 相关阅读:
    响应头中的 ETag 值是如何生成的
    http请求状态码
    RPC 和 REST 有什么优劣
    comet 长轮询与 node 实现
    HTTPS 加密
    iterm2 快捷键
    static in C/C++
    03-树3 Tree Traversals Again
    2016.03.19随笔
    03-树2 List Leaves
  • 原文地址:https://www.cnblogs.com/kevinzhwl/p/1767234.html
Copyright © 2011-2022 走看看