官网必备包,自己研究api:http://cxf.apache.org/download.html然后就是一个简单的例子了:
先服务端: package com.cxf;import javax.jws.WebParam;import
javax.jws.WebService;@WebSer...
分类:
Web程序 时间:
2014-05-21 23:26:17
阅读次数:
479
通过javac编译java文件1.先导入需要引用的包D:\Program Files
(x86)\apache-tomcat-7.0.53\webapps\test\WEB-INF\classes>set
classpath=%classpath%;D:\Program Files (x86)\ap...
分类:
编程语言 时间:
2014-05-21 20:21:14
阅读次数:
244
在部署项目到Tomcat的时候发现当Tomcat启动的时候,项目并没有解压出来,导致系统传照片的时候找不到路径,因为,系统没有解压,所以找不到路径,进入地址==>C:\Users\ceshi\apache-tomcat-6.0.30\apache-tomcat-6.0.30\conf\server找...
分类:
其他好文 时间:
2014-05-21 19:42:34
阅读次数:
348
相信很多朋友都曾在windows上做过web开发,我们常用的Web应用程序平台是:Apache+Mysql+Perl/PHP/Python,在windows下集成称为WAMP。web开发新手有时候由于不太熟悉linux下的操作,总希望能在windows上做开发,wamp便是利器。
有了集成的we.....
介绍一个grid layout 顺序显示的代码
LayoutAnimation1.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use th...
分类:
其他好文 时间:
2014-05-21 16:58:47
阅读次数:
214
首先需要下载poi,我建议使用我使用的,以免出现其他问题!以下代码测试正常!
package com.ijustyce.xlsx;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.ss.usermodel.Cell;
import o...
分类:
编程语言 时间:
2014-05-21 11:34:02
阅读次数:
346
问题:
我们用lvs做了负载均衡,使用了两台服务器做login的服务,以及二次资源下载服务。但是在推广过程中,陆续有人反映服务器登录困难。
解决过程:
1、首先我们查看流量日志以及服务器cpu与内存使用情况,发现每隔一段时间流量以及cpu使用情况都会急剧下降一次。而且两台登录服务器会循环出现连接不上的情况。查看lvs message日志 /var/log/message
l...
分类:
其他好文 时间:
2014-05-21 11:27:18
阅读次数:
303
描述list layout item有上倒下依次显示的代码实现形式
LayoutAnimation2.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no...
分类:
其他好文 时间:
2014-05-21 09:02:15
阅读次数:
250
介绍list item倒序显示
LayoutAnimation3.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e...
分类:
其他好文 时间:
2014-05-21 08:25:44
阅读次数:
278
本文主要介绍出自谷歌公司的Apache扩展模块mod_pagespeed。该模块的目标是提高网页的加载速度。具体的实现方法主要是通过优化html代码、css代码、js代码、缩放图片来减少请求数量、请求流量,从而提高网页的加载速度。
?
我们首先展示一下插件的效果。下图是还没有开启mod_pagespeed模块的情况。
在这种情况下,页面中充斥着大量空格,以及很长的...
分类:
Web程序 时间:
2014-05-21 07:51:47
阅读次数:
460