码迷,mamicode.com
首页 >  
搜索关键字:database supplementa    ( 14189个结果
Explaining ORA-1555 Error (Doc ID 467872.1)
To Bottom In this Document Goal Solution References APPLIES TO: Oracle Database - Enterprise Edition - Version 9.0.1.0 to 12.1.0.1 [Release 9.0.1 to 1 ...
分类:其他好文   时间:2020-02-01 01:06:51    阅读次数:233
Managing the UNDO TABLESPACE
Managing the UNDO TABLESPACE Every Oracle Database must have a method of maintaining information that is used to roll back, or undo, changes to the da ...
分类:其他好文   时间:2020-02-01 01:03:38    阅读次数:98
网站的目录形式
用户管理目录admin(manage) 数据库目录database(inc) 编辑器目录ewebeditor 留言板目录guestbook 存放图片的目录images 上传文件目录upload-file 安装文档setup.php 判断网站cms 主要判断网站的脚本语言,操作系统,搭建平台,cms厂 ...
分类:Web程序   时间:2020-01-31 15:43:47    阅读次数:90
SSM_框架整合(IDEA)
SSM_框架整合(IDEA) 1. 配置文件 applicationContext.xml 数据库 Mysql 8.0 database.properties mybatis config.xml spring dao.xml spring mvc.xml spring service.xml 注意 ...
分类:其他好文   时间:2020-01-31 14:37:36    阅读次数:71
MySQL----数据库简介
##数据库的基本概念 1、数据库:DataBase,简称:DB 2、什么是数据库? *用于存储和管理数据的仓库。 3、数据库的特点: 1、持久化存储数据的。其实数据库就是一个文件系统。 2、方便存储和管理数据。 3、使用了统一的方式操作数据库--SQL。 4、常见的数据库软件: MYSQL:开源免费 ...
分类:数据库   时间:2020-01-31 10:54:47    阅读次数:95
Metasploit使用教程(一)
Step1:启动postsql数据库 root@kali:~# service postgresql start Step2:初始化msf数据库 root@kali:~# msfdb init [i] Database already started[+] Creating database use ...
分类:Web程序   时间:2020-01-30 19:02:43    阅读次数:686
Sqli-Labs 闯关 less1-6
开始之前先分享一点基础知识。 常用系统函数 version()——MySQL 版本 user()——数据库用户名 database()——数据库名 @@datadir——数据库路径 @@version_compile_os——操作系统版本 字符串连接函数 concat(str1,str2,…)——没 ...
分类:数据库   时间:2020-01-30 18:56:26    阅读次数:109
MongoDB 2.5、与python交互
2.5、与python交互 点击查看官方文档 安装python包 进入虚拟环境 sudo pip install pymongo 或源码安装 python setup.py 引入包pymongo import pymongo 类MongoClient 连接,创建客户端 无安全认证:client=py ...
分类:数据库   时间:2020-01-30 10:00:50    阅读次数:85
buuctf——facebook1
分为注册和登陆两个页面 据大佬wp登陆页面又盲注,但我没测试 直接注册后登陆 注册后发现,会显示输入的url 根据目录扫描,发现robots.txt和flag.php robots.txt有源码备份 审计发现应该是ssrf,初想通过注册时直接通过file协议请求到flag.php 但注册限制必须是h ...
分类:其他好文   时间:2020-01-29 20:03:48    阅读次数:90
python远程备份mysql并压缩
import osimport timeimport tarfileimport zipfile'''mysqldumpUsage: mysqldump [OPTIONS] database [tables]OR mysqldump [OPTIONS] --databases [OPTIONS] D ...
分类:数据库   时间:2020-01-29 14:00:26    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!