码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
UNDO
UNDO What Is Undo? Oracle Database creates and manages information that is used to roll back, or undo, changes to the database. Such information consi ...
分类:其他好文   时间:2020-05-26 01:06:47    阅读次数:100
mysql 查询表结构
查看表中字段的结构信息 可以用来查看表中字段的注释等,比如 select table_name,column_name,column_comment from information_schema.columns where table_schema ='表所在的库' and table_name ...
分类:数据库   时间:2020-05-25 12:11:59    阅读次数:80
CISSP官方学习指南(第8版)------前言
版次:2019年10月第1版 (ISC)² CISSP考试由国际信息系统安全认证联盟(International Information Systems Security Certification)管理,该联盟的英文简称是(ISC)²。(ISC)²是一个全球性非营利组织。 (ISC)²由董事会管理 ...
分类:其他好文   时间:2020-05-23 23:02:41    阅读次数:277
MySQL 查询数据库中某个表的所有字段名、字段类型以及注释
通过SQL语句,查询某个表中包含的字段名。SQL 语句如下: select COLUMN_NAME,DATA_TYPE,COLUMN_COMMENT from information_schema.COLUMNS where table_name = '表名' and table_schema = ...
分类:数据库   时间:2020-05-23 09:42:12    阅读次数:99
The df and du commands provide different system information and I can not write to a partition that df says is 100% full.
The df and du commands provide different system information and I can not write to a partition that df says is 100% full. Which is correct and why doe ...
分类:其他好文   时间:2020-05-20 20:06:11    阅读次数:77
PyQt5对话框
QMessageBox 功能:一种弹出式的对话框,用于显示消息,或是允许用户进行点击选中 接口: 方法 描述 information(parent, title, text, buttons, defaultButton) 弹出信息对话框 parent:指定父窗口 title:对话框标题 text: ...
分类:其他好文   时间:2020-05-19 22:35:22    阅读次数:52
[SWPU2019]Web1(二次注入,无列名注入,bypass information_schema)
0x00 知识点 二次注入流程分析 1. 二次注入漏洞在CTF中常见于留言板和注册登录功能,简单来说可以分为两个步骤: 1. 插入恶意数据(发布帖子,注册账号),用mysql_escape_string()函数对恶意字符进行转义,但是再将数据写入数据库中的时候又保留了原来的数据. 2. 引用插入的恶 ...
分类:Web程序   时间:2020-05-19 18:46:39    阅读次数:369
配置WebSite的IIS时遇到的问题与解决方法
配置WebSite的IIS时遇到的问题与解决方法1:Server ErrorInternet Information Services 7.5Error SummaryHTTP Error 500.19 - Internal Server ErrorThe requested page cannot ...
分类:Web程序   时间:2020-05-18 12:16:13    阅读次数:64
MYSQL注入
SQL注入的几张表: 一、information_schema库: 1、在mysql5.0版本后,默认数据库存放在这个数据库中,该库中常用的三个表schemata、tables、columns 2、schemata表存储的是该用户创建的所有数据库中的库名,记录数据库的字段名为schema_name ...
分类:数据库   时间:2020-05-18 01:01:13    阅读次数:97
Linux查看服务器配置
1.服务器型号 [root@guanbin-k8s-master ~]# dmidecode|grep "System Information" -A9|egrep "Manufacturer|Product" Manufacturer: VMware, Inc. Product Name: VMw ...
分类:系统相关   时间:2020-05-17 23:10:14    阅读次数:172
3222条   上一页 1 ... 11 12 13 14 15 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!