zoukankan      html  css  js  c++  java
  • GWT工程 —— HostedMode(宿主模式下调试) 所有的运行命令

    Unknown argument: -help
    Google Web Toolkit 1.7.0
    HostedMode [-noserver] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logLevel level] [-gen dir] [-style style] [-ea] [-server servletContainerLauncher] [-startupUrl url] [-war dir] [-extra dir] [-workDir dir] [-localWorkers count] module[s]

    where
    -noserver          Prevents the embedded web server from running
    -port                 Specifies the TCP port for the embedded web server (defaults to 8888)
    -whitelist           Allows the user to browse URLs that match the specified regexes (comma or space separated)
    -blacklist           Prevents the user browsing URLs that match the specified regexes (comma or space separated)
    -logLevel           The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL
    -gen                  The directory into which generated files will be written for review
    -style                Script output style: OBF[USCATED], PRETTY, or DETAILED (defaults to OBF)
    -ea                   Debugging: causes the compiled output to check assert statements.
    -server             Specifies a different embedded web server to run (must implement ServletContainerLauncher)
    -startupUrl        Automatically launches the specified URL
    -war                 The war directory to write output files into (defaults to war)
    -extra               The directory into which extra, non-deployed files will be written
    -workDir           The compiler work directory (must be writeable; defaults to a system temp dir)
    -localWorkers    Specifies the number of local workers to use when compiling permutations
    and
    module[s]          Specifies the name(s) of the module(s) to host

  • 相关阅读:
    [Swift]GZip字符串压缩和解压缩(Java/C#通用)
    [XCode]UI测试/单元测试
    转 oracle apex 使用
    转 pygame学习笔记(1)——安装及矩形、圆型画图
    转 11g RAC R2 体系结构---Grid
    转如何升级oracle版本?(11.2.0.1至11.2.0.4)
    ORA-14074: partition bound must collate higher than that of the last partition
    12c pdb expdp use DATA_PUMP_DIR meet ORA-39145
    转【Python】Python-skier游戏[摘自.与孩子一起学编程]
    Dock
  • 原文地址:https://www.cnblogs.com/hqbhonker/p/3709545.html
Copyright © 2011-2022 走看看