`
buyi_
  • 浏览: 19654 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
  新手初来咋到,因为工作原因需要使用到WebService,网上找资料的时候看到很多Axis2开发的webservice都是打包成arr格式附带到Axis2框架上发布,这样不能打包成war发布。 整理了一些资料了解了一种可以把Axis2开发的WebService打包成war包发布。     一、环境准备           使用Axis来开发Web services 需要准备 web 服务器,Axis API。本文使用的Web container 是
学习笔记 用$.post(url,dataParam,callback,datatype)方式访问spring mvc控制器的时候,发现一直访问不通,查看浏览器请求头报文发现错误码:415 Unsupported Media Type java代码: @RequestMapping(method = RequestMethod.POST, value = "/test") @ResponseBody public boolean checkMonitorName(@RequestBody MonitorConfig config) { ...
public class T { public static void main(String[] args) { boolean[] isRight = new boolean[5]; // 分别代表各位的逻辑判断 int[] personValue = new int[5]; // 分别代表5位选手的名次 String[] person = new String[] { "A", "B", "C", "D", "E" };// 分别代表5位选手 for (pe ...
import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import sun.net.TelnetOutputStream; import sun.net.ftp.FtpClient; /* * @author * */ class FTPUtil { /** * 连接到FTP * * @param IP * 地址 * @param userNam ...
public class M { public static void main(String[] args) { N n = N.getInstence(); System.out.println("a = " + n.a); System.out.println("b = " + n.b); } } class N { public static int a; public static int b = 0; private static N n = new N(); priva ...
Global site tag (gtag.js) - Google Analytics