一、Data仓库的架构 Data仓库(Data Warehouse DW)是为了便于多维分析和多角度展现而将Data按特定的模式进行存储所建立起来的关系型Datcbase,它的Data基于OLTP源Systam。Data仓库中的Data是细节的、集成的、面向主题的,以OLAPSystam的分析需求为 ...
分类:
其他好文 时间:
2019-05-12 13:53:25
阅读次数:
132
效果图如下 代码 package activity.yyzy.com.schoolsecondhand.myview; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Bi ...
分类:
其他好文 时间:
2019-05-12 01:15:50
阅读次数:
103
Implement pow(x, n), which calculates x raised to the power n (xn). Implement pow(x, n), which calculates x raised to the power n (xn). Example 1: Inp ...
分类:
其他好文 时间:
2019-05-11 13:37:05
阅读次数:
122
又是几天过去,最近在刷数论基础和dp基础。kuangbin数论专题刷了差不多一大半吧。深深感jio到自己的菜。唉,温故而知新,所以决定在踩一遍坑点。 Bi-shoe and Phi-shoe https://vjudge.net/problem/LightOJ-1370 题目大意:给出一些数字,对于 ...
分类:
其他好文 时间:
2019-05-09 13:19:51
阅读次数:
524
现象: 1.cmd生成payload java -jar ysoserial.jar Groovy1 "powershell.exe -NonI -W Hidden -NoP -Exec Bypass -Enc YwBhAGwAYwA=" > payload.bin 2.powershell生成pa ...
分类:
系统相关 时间:
2019-05-08 20:19:24
阅读次数:
420
问题背景:情况是这样的,很多开发同事的plsql上班时间开着8个小时,有时候他们出去抽烟后或者中午吃完饭,回来在plsql上面执行就报错无响应,然后卡住了半天动弹不了,非得重新登录plsql才生效,我猜猜是因为连接失效的缘故,经常碰到这种情况,还没有影响工作效率和工作心情的。 1,去查看以下CONN ...
分类:
数据库 时间:
2019-05-07 23:05:15
阅读次数:
218
Problem Statement On a two-dimensional plane, there are N red points and N blue points. The coordinates of the i-th red point are (ai,bi), and the coo ...
分类:
编程语言 时间:
2019-05-07 19:39:30
阅读次数:
162
select concat('nishi','shabi') from dual -- 链接两个字符串select 'ni'||'shi'||'shabi' from dual -- 链接多个字符串select initcap('ni shi shi bi') from dual -- 首字母大写s ...
分类:
数据库 时间:
2019-05-07 01:23:13
阅读次数:
198
一、串口通信简介 串行接口(串口)是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。 串口通信(Serial Communications)的概念非常简单,串口按位(bi ...
使用命令:Connect-VIServer-servervcenter.local.com时报错解决方法:执行:Set-PowerCLIConfiguration-InvalidCertificateActionIgnore
分类:
其他好文 时间:
2019-05-06 19:16:23
阅读次数:
203