
Linux
O2AtomLife
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux教程+安装tomcat
1. 连接工具 winscp+putty+xMing(图像化) 2.安装tomcat 把windows上的tomcat直接复制到linux上,不需设环境变量。 如果要设方法如下: 用winscp打开 /etc/profile 文件,就可以在windows的记事本里修改,不用vi命令 在 else export HISTCONTROL=ignoredups fi 后...2011-10-26 13:40:15 · 108 阅读 · 0 评论 -
System.getProperty("os.name")在不同操作系统上的输出
System.out.println(System.getProperty("os.name")); 操作系统 输出 linux Linux windows Windows XP2011-10-27 11:31:00 · 5865 阅读 · 0 评论 -
wget 测试webservice
wget -d -S http://localhost:8080/Project/services/Service.ServiceHttpSoap11Endpoint/ --post-file=request.xml --header="Content-type:application/soap+xml" --header="SOAPAction:\"urn:methodCalled\"" -O ...2012-02-23 09:17:21 · 1270 阅读 · 0 评论