- 浏览: 17452 次
- 性别:
- 来自: 宁波
最新评论
-
PeTiRo:
版本冲突? 当前实例是 Spring 3.1.1+Xfire ...
Spring+Xfire 全注解版 -
dd276:
严重: Failed to get the User Targ ...
Spring+Xfire 全注解版 -
book007:
<?xml version="1.0" ...
Spring+CXF 全注解版 -
thrillerzw:
哥们,客户端在cxf2.5.2时候,报错:Caused by: ...
Spring+CXF 全注解版 -
zhaoshijie:
PeTiRo 写道zhaoshijie 写道我也是用Myecl ...
Spring+CXF 全注解版
文章列表
修改一下:jquery.stickynote.js
使其能够在easyui下正常使用
function test(){
var fonts="宋体,黑体,楷体_GB2312,仿宋_GB2312,新宋体,幼圆,隶书,方正舒体,华文新魏,华文行楷,华文细黑,华文彩云,方正姚体";
var _fonts=fonts.split(',');
$("<div/>").stickynote({
//parent: '#div_center',
title :'title',
text: &q ...
在线编辑Excel-zk.zss 3.0 Demo
官方网址:http://www.zkoss.org/product/zkspreadsheet
实现了在线保存文件到后台
Web.xml配置:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001 ...
打开 Node.cc 文件
定位到该文件下列几行 即可
//72行、
//while (isspace(*begin) && begin < end) ++begin;
while ((!((unsigned)*begin > 255) && isspace(*begin)) && begin < end) ++begin;
//74行、
//while (isspace(*trimmed_end) && trimmed_end >= begin) --trimmed_end;
while ...
1.Spring+DWR 全注解版 搭建 Spring3.1.1 DWR3
1)普通调用
2)异步文件上传
3)反向 Ajax的全推及半推
2.部分配置
1)web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchem ...
1.Spring+CXF 全注解版 搭建 Spring3.1.1 CXF 2.5.2
2.部分配置
1)web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLo ...
1.Xfire与Spring 集成 全注解版搭建 版本为 Spring 3.1.1+Xfire 1.2.6
2.部分代码配置
1)Web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...