该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

来源:http://kb.mozillazine.org/Command_line_arguments

由于英文比较简单不作翻译大家自己看。

推荐官方文档:https://developer.mozilla.org/en/Command_Line_Options

#########How to use command line arguments#######

==>For Windows users

Go to "Start -> Run" (On Windows 7/Vista, press

"WindowsKey+R" or use the search box at the bottom of the Start menu)

and enter the file path and file name of the application, followed by

the command line arguments. For example,

"C:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager

(including the quotation marks). In this example the file path to the installation directory

is C:\Program Files\Mozilla Firefox, the file name of the Firefox

application is firefox.exe, and the command line argument we are using

is ProfileManager. You should place a hyphen (-) directly before each

command line argument that you wish to use.

If you regularly wish to start your application using command line

arguments then you can also create a shortcut on your Desktop which

includes them. To do this, right-click on an open space of the desktop

and choose "New -> Shortcut". Follow the wizard to create the new

shortcut. When it prompts you for location (not name), type the file

path and file name followed by the command line arguments, exactly as in

the example above.

------------------------------------------------------------------------------------

==>For Linux and Mac OS X users

Open a Terminal window and type what you want to execute. On

Linux, the shortcuts to your Terminal window will vary in location

depending on your desktop environment. On Mac OS X go to your

Applications/Utilities folder and choose "Terminal". Enter the path to

the application, then a space, followed by a hypen (-) and the

command-line argument. For example, to start the Firefox with the

Profile Manager on Mac OS X, you would enter the following:

/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager

On some Mac versions (needs clarification), this command looks like

/Applications/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager

※※※List of command line arguments (incomplete)[命令行参数列表(不完整)]

linux的firefox参数,【进阶】Firefox火狐命令行参数相关推荐

  1. python将argv作为参数,Python当中的命令行参数sys.argv[]的使用方法

    首先,命令行参数的英语是commond line arguments,这个十分重要,如果考试考到连它的英语都不认识就麻烦大了.命令行参数这个函数的作用是用于接收程序外部的数据和字符串,这些数据和字符串 ...

  2. C语言对命令行参数求和,C语言命令行参数汇总

    从命令行传递的参数称为命令行参数.这些参数由main()函数来处理的. 要支持命令行参数,您需要更改main()函数的结构,如下所示 - int main(int argc, char *argv[] ...

  3. [转载] c语言中检查命令行参数_C中的命令行参数

    参考链接: Java中的命令行参数 c语言中检查命令行参数 Command line argument is a parameter supplied to the program when it i ...

  4. Android配置模拟器参数,夜神模拟器支持命令行参数列表

    Nox目前支持的命令行参数(支持3.0版本模拟器以及更高版本模拟器) Nox.exe -clone:                                                   ...

  5. java中的命令行参数_Java中的命令行参数

    java中的命令行参数 Command-line arguments in Java are used to pass arguments to the main program. If you lo ...

  6. java 接收命令行参数_java中的命令行参数_Java中的命令行参数

    java中的命令行参数 Command-line arguments in Java are used to pass arguments to the main program. If you lo ...

  7. java命令行参数_一个 java 命令行参数顺序的坑

    tream Stream是在Java SE 8 API添加的用于增强集合的操作接口,可以让你以一种声明的方式处理集合数据.将要处理的集合看作一种流的创建者,将集合内部的元素转换为流并且在管道中传输, ...

  8. Linux源码研究-用户管理员手册-内核命令行参数

    下面的列表是__setup(), core_param()和module_param()宏实现的内核参数,内核从命令-开始解析参数,如果参数不被识别,也不包含".",参数会被用来启 ...

  9. linux读取命令行参数,Linux学习笔记(五)—— Linux命令行参数

    一.客户端输入 脚本执行的过程是对数据变量进行处理的过程,之前在脚本中处理的数据都是静态数据,而不是和客户端交互的动态数据.在大多数情况下脚本执行过程需要和客户端进行交互,用来获得脚本处理的数据,这些 ...

最新文章

  1. 一步步揭开 原型链的面纱 面试再也不慌 原型链
  2. [原创]关于在VS2008和VS2010中禁用及卸载Visual Assist X的方法研究
  3. 《云计算:原理与范式》一3.9 SaaS集成服务
  4. Leetcode1684. 统计一致字符串的数目[C++题解]:字符串O(n^2)简单题
  5. Kotlin实践(1)-生成本地程序
  6. C++确定数字的奇偶校验的算法实现(附完整源码)
  7. shell 脚本,将/etc/目录下所有的软链接文件输出
  8. Python环境(基于Pycharm和官方python包)搭建顺序
  9. 创建variant二维数组
  10. SpringBoot之前后端分离
  11. mysql备份的三种方式
  12. 微服务架构实战(一):微服务架构的优势与不足
  13. 如何写好一份专利交底书?
  14. Microsoft DirectX 8 开发人员常见问题
  15. 基于java的客户关系管理系统
  16. cad 打开硬件加速卡_CAD如何根据已知条件设计图形
  17. asp.net小区物业管理系统
  18. [CSP-S模拟测试]:砍树(数学+模拟)
  19. 浅析智慧消防应用中多设备联动火灾报警系统
  20. 洛谷P1336 课题选择

热门文章

  1. azure mysql 备份_Azure数据库备份小技巧
  2. 晶澳为越南首个PERC光伏电站供应全部组件
  3. IC行业四大岗位详细介绍,0基础入门必读
  4. 企业级FBA货代系统演示 FBA退货换标操作
  5. 用matlab进行模糊综合评判
  6. 如何用Python语音合成,以及文字转语音~
  7. python3爬虫实战(三):mitmproxy对接python下载抖音小视频
  8. 关于python的八皇后问题递归算法详解
  9. java通过网易邮箱发送邮件
  10. 解读趣头条新财报:营收增速放缓的背后 趣头条收入不能只靠广告