大数据
-
KPI Cares Visits Orphanages As Part Of Children's Day
As part of Children's Day, teams from each of KPI's Offshore Technology Centers organized a special charity event to support orphanages in Bangalore and Hyderabad. The event was part of the company's…
-
Oracle OPN Partner Exchange Keynote featuring KPI Partners: Technology, Middleware, and BI
KPI was offered the unique opportunity to be a featured guest as part of the first keynote presentation at Oracle OpenWorld. The audience included several thousand partners, customers, media members,…
-
What's New In Financial Analytics-Employee Expenses? [Examining OBIA 11g: The Series]
by Myles Gilsenan As part of KPI's web series on Examining Oracle BI Applications 11g, Myles Gilsenen examines what is new in the Employee Expenses area Oracle's Financial Analytics 11.1.1.…
-
Using Custom Group, Current View or All Views in OBIEE 11.1.1.7.0
by Rushendra Prasad We can create a "Custom Group" for a "Single View" or "All Views" available in a particluar Oracle Business Intelligence Enterprise Edition (OBIEE) report. This will provide …
-
New Features for Oracle BI Mobile – OBIEE 11.1.1.7.0
by Rushendra Prasad With this release, we can download a complete new Oracle Mobile BI HD application from the Apple App Store. This release provides end-user enhancements in the following areas…
-
Overview of Oracle BI Apps 11.1.1.7.1 [Examining OBIA 11g: The Series]
by Jeremiah Johnson As part of KPI's web series on Examining Oracle BI Applications 11g, this short video provides a brief overview of the new release of the Oracle BI Applications. Areas of ex…
-
Migrating Financial Statements To Oracle BI Applications
FSG is a report-building tool for Oracle E-Business Suite used for creating financial statements such as the income statement, trial balance, balance sheet, and cash flow statement. FSG reports typic…
-
redis底层数据结构
一丶Redis底层结构 1. redis 存储结构 redis的存储结构从外层往内层依次是redisDb、dict、dictht、dictEntry。 redis的Db默认情况下有16个,每个redisDb内部包含一个dict的数据结构。 redis的dict内部包含dictht的…
-
MySQL知识点
文章目录 前言 一、SQL简述 1.SQL的概述 2.SQL的优点 3.SQL的分类 二、数据库的三大范式 三、数据库的数据类型 1.整数类型 2.浮点数类型和定点数类型 3.字符串类型 4.字符串类型 5.日期与时间类型 5.1 YEAR类型 5.2…
-
docker配置redis主从
一、获取镜像 docker pull redis:6.0.8 二、创建对应的master和slave的配置文件 2.1 下载对应版本的配置文件http://download.redis.io/releases/ 2.2 分别修改master和slave的配置文件 配置 master #bind 127.…