自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (5)
  • 收藏
  • 关注

空空如也

Glass Fish帮助手册

GlassFish Server 9.1 帮助手册,包括了bin目录下所有命令的详细用法,是管理、配置glassfish的必备工具!!!!<br><br>例如asadmin start-domain 命令:<br>Name: start-domain – starts a domain<br>Synopsis: start-domain [--domaindir domain-dir]<br> --user admin_user --passwordfile file_name<br> [--terse={true|false}] [ --echo ={true|false}]<br> [ --interactive ={true|false}] [ --verbose ={true|false}]<br> [ --debug ={true|false}] [domain_name]<br>Description: Use the start-domain command to start a domain. If the domain directory is not specified,<br> the domain in the default install_dir/domains directory is started. If there are two or more<br> domains, the domain_name operand must be specified.<br> You can use the start-domain command to upgrade domains of Application Server 8.x or 9.0<br> to Application Server 9.1. Use one of the following ways to upgrade your domain:<br>Options:<br> --domaindir<br> The directory where the domain is to be started. If specified, the path must be accessible in<br> the filesystem. If not specified, the domain in the default install_dir/domains directory is<br> started.<br> -u --user<br> The authorized domain application server administrative username.<br> --passwordfile<br> The file containing the domain application server password associated with the<br> administrative instance. The password is defined in the following form:<br> AS_ADMIN_PASSWORD=password. Where password is the actual administrator password for<br> the domain.<br> -t--terse<br> Indicates that any output data must be very concise, typically avoiding human-friendly<br> sentences and favoring well-formatted data for consumption by a script.Default is false.<br> Name<br> Synopsis<br> Description<br> Options<br> start-domain(1)<br> Sun Java System Application 658 Server 9.1 ReferenceManual ? Last Revised 11 Jul 2007<br> -e --echo<br> Setting to true will echo the command line statement on to the standard output.Default is<br> false.<br> -I --interactive<br> If set to true (default), only the required password options are prompted.<br> --verbose<br> By default this flag is set to false. If set to true, detailed server startup output is displayed.<br> On Windows, press CTRL-Break in the domain's window to print a thread dump. On<br> UNIX, press CTRL-C to kill the server and press CTRL-\\ to print a thread dump.<br> --debug<br><br>。。。。。。。。。。。。。。。。。。。。。。。。。。。<br>更多、更详细的内容请下载该文档查阅。

2008-03-21

javascript log日志记录

可以用来在js里面输出调试信息,类似java里面的log。从此可以摆脱alert的烦恼了。包你满意!!!!可以设置 log.level = 0,1,2,3;例如:log.info("id=",3); 输出[INFO ]: id=3他会打开一个新的窗口(一个Window一个,关闭Window时自动关闭)作为控制台输出还有log.debug("msg");log.error("msg");

2007-09-17

javascript log日志记录

可以用来在js里面输出调试信息,类似java里面的log。从此可以摆脱alert的烦恼了。包你满意!!!!&lt;br&gt;可以设置 log.level = 0,1,2,3;&lt;br&gt;log.info(&quot;id=&quot;,3); &lt;br&gt;输出[INFO ]: id=3&lt;br&gt;他会打开一个新的窗口(一个Window一个,关闭Window时自动关闭)作为控制台输出&lt;br&gt;还有&lt;br&gt;log.debug(&quot;msg&quot;);&lt;br&gt;log.error(&quot;msg&quot;);&lt;br&gt;

2007-09-17

linux高级管理员手册.chm

linux高级管理员手册.chm

2007-05-16

linux高级管理员手册.chm

linux高级管理员手册.chm

2007-05-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除