`
yanwenhan
  • 浏览: 114797 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
环境: CentOS release 5 (Final) httpd-2.2.10.tar.gz apache-tomcat-5.5.17.tar.gz tomcat-connectors-1.2.27-src.tar.tar httpd.conf ... LoadModule jk_module modules/mod_jk.so JkWorkersFile "conf/workers.properties" JkLogFile "/hyw/logs/jklog/mod_jk.log" JkLogLevel info ... Inclu ...
------------------------------- 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-medium ...
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 she ...
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 安装工具包

    博客分类:
  • PHP
需要的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 */ ...
example-client.xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <bean id="baseService" class="org.codehaus.xf ...
User.java文件 package com.hyw.example; import java.io.Serializable; public class User implements Serializable { private static final long serialVersionUID = 2814532266609852960L; private String username; private String password; public void setUsername(String username) { this.us ...
Echo.java文件 package com.hyw.example; public interface Echo { String echo( String in ); } EchoImpl.java文件 package com.hyw.example; public class EchoImpl implements Echo { public String echo(String in) { return in; } }
XFire 下载地址:http://xfire.codehaus.org/Download lib目录需要下列文件: activation-1.1.jar commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-httpclient-3.0.jar commons-logging-1.0.4.jar jaxws-api-2.0.jar jdom-1.0.jar jsr173_api-1.0.jar log4j-1.2.11.jar mail-1.4.jar saaj-api-1.3.jar saaj-impl- ...
Global site tag (gtag.js) - Google Analytics