sample目录下是例子程序。 1.分组汇总例子 TestGroupReport.java 2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.xml文件。 请修改程序中引用crossTabSample.xml文件的路径。 3.Select.jsp和ShowReportServlet.java是将各种格式报表直接输出到浏览器的例子。 将jsp放到web容器(如tomcat)的根目录下,将ShowReportServlet.java 放到适当的目录下编译。 ------------------------------------------------------------------- 开发指南: tutorial.htm src目录下为源文件。
标签: java TestGroupReport TestCrossReport crossTabSample
上传时间: 2016-08-08
上传用户:cc1015285075
Introduction: 1. Macro1: AddFailureModeCol is used to the test report generated from GNPO Rpt Tools i. You can just open the test report, apply AddFailureModeCol 2. Macro2: DPHU_Match is for the test report after meeting i. You open the DPHU_Format_26Dec.xls, then apply DPHU_Match, after the program starts to run, you Select the after-meeting test report from which you want to generate a dphu report. ii. Use “Save As” instead of “Save” to save the generated dphu report. Because later on you still want to use the DPHU_Format_26Dec.xls as a template.
标签: AddFailureModeCol Introduction generated Macro1
上传时间: 2016-08-09
上传用户:爺的气质
运动目标跟踪仿真(内含有三个子程序camshift.m,meanshift.m,Select.m)
上传时间: 2016-08-27
上传用户:sxdtlqqjl
This is a document for CYCLONE Develop Kits type LJ-FN300 FPGANIOS. Wish this would help you to find what kits can be Select to use.
标签: FPGANIOS document CYCLONE Develop
上传时间: 2013-12-26
上传用户:ghostparker
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:
标签: server application includes launcher
上传时间: 2016-10-06
上传用户:kr770906
菜单实现的主要技术为Javascript, DOM, XML 不会被任何标签覆盖,一般的菜单会被Select,OBJECT等标签覆盖。 可以跨过框架,譬如一个frameset中有两个frame,上一个frame放菜单,下一个frame放具体内容,那么菜单可以悬浮于下一个frame之上。 在添加菜单数据时,通过指定父子菜单的ID来达到动态菜单的目的。 可使用XML存储菜单数据,一般用作静态菜单。 使用window.createPopup显示菜单,所以只能在IE中使用。
标签: Javascript DOM XML 菜单
上传时间: 2014-01-09
上传用户:wkchong
通常,当你从一个表中取出字段值时,该值与创建该表时所定义的字段名联系在一起。如果你从表authors中选择所有的作者名字,所有的值将会与字段名au_lname相联系。但是在某些情况下,你需要对字段名进行操作。在Select语句中,你可以在缺省字段名后面仅跟一个新名字来取代它。
标签:
上传时间: 2016-10-27
上传用户:liglechongchong
Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu Select Add Existing Subproject... b. Select AR6K_DRV.pbxml c. Select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
标签: Communications installation Atheros Driver
上传时间: 2016-10-27
上传用户:hebmuljb
实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go insert into t_sp values( IBM笔记本电脑 , 19999 ) insert into t_sp values( Hp商务笔记本电脑 , 8666 ) insert into t_sp values( 精通JSP技术 , 236 ) insert into t_sp values( ASP.NET高级应用 , 156 ) insert into t_sp values( J2EE高级开发 , 126 ) insert into t_sp values( 华硕笔记本电脑 , 6789 ) go Select * from t_sp go
上传时间: 2013-12-20
上传用户:netwolf
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and Select "Allow Blocked Content". JavaScript高级程序设计 里面自代源码
标签: restriction Explorer Internet security
上传时间: 2016-11-18
上传用户:源弋弋