- 博客(8)
- 资源 (3)
- 收藏
- 关注

原创 使用CXF简单几步集成webService接口到web项目
网上各种创建webservice接口的方法,创建简单,但是大都集成到已有项目中比较繁琐,这里介绍一个通过cxf简单集成webservice接口的方法,传统web项目即可集成。项目结构如下:第一步:创建接口 IHelloWorldServer@WebServicepublic interface IHelloWorldServer { @WebMethod pu...
2020-04-13 17:33:53
292
原创 企业微信集成发送提醒消息
package com.eam.wx.entity;import org.jxstar.util.config.SystemVar;/** * 微信参数 * * @author feixiang Peng * */public class WxParames { // 1.微信参数 // token public final static String token = "ray"; // encodingAESKey public final static Str.....
2021-06-29 15:18:01
708
原创 java.sql.SQLException: 无法从套接字读取更多的数据
网上有些是修改配置,我试了没有作用,后面发现是因为查询语句中,子查询包含了order语句,把子查询的Order去除就没问题了。error:exe_sql = select * from (select t1.*, rownum r from ( select device_site.major,device_site.site_code,device_site.type_code,device_site.site_type,device_site.site_name,device_site.site.
2021-06-28 14:57:55
3394
原创 maven+spring+mybatis+struts1+oracle中使用的pom.xml依赖
<dependencies> <dependency> <groupId>aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.5.2</version> </dep
2018-05-05 17:19:09
538
原创 maven+spring+mybatis+struts1+oracle中使用到的配置文件
applicationContext.xml的配置如下:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xm...
2018-05-05 17:14:39
284
cxf至少需要的jar包下载,集成Spring cxf jar下载
2020-04-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人