zoukankan      html  css  js  c++  java
  • aenity

     zenity --info --text="hello world"

    ENITY(1)                                                            ZENITY(1)

    NAME
           zenity - display GTK+ dialogs

    SYNOPSIS
           zenity [options]

    DESCRIPTION
           zenity  is a program that will display GTK+ dialogs, and return (either
           in the return code, or on standard output) the users input. This allows
           you to present information, and ask for inf       zenity - display GTK+ dialogsormation from the user, from
           all manner of shell scripts.

           For example, zenity --question will return either 0 or 1, depending  on
           whether  the  user  pressed OK or Cancel. zenity --entry will output on
           standard output what the user typed into the text en

    ENITY(1)                                                            ZENITY(1)

    NAME
           zenity - display GTK+ dialogs

    SYNOPSIS
           zenity [options]

    DESCRIPTION
           zenity  is a program that will display GTK+ dialogs, and return (either
           in the return code, or on standard output) the users input. This allows
           you to present information, and ask for information from the user, from
           all manner of shell scripts.

           For example, zenity --question will return either 0 or 1, depending  on
           whether  the  user  pressed OK or Cancel. zenity --entry will output on
           standard output what the user typed into the text en

  • 相关阅读:
    datalist的用法
    SQL级联删除——删除主表同时删除从表——同时删除具有主外键关系的表
    js
    回调机制
    JS原型链
    多线程请求乌云链接
    Python高频技巧总结[基础篇]
    批量文本读取URL获取正常访问且保留对应IP
    Django基础之视图
    Django框架简介
  • 原文地址:https://www.cnblogs.com/lexus/p/2464630.html
Copyright © 2011-2022 走看看