自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Layne的专栏

追求纯净的心灵与精神慰藉

  • 博客(2)
  • 资源 (38)
  • 收藏
  • 关注

原创 idea 使用 poi 库操作execel

1.在pom.xml中添加下述代码  org.apache.poi poi 3.5-FINAL2.mvn idea:idea 

2009-11-14 11:43:00 1823

转载 Struts2文件上传(二) 深入FileUploadInterceptor

 Struts2框架本身没有文件上传的功能模块,而是利用现在流行的几个文件上传开源框架,如Common-FileUpload和COS等。Struts2利用拦截器将这些文件上传的框架巧妙的集成进来,不能不被称为一个优秀的拿来主义者。由于拦截器的使用,我们使用Struts2实现文件上传变的非常容易,似乎什么也没发生,文件已经上传到服务器了,但如果仅仅是使用这个功能,可能永远不知道Struts2

2009-11-12 16:41:00 1101

BeginningC#2008

BeginningC#2008

2008-08-08

C++课程设计报告及源码

C++课程设计报告及源码

2008-06-18

SQL+2005使用说明动画

SQL+2005使用说明动画

2008-06-17

DIV+CSS布局大全

DIV+CSS布局大全

2008-06-14

十步学会用css+div建站

十步学会用css+div建站

2008-06-14

tabcontroldemo源码

tabcontrold源码

2008-06-14

Teach Yourself SQL in 21 Days

Teach Yourself SQL in 21 Days

2008-06-14

网站即时聊天

网站即时聊天源码vs2005+sql2000

2008-06-14

80套完整的经典网页设计模板

80套完整的经典网页设计模板

2008-06-14

Wrox.Professional.Microsoft.Smartphone.Programming.Jan.2007

Wrox.Professional.Microsoft.Smartphone.Programming.Jan.2007.chm

2008-06-14

DIV+CSS布局入门教程.pdf

DIV+CSS布局入门教程

2008-06-14

Core Java 2 - Volume I - Fundamentals

Core Java 2 - Volume I - Fundamentals.pdf

2008-06-04

★★★★谭浩强C语言程序设计.chm

★★★★谭浩强C语言程序设计.chm

2008-06-04

★★★★★The C Program Language.pdf

★★★★★The C Program Language.pdf

2008-06-04

Advanced Ajax Architecture and Best Practices(2007)

Advanced Ajax Architecture and Best Practices(2007)

2008-06-04

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005

2008-06-03

Effective.C.Sharp

Effective.C.Sharp

2008-06-03

Programming C#

Programming C# Programming C#

2008-06-03

.NET Framework 2.0 C#

.NET Framework 2.0 C

2008-06-03

JFreeChart用户开发指南1.0.6(中文).doc

JFreeChart用户开发指南1.0.6(中文).doc

2010-12-16

产品销售分析系统案例

产品销售分析系统 产品销售分析系统示例源码的目录结构介绍 /product: 案例项目工程源码。 /database: 案例数据库文件。 产品销售分析系统的安装配置介绍 运行环境: 1 Java平台选择JDK 6.0或更高版本。 2 Web服务器选择Tomcat 5.0或更高版本。 3 数据库服务器选择MySQL 5.0.18或更高版本。 数据库配置步骤: 1 安装MySQL服务器和MySQL Front客户端。 2 还原表结构和表的示例数据 运行product.sql文件还原数据库表结构 Web应用程序配置步骤: 安装MyEclipse开发工具,将product工程导入 1 修改配置文件 1.1 修改Spring配置文件 1.1.1 查找并打开prodcut/WebRoot/WEB-INF/spring-context/applicationContext.xml文件。数据库配置引入 的是init.properties,读者也可自行更改。 1.1.2 数据库配置 修改工程中admanager/src/init.properties文件: datasource.url=jdbc:mysql://127.0.0.1:3306/product?useUnicode=true&characterEncoding=UTF-8 datasource.username=root datasource.password=111111 注:根据读者实际情况更改IP地址、数据库用户名和密码。 2 发布运行 Tomcat服务器默认安装后使用8080端口,打开浏览器输入以下URL地址访问广告业务管理系统。 http://localhost:8080/prodcut/index.jsp 注意:如果改变Tomcat服务器端口,访问地址也要相应变更。 管理员用户名: admin 管理员密码: 111111

2010-10-25

JSTL1.1+and+EL

JSTL1.1+and+EL 可以做为入门的解,参考手册,货真价实

2009-08-27

Java Cook Book

The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-andtrue Java "recipes" covering all of the major APIs as well as some APIs that aren't as well documented in other Java books.

2009-08-26

Beginning Hibernate From Novice to Professional

Hibernate is an amazing piece of software. With a little experience and the power of Java 5 annotations, you can build a complex database-backed system with disturbing ease. Once you have built a system using Hibernate, you will never want to go back to the traditional approaches. While Hibernate is incredibly powerful, it presents a steep learning curve when you first encounter it—steep learning curves are actually a good thing, as they impart profound insight once you have scaled them. Yet gaining that insight takes some perseverance and assistance. Our aim in this book is to help you up that learning curve by presenting you with the minimal requirements of a discrete Hibernate application, explaining the basis of those requirements, and walking you through an example application built according to them. We then provide additional material to be digested once the fundamentals are firmly understood. Throughout, we provide examples rather than relying upon pure discourse. We hope that you will continue to find this book useful as a reference text long after you have become an expert on the subject.

2009-08-26

Professional Software Testing with Visual Studio 2005 Team System

Professional Software Testing with Visual Studio 2005 Team System

2009-06-17

一个很好用的日期控件

是用c#写的,有源码,引用dll,可以使用

2009-04-24

深入浅出Struts2.pdf

深入浅出Struts2 学习struts2的朋友可以参考下

2009-04-24

Struts Taglibs-chm.chm

This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.

2009-04-24

aspnetmvc-nerdinner_v1

aspnetmvc-nerdinner_v1 适合入门者学习

2009-04-09

swing小程序 源码

swing小程序 源码 判断属相,考试题,通过率查询表等小软件

2008-12-31

Beginning JSP 2 From Novice to Professional

Beginning JSP 2: From Novice to Professional by Peter den Haan, Lance Lavandowska, Sathya Narayana Panduranga and Krishnaraj Perrumal ISBN:1590593391 Apress © 2004 (480 pages) Let this be your guide as you begin using JSP. It reviews HTML and provides an overview of JSP, then demonstrates how to pull data from a database and begin using it, giving you the skills to enter the Java Development and Web Development industries.

2008-11-15

Eclipse.IDE.Pocket.Guide.

Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my classpath on a per-project basis?

2008-11-15

WirelessJavaDevelopingWithJ2ME2ndEdition

This book is organized into fifteen chapters and one appendix. There are basically three sections. The first two chapters are introductory material. Chapters 3 through 12 provide complete coverage of the MIDP APIs. Chapters 13 through 15 cover advanced topics. The complete breakdown of chapters is listed here:<br>

2008-08-08

俄罗斯方块源码

俄罗斯方块 java源码

2008-08-08

学生宿舍管理系统源码

学生宿舍管理系统源码 jsp

2008-08-08

ATM 取款java源码

ATM 取款java源码

2008-08-08

J2ME Game Programming

J2ME Game Programming

2008-08-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除