fusioncharts

所属分类:FlashMX/Flex源码
开发工具:PHP
文件大小:12176KB
下载次数:602
上传日期:2009-08-24 10:32:07
上 传 者netydy
说明:  非常好用的图表,已经破解,包含商业版全部功能,使用没有任何限制,没有水印
(Very easy to use charts, has been cracked, there is no watermark)

文件列表:
FusionCharts_Evaluation\Charts (0, 2007-08-24)
FusionCharts_Evaluation\Charts\Area2D.swf (62349, 2008-02-04)
FusionCharts_Evaluation\Charts\Bar2D.swf (61419, 2008-02-04)
FusionCharts_Evaluation\Charts\Bubble.swf (65877, 2008-02-04)
FusionCharts_Evaluation\Charts\Column2D.swf (62125, 2008-02-04)
FusionCharts_Evaluation\Charts\Column3D.swf (61513, 2008-02-04)
FusionCharts_Evaluation\Charts\Doughnut2D.swf (47472, 2008-02-04)
FusionCharts_Evaluation\Charts\Doughnut3D.swf (52455, 2008-02-04)
FusionCharts_Evaluation\Charts\Line.swf (61712, 2008-02-04)
FusionCharts_Evaluation\Charts\MSArea.swf (66201, 2008-02-04)
FusionCharts_Evaluation\Charts\MSBar2D.swf (65033, 2008-02-04)
FusionCharts_Evaluation\Charts\MSBar3D.swf (64171, 2008-02-04)
FusionCharts_Evaluation\Charts\MSColumn2D.swf (65933, 2008-02-04)
FusionCharts_Evaluation\Charts\MSColumn3D.swf (65102, 2008-02-04)
FusionCharts_Evaluation\Charts\MSColumn3DLineDY.swf (69404, 2008-02-04)
FusionCharts_Evaluation\Charts\MSColumnLine3D.swf (67428, 2008-02-04)
FusionCharts_Evaluation\Charts\MSCombi2D.swf (69314, 2008-02-04)
FusionCharts_Evaluation\Charts\MSCombiDY2D.swf (71328, 2008-02-04)
FusionCharts_Evaluation\Charts\MSLine.swf (65514, 2008-02-04)
FusionCharts_Evaluation\Charts\MSStackedColumn2D.swf (66829, 2008-02-04)
FusionCharts_Evaluation\Charts\MSStackedColumn2DLineDY.swf (71272, 2008-02-04)
FusionCharts_Evaluation\Charts\Pie2D.swf (47038, 2008-02-04)
FusionCharts_Evaluation\Charts\Pie3D.swf (51693, 2008-02-04)
FusionCharts_Evaluation\Charts\Scatter.swf (65576, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollArea2D.swf (70469, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollColumn2D.swf (70040, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollCombi2D.swf (73493, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollCombiDY2D.swf (75258, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollLine2D.swf (69618, 2008-02-04)
FusionCharts_Evaluation\Charts\ScrollStackedColumn2D.swf (70507, 2008-02-04)
FusionCharts_Evaluation\Charts\SSGrid.swf (37082, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedArea2D.swf (66745, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedBar2D.swf (65510, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedBar3D.swf (64669, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedColumn2D.swf (66391, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedColumn3D.swf (65757, 2008-02-04)
FusionCharts_Evaluation\Charts\StackedColumn3DLineDY.swf (70055, 2008-02-04)
FusionCharts_Evaluation\Code (0, 2008-02-04)
FusionCharts_Evaluation\Code\ASP (0, 2008-02-04)
FusionCharts_Evaluation\Code\ASP\ArrayExample (0, 2008-02-04)
... ...

This version works with the Access mdb database which is bundled with the web application or with MySQL whose database-creation scripts are provided along with the web application. We have used JSP 2.0 and j2sdk1.4.2_02 for the development of this demo. Prerequisites: 1. Java version - j2sdk1.4.2_02 2. Apache Tomcat version - jakarta-tomcat-5.0.28 3. MySQL 4.X or higher OR MS Access database Installation Instructions: 1. Java version - j2sdk1.4.2_02 which can be downloaded from the following link: http://java.sun.com/j2se/1.4.2/download.html 2. After downloading and installing java,JAVA_HOME environment variable has to be set to determine the base path of the JDK. To set this variable on Windows do the following: Go to MyComputer, right click to view properties -> advanced tab ->environment variables Set a new Variable name: JAVA_HOME with Value as the installation directory. For eg: C:\j2sdk1.4.2_02 3. Apache Tomcat version - jakarta-tomcat-5.0.28 which can be downloaded from the following link: http://tomcat.apache.org/download-55.cgi Click on the core zip file. Download it.Extract it to some folder. 4.After downloading and installing tomcat,CATALINA_HOME environment variable has to be set to determine the base path of the tomcat. To set this variable on Windows do the following: Go to MyComputer, right click to view properties -> advanced tab ->environment variables Set a new Variable name: CATALINA_HOME with Value as the installation directory. For eg: C:\jakarta-tomcat-5.0.25 5. Copy the fcgeneral.war to "CATALINA_HOME"/webapps folder 6. Creation of the database required by FusionCharts: If you are using MSAccess, then copy the FactoryDB.mdb present in the Database/MSAccess folder to some location on your hard-drive. If you are using MySQL, then run the FactoryDBCreation.sql (present in the Database/MySQL) in your MySQL. This creates the FactoryDB database on your machine. 7. In order to configure the MySQL database: Open the file "CATALINA_HOME"/conf/server.xml Add the following xml code just before factory org.apache.commons.dbcp.BasicDataSourceFactory maxActive 100 maxIdle 30 maxWait 10000 username fcuser password fcuser driverClassName com.mysql.jdbc.Driver url jdbc:mysql://localhost:3306/factorydb?autoReconnect=true In the above xml,please change the username,password,url according to your database.Optionally, you can change the resource name,resourceparams name which are used to lookup for this database.Whatever values are given here same values should be given in the web.xml of your webapp. 8. Changes to web.xml present in "CATALINA_HOME"/webapps/fcgeneral/WEB-INF/ folder: In order to change the database from mysql to access or vice-versa, change the following entry in web.xml. dbName MySQL Database Name Currently, you can set the param-value to MySQL or MSAccess.(case-sensitive) In the case of Access DB, you have to set the path to the database in the following parameter in web.xml. AccessDBPath C:/tomcat/fcgeneral/GeneralPages/JSP/DB/FactoryDB.mdb Absolute path to the Access DB In the case of MySQL DB,you have to set the Data Source Name in the following parameter in the web.xml dataSourceName jdbc/FactoryDB DataSource Name 9.If you are using MySQL as the database, please start your MySQL instance. 10.To start the tomcat server,go to the tomcat installation directory ("CATALINA_HOME") and run startup.bat 11.Access the FusionCharts website by opening the browser window with the following address: http://localhost:8080/fcgeneral/GeneralPages/JSP/ Note: "CATALINA_HOME" refers to the installation directory of Tomcat

近期下载者

相关文件


收藏者