-------------------------------
Install zabbix Server
-------------------------------
Install mysql
【mysql】
Version:mysql-5.0.51.tar.gz
Run:
#groupadd mysql
#useradd -g mysql mysql
cd mysql-5.0.51
Run:
./configure \
--prefix=/usr/local/mysql \
--with-mysqld-user=mysql
cp support-files/my-mediu ...
Install Net-SNMP
1.
If you plan to use any hosts with SNMP v2c support, you must download and install the Net-SNMP libraries. Net-SNMP provides installers to install their product. However, caution must be taken not to use long file names as Cacti does not support them in this version. We ...
Installing Cacti on Windows
=================================
Installations
1. Download and install the following pieces of software:
* (optional) Apache and install it to c:apache or c:apache2. Make sure to install it as a service.
* Cacti and extract it to the root of your ...
Installing Cacti on Solaris
=================================
1. INTRODUCTION
1.1 Disclaimer
Use the information in this document at your own risk. I disavow any
potential liability for the contents of this document. Use of the
concepts, examples, and/or other content of this document is
entirely ...
Installing Cacti on Linux
=================================
1.Mysql source code installation
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
shell> cd mysql-VERSION
shell> ./configure --prefix=/usr/local/mysql
shell> make
shell> make install
...
echo 12345adsfdsf90|tr -cd 0-9
echo 12345adsfdsf90|tr -cd a-z
date --date '1 days ago' '+%Y-%m-%d'
http://search.cpan.org/
urllist
http://cpan.modperl.cn/
http://mirrors.xueron.com/CPAN/
http://cpan.linuxforum.net/
cpan
install Date::Simple
需要的pear包可以到官网下载安装http://pear.php.net/packages.php
例如:
/usr/local/bin/pear install --alldeps http://download.pear.php.net/package/HTTP_Request-1.4.2.tgz
/usr/local/bin/pear install --alldeps http://download.pear.php.net/package/Log-1.10.1.tgz
将WSDL文件存到classes目录下 如:EchoService.wsdl
WebServiceClientTest2.java文件
package test;
import org.codehaus.xfire.client.Client;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
public class WebServiceClientTest2 {
/**
* @param args
*/ ...
- 15:15
- 浏览 (241)
- 评论 (0)
- 分类: webservice







评论排行榜