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.
標(biāo)簽: ability reports The to
上傳時(shí)間: 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 ==================================
標(biāo)簽: Part connections example prolog
上傳時(shí)間: 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.
標(biāo)簽: application reference tutorial program
上傳時(shí)間: 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
標(biāo)簽: technique presented features recovery
上傳時(shí)間: 2015-10-14
上傳用戶:410805624
一般使用PC Based Controller 都是當(dāng)作現(xiàn)場(chǎng)設(shè)備的一種,也就是要接受 主系統(tǒng)的命令,做一些操作控制。以Modbus 來看屬于Slave 的角色,隨 時(shí)等待接收Modbus Master 的Query Message,然后依據(jù)內(nèi)容做控制,最后 將控制結(jié)果以Response Message 回傳。本章將以ICP 7524 及ICP 7188E5 等 兩種設(shè)備分別設(shè)計(jì)Modbus RTU、ASCII 及Modbus/TCP 的Slave 應(yīng)用程序, 讀者可以將此兩種程序的架構(gòu)再延伸設(shè)計(jì)至各種實(shí)際應(yīng)用程序。
標(biāo)簽: Controller Based 現(xiàn)場(chǎng)設(shè)備
上傳時(shí)間: 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.
標(biāo)簽: implemented descendant SQL component
上傳時(shí)間: 2014-01-01
上傳用戶:LouieWu
這是用PB6開發(fā)的一個(gè)POS管理系統(tǒng),功能很強(qiáng)大,是一個(gè)參考的好例程。 單體店: 服務(wù)器端: 1.建數(shù)據(jù)庫sypos,sypos2000 2.在SQl Query中運(yùn)行 script\sypos\syposinit.sql sypostr.sql script\sypos\yearinit.sql viewandproc.sql yeartr.sql 3.自動(dòng)啟動(dòng)SQL ServerAgent 服務(wù) 4.建立計(jì)劃,執(zhí)行ProcessPosAndSuspendRetail(每十天左右,在非營(yíng)業(yè)時(shí)間執(zhí)行一次) 客戶端: 1.安裝SQL Server客戶端 2.建目錄sypos,拷貝運(yùn)行程序及配置文件(sypos.exe) 3.在桌面上建sypos.exe快捷方式 配貨中心及門店(通訊用): 1.運(yùn)行combase.sql,comyear.sql,comyearp.sql 2.拷貝通訊程序(sycom.exe) 3.在桌面上建sycom.exe快捷方式 4.安裝xceedzip.exe
標(biāo)簽: PB6 POS 管理系統(tǒng)
上傳時(shí)間: 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)
標(biāo)簽: implementation Bluetooth discovery provides
上傳時(shí)間: 2014-10-31
上傳用戶:hewenzhi
這是一個(gè)基于命令行交互方式的議程(agenda)管理系統(tǒng)(采用面向?qū)ο蠓椒ê蚃ava 語言開發(fā)) 版本:1.01 編程語言:Java 所用平臺(tái):Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能說明]:已注冊(cè)到系統(tǒng)的用戶(user)可添加(add)、刪除(delete)、查詢(Query)系統(tǒng)中記錄的會(huì)議(meeting)安排;系統(tǒng)還提供新用戶注冊(cè)(register)、清除(clear)某一用戶所有會(huì)議安排等管理功能。
標(biāo)簽: Java Eclipse Windows agenda
上傳時(shí)間: 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
標(biāo)簽: manufacturer Check_SST Function CFI_Que
上傳時(shí)間: 2013-12-21
上傳用戶:徐孺
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1