自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

好色老詹的专栏

思想促进创新,行动产生力量

  • 博客(20)
  • 收藏
  • 关注

原创 DW 冗余

冗余字段,如果其中一个字段的Mapping改变,那么可能造成数据不一致

2012-05-18 11:05:12 358

原创 Agile Method

SCRUM,XP agile modeling

2011-05-20 14:26:00 693

原创 BI架构

<br />Kimball: Data Warehouse Bus Architecture, SCD, Confirmed Dimension<br />Inmin: EDW,CIF

2011-01-18 00:05:00 586

转载 Ubuntu & Mint Installation Guide

http://forum.ubuntu.org.cn/viewtopic.php?f=28&t=273647 喀纳斯Ubuntu 10.04中文定制版是由喀纳斯自由软件专卖店根据用户的需要制作的一个Ubuntu 中文定制版。喀纳斯Ubuntu 10.04中文定制版的目标是让Ubuntu 更加容易使用,对用户更具有亲和力!喀纳斯Ubuntu 10.04中文定制版是基于Ubuntu 10.

2010-05-21 20:48:00 647

原创 Cognos

1.Report Studio: Calculation: crosstab, use aggregation instead of total to get different result.

2010-03-04 06:40:00 500

原创 Cognos

1.FM RQP-DEF-0177 An error occurred while performing operation sqlPrepareWithOptions status=-120. UDA-SQL-0458 PREPARE failed because the query requires local processing of the data. The opti

2009-10-30 13:20:00 1296

原创 FM

§There are four basic data traps: §chasm trap (many-to-many relationship) §transitive relationship trap (more than one path between two tables) §connection trap (an optional path through differe

2009-07-23 16:25:00 632

原创 db2数据库表的建立、修改、删除 索引、主外键的建立、修改、删除 视图的建立、修改、删除

数据库表的建立、修改、删除 CREATE TABLE LYLF615."ot_test" ( "id" INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY ( START WITH 1, INCREMENT BY 1, NO CYCLE, CACHE 20 ), "name" VARCHAR(10) PRIMARY KEY ("id") )

2009-04-30 03:01:00 11594

原创 Objects: Tables, Views and others

1. 查询出所有表,去掉三个系统用户的表,和其他用户重名的表,其他用户使用的是一套表,但分配为不同快发环境服务     SELECT   DISTINCT   NAME   FROM   SYSIBM.SYSTABLES   WHERE   CREATOR   NOT   IN   (SYSIBM,SYSCAT,SYSSTAT)     或     查询某一个用户的所有表     SE

2009-04-30 02:44:00 608

原创 Objects: Tables, Views and others

1. 查询出所有表,去掉三个系统用户的表,和其他用户重名的表,其他用户使用的是一套表,但分配为不同快发环境服务     SELECT   DISTINCT   NAME   FROM   SYSIBM.SYSTABLES   WHERE   CREATOR   NOT   IN   (SYSIBM,SYSCAT,SYSSTAT)     或     查询某一个用户的所有表     SE

2009-04-30 02:44:00 504

原创 Objects: Tables, Views and others

1. 查询出所有表,去掉三个系统用户的表,和其他用户重名的表,其他用户使用的是一套表,但分配为不同快发环境服务     SELECT   DISTINCT   NAME   FROM   SYSIBM.SYSTABLES   WHERE   CREATOR   NOT   IN   (SYSIBM,SYSCAT,SYSSTAT)     或     查询某一个用户的所有表     SE

2009-04-30 02:44:00 482

转载 UC介绍

  ◆ UseCase介绍  ◆ UseCase为什么能帮助用户做好需求分析  ◆ 如何正确的使用UseCase技术  ◆ 在使用UseCase技术常见的误区  ◆ 案例分析:实际项目操作 主要技能:    ◆ 组织级软件工程变革    ◆ 软件产品管理    ◆ 迭代化开发管理    ◆ 需求管理框架的建立    ◆ 用例(UseCase)建模技术    ◆ 基于用例的测试    ◆ 面

2009-04-13 22:50:00 800

转载 几种建模方式的比较

http://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0803zhousb/周三保 ([email protected]), 信息技术专家, IBM2008 年 3 月 31 日本文的主要内容不是介绍现有的比较流行的主要行业的一些数据模型,而是将笔者在数据仓库建设项目中的一些经验,在这里分享给大家。希

2009-03-26 22:36:00 6725 1

原创 IDA: Partitioning a logical data model

 If you are working on a logical data model in a team environment, there are some suggested best practices for how to partition the logical models. The preferred method for partitioning a logical

2009-03-25 16:20:00 1063

原创 IDA Models Format

Models in IDA are xml files in fact. You  can open them in text editor, and or rename them to .xml to use other xml editors. To support UML 2.0 or later, IDA use the XMI format I think.

2009-03-25 12:22:00 524

原创 Bugs in IDA

1.  Export to Erwin. If you reference a domain model in IDA and export it to Erwin, the data types will be left blank. 2. Double byte issue: If you use some Double byes charactors in the Entity/ta

2009-03-25 12:17:00 460

原创 Transformation in IDA

 1.Transform from Logic model to physical model:Project --- Data Model (Not Data diagrams) -- Select the logic model --- Data (Menu) -- Transform --Physical Model Use the Transform to Physical D

2009-03-25 12:12:00 573

原创 IDA Interface and Web Publish Language Change

Windows: --- Control Panel --- Regional and Language Options --- Regional Options—Standards and formats --- Chinese,Japanese,etc. Then IDA should be restarted.

2009-03-01 04:33:00 540

原创 Generating Model Information in IDA

There are three methods to generate model information in IDA. A. Export the model in IDA for Power Design or Erwin, then work them in them. B. Rename .ldm file to .xml, then work on it as a XML (XMI

2009-02-24 01:41:00 891

原创 VNC在Linux上的配置

1、VNC的启动/停止/重启 1.1 #service vncserver start/stop/restart 关闭具体的vncserver命令:vncserver -kill :1       vncserver -kill :2 1.2 --Add more port after VNC Server is running #vncserver N 2、设置密码 #vncpa

2008-11-25 21:44:00 1152

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除