The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat.
上傳時間: 2014-01-14
上傳用戶:franktu
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標簽: Part connections example prolog
上傳時間: 2015-04-24
上傳用戶:ljt101007
THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have arranged the book so that information needed only by experts is separated out from the basic material. We hope that driver developers as well as application programmers and MIS administrators will find what they need. Because different sections are aimed at different audiences, we expect that few people will read every page. We have sometimes duplicated explanations in an effort to make reading easier for those who do not read all sections. This book will be most helpful to those who have some knowledge of the Java programming language and SQL (Structured query Language), but one doesn t need to be an expert in either to understand the basic concepts presented here.
標簽: application reference tutorial program
上傳時間: 2015-08-04
上傳用戶:zhengzg
A general technique for the recovery of signicant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nature can be processed, and as an example, color image segmentation is dis- cussed. The segmentation is completely autonomous, only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro- vide, by extracting all the signicant colors, a prepro- cessor for content-based query systems. A 512 512 color image is analyzed in less than 10 seconds on a standard workstation. Gray level images are handled as color images having only the lightness coordinate
標簽: technique presented features recovery
上傳時間: 2015-10-14
上傳用戶:410805624
一般使用PC Based Controller 都是當作現場設備的一種,也就是要接受 主系統的命令,做一些操作控制。以Modbus 來看屬于Slave 的角色,隨 時等待接收Modbus Master 的query Message,然后依據內容做控制,最后 將控制結果以Response Message 回傳。本章將以ICP 7524 及ICP 7188E5 等 兩種設備分別設計Modbus RTU、ASCII 及Modbus/TCP 的Slave 應用程序, 讀者可以將此兩種程序的架構再延伸設計至各種實際應用程序。
標簽: Controller Based 現場設備
上傳時間: 2015-12-16
上傳用戶:nanxia
Txquery is an SQL engine implemented in a TDataSet descendant component, that can parse SQL syntax, and that will use that syntax to query to another.
標簽: implemented descendant SQL component
上傳時間: 2014-01-01
上傳用戶:LouieWu
這是用PB6開發的一個POS管理系統,功能很強大,是一個參考的好例程。 單體店: 服務器端: 1.建數據庫sypos,sypos2000 2.在SQl query中運行 script\sypos\syposinit.sql sypostr.sql script\sypos\yearinit.sql viewandproc.sql yeartr.sql 3.自動啟動SQL ServerAgent 服務 4.建立計劃,執行ProcessPosAndSuspendRetail(每十天左右,在非營業時間執行一次) 客戶端: 1.安裝SQL Server客戶端 2.建目錄sypos,拷貝運行程序及配置文件(sypos.exe) 3.在桌面上建sypos.exe快捷方式 配貨中心及門店(通訊用): 1.運行combase.sql,comyear.sql,comyearp.sql 2.拷貝通訊程序(sycom.exe) 3.在桌面上建sycom.exe快捷方式 4.安裝xceedzip.exe
上傳時間: 2014-01-09
上傳用戶:JasonC
This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API. It provides a listbox control which, when searching is complete, lists the discovered Bluetooth devices. Only names of the devices are displayed, but the addresses of the devices are also retrieved, and can be used to query the devices for more information (not implemented)
標簽: implementation Bluetooth discovery provides
上傳時間: 2014-10-31
上傳用戶:hewenzhi
這是一個基于命令行交互方式的議程(agenda)管理系統(采用面向對象方法和Java 語言開發) 版本:1.01 編程語言:Java 所用平臺:Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能說明]:已注冊到系統的用戶(user)可添加(add)、刪除(delete)、查詢(query)系統中記錄的會議(meeting)安排;系統還提供新用戶注冊(register)、清除(clear)某一用戶所有會議安排等管理功能。
標簽: Java Eclipse Windows agenda
上傳時間: 2016-07-29
上傳用戶:壞天使kk
Name Function --- --- --- --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_query CFI query Entry/Exit command sequence Erase_Entire_Chip Erase the contents of the entire chip Erase_One_Sector Erase a sector of 2048 word Erase_One_Block Erase a block of 32K word Program_One_Word Alter data in one word Program_One_Sector Alter data in 2048 word sector Program_One_Block Alter data in 32K word block Check_Toggle_Ready End of internal program or erase detection using Toggle bit Check_Data_Polling End of internal program or erase detection using Data# polling
標簽: manufacturer Check_SST Function CFI_Que
上傳時間: 2013-12-21
上傳用戶:徐孺