上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页

2013年9月9日

SpagoBI 教程 Lesson 5: Creating a dashboard with BIRT and SpagoBI

摘要: SpagoBI Lesson 5: Creating a dashboard with BIRT andSpagoBICreating a dashboard with BIRT and SpagoBIIn this chapter, we will be creating a dashboard using the BIRT reporting engine and then we will host it in the SpagoBI server.Assume that the bank Shemma Global Limited gave out loans to 10 individ 阅读全文

posted @ 2013-09-09 18:54 艾思派客 阅读(1201) 评论(0) 推荐(0)

SpagoBI 教程 Lesson 4: BIRT Reports

摘要: SpagoBI Lesson 4: BIRTReportsBIRTBIRT is the acronym for Business Intelligence and Reporting Tools and is an open source initiative to create a fully functional reporting tool using open source tools. BIRT supports various types of reports such as lists, charts, crosstabs and compound reports. In th 阅读全文

posted @ 2013-09-09 18:52 艾思派客 阅读(1284) 评论(0) 推荐(0)

SpagoBI 教程 Lesson 3: Highchart Dashboards

摘要: SpagoBI Lesson 3: HighchartDashboardsBusiness Intelligence dashboardsEvery car comes with a dash board which has several gauges that alerts the driver when an important event have occurred. It might be that the car is running low on fuel or the engine oil is getting low. It might be also that the ba 阅读全文

posted @ 2013-09-09 18:51 艾思派客 阅读(963) 评论(0) 推荐(0)

SpagoBI 教程 Lesson 2: OLAP with JPIVOT

摘要: SpagoBI Lesson 2: OLAP withJPIVOTOnline Analytical ProcessingOnline Analytical Processing (OLAP) enables one to analyze different dimensions of multidimensional data. It enables one to analyze data from different perspectives. Consider sales data as an example. One might be interested in analyzing s 阅读全文

posted @ 2013-09-09 18:49 艾思派客 阅读(2441) 评论(0) 推荐(0)

SpagoBI 教程 Lesson 1:Introduction and Installation

摘要: SapgoBI Lesson 1: Introduction andInstallationDownloading and installing SpagoBI.Download SpagoBI at the URL http://forge.ow2.org/project/showfiles.php?group_id=204. There are two components that we will need for this course:SpagoBI Server - This is the actual business intelligence platform that off 阅读全文

posted @ 2013-09-09 18:47 艾思派客 阅读(2003) 评论(0) 推荐(0)

2013年9月8日

Oracle system表空间满的暂定解决方法

摘要: Oracle system表空间满的暂定解决方法数据库用的是Oracle Express 10.2版本的。利用Oracle Text做全文检索应用,创建用户yxl时没有初始化默认表空间,在系统开发过程中我利用yxl在数据库中创建了7个Context或Ctxcat类型索引。开始利用这些索引进行查询的时候速度很慢,在控制台查看了一下,发现system表空间居然占了99.69%。下面是表空间占用情况的截图: 在sqlplus中执行SQL语句: Sql代码 selectusername,default_tablespace,temporary_tablespacefromdba_userswhere. 阅读全文

posted @ 2013-09-08 21:50 艾思派客 阅读(2316) 评论(0) 推荐(0)

2013年2月19日

SharePoint 2013 (SharePoint 15)的新特性

摘要: SharePoint 2013 (SharePoint 15)的新特性2012-04-19 / 分类:企业信息化, 软件开发 / 没有评论据目前掌握的资料来看,在年底或者明年年初发布的SharePoint 15 (2013)的主要新特性将加大对云和基于SharePoint构建应用商店的支持,具体细节如下:1. SharePoint 2013将会包含新的SharePoint应用商店2.新的应用商店Provider – 应用包可以被配置成使用任何后台数据库,只要它支持新的数据库提供者接口3. SharePoint应用将支持多租户的安装,使得hosting提供商能够提供给多用户可用的相同的应用集4. 阅读全文

posted @ 2013-02-19 19:22 艾思派客 阅读(1029) 评论(0) 推荐(0)

没有域环境下安装SharePoint 2010

摘要: 没有域环境下安装SharePoint 20101、按前章介绍的一样,完整安装完SharePoint 2010,但不要运行配置向导。注:安装完后,马上运行配置向导在“指定数据库配置”步骤时,要求输入访问配置数据库的帐户及密码,会提示当前用户为“本地用户”只能独立模式下使用的错误,如下图2、在PowerShell命令工具中运行“New-SPConfigurationDatabase”命令创建SharePoint 2010的配置数据库具体通过PowerShell命令工具创建配置数据库的过程如下:New-spconfigurationDatabase 回车DatabaseName:输入配置数据库名,回 阅读全文

posted @ 2013-02-19 11:34 艾思派客 阅读(625) 评论(0) 推荐(0)

2012年10月17日

产品经理(PM)常用原型图设计工具

摘要: 产品经理(PM)常用原型图设计工具与一般针对产品功能的介绍不同,本文以亲身的设计需求为出发点,通过对产品整理和提供相关的链接,帮助解决从业人群对做产品页面原型的直接需求。可以为做产品设计的童鞋提供一些参考和下载帮助。天天和产品打交道,不时要做一些页面原型、离不开各种工具,工欲善其事必先利其器,好的工具软件可以大大提高工作效率,工具各有优劣,大家按需取之。原型设计工具我暂时把它分为两类,Web应用原型设计工具及软件应用原型设计工具、微软的visio就不说了:Web应用原型设计工具:先来看看这个几个:Axure RP 、Balsamiq Mockups 、 Pencil Project 以及Omn 阅读全文

posted @ 2012-10-17 21:00 艾思派客 阅读(1290) 评论(0) 推荐(0)

2012年10月5日

【转贴】mysql导入数据load data infile用法

摘要: mysql导入数据load data infile用法基本语法:load data [low_priority] [local] infile 'file_name txt' [replace | ignore]into table tbl_name[fields[terminated by't'][OPTIONALLY] enclosed by ''][escaped by'\' ]][lines terminated by'n'][ignore number lines][(col_name, )]load d 阅读全文

posted @ 2012-10-05 09:00 艾思派客 阅读(12021) 评论(0) 推荐(2)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页

导航