RSS订阅优然探索
你的位置:首页 » 2009 七月
技术文章

Web服务枚举组件不可用 修复

Web服务枚举组件不可用 修复

Web服务枚举组件不可用 修复
今天做WebService引用中,客户端无法更新Web引用。

总是提示“Web服务枚举组件不可用,需要重新安装VStudio”

很是郁闷,通过上网查找资料 发现了修复方法

在开始--->程序---》Visual Studio---》 Visual Studio Tools 里面---》Visual Studio 2008 命令提示

输入:devenv /resetskippkgs

...

发布时间:2009年7月21日 标签:

JAVA

MyEclipse 学习

MyEclipse 学习

Ctrl+Shift+F:源代码格式化
Getter,Setter
excute方法
equalsIgnoreCase
com.opensymphony.xwork2.ActionSupport
commons-logging-1.0.4.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.14.jar
xwork-2.0.7.jar

...

发布时间:2009年7月6日 标签: MyEclipse  

JAVA

HelloAction.java

HelloAction.java

package org.lxh.struts2.demo;

import com.opensymphony.xwork2.ActionSupport;

public class HelloAction extends ActionSupport {

 private String msg;

 public String getMsg() {
  return msg;
 }

...

发布时间:2009年7月6日 标签:

JAVA

struts2 struts.xml

struts2 struts.xml

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">

...

发布时间:2009年7月6日 标签: struts2 struts  

JAVA

struts2 web.xml

struts2 web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...

发布时间:2009年7月6日 标签: struts2 web.xml  

«1»