Michael Shang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

04 2011 档案

摘要:Server Error in '/TestDotNet' Application. Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: S 阅读全文
posted @ 2011-04-28 15:32 Michael Shang 阅读(317) 评论(0) 推荐(0)

摘要:One of the reason why I like using Windows computer is the Run Command (CTRL + R). It’s a very simple concept but is very effective when put to use with right and appropriate commands. If you need to navigate to some administrative areas of your computer then going to it through Run not only saves m 阅读全文
posted @ 2011-04-14 21:54 Michael Shang 阅读(186) 评论(0) 推荐(0)

摘要:Jquery动态加载页面的一个简单例子:<html> <head> <title>Enter the title of your HTML document here</title> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready( function(){ var ur 阅读全文
posted @ 2011-04-14 21:43 Michael Shang 阅读(1257) 评论(0) 推荐(0)

摘要:一、前言 在企业的信息系统中,报表处理一直占比较重要的作用,本文将介绍一种生成PDF报表的Java组件--iText。通过在服务器端使用Jsp或JavaBean生成PDF报表,客户端采用超级连接显示或下载得到生成的报表,这样就很好的解决了B/S系统的报表处理问题。 二、iText简介 iText是著名的开放源码的站点sourceforge一个项目,是用于生成PDF文档的一个java类库。通过iText不仅可以生成PDF或rtf的文档,而且可以将XML、Html文件转化为PDF文件。 iText的安装非常方便,在http://www.lowagie.com/iText/download.html 阅读全文
posted @ 2011-04-02 11:58 Michael Shang 阅读(412) 评论(0) 推荐(0)