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
QMessageBox 功能:一种弹出式的对话框,用于显示消息,或是允许用户进行点击选中 接口: 方法 描述 information(parent, title, text, buttons, defaultButton) 弹出信息对话框 parent:指定父窗口 title:对话框标题 text: ...
分类:
其他好文 时间:
2020-05-19 22:35:22
阅读次数:
52
0x00 知识点 二次注入流程分析 1. 二次注入漏洞在CTF中常见于留言板和注册登录功能,简单来说可以分为两个步骤: 1. 插入恶意数据(发布帖子,注册账号),用mysql_escape_string()函数对恶意字符进行转义,但是再将数据写入数据库中的时候又保留了原来的数据. 2. 引用插入的恶 ...
分类:
Web程序 时间:
2020-05-19 18:46:39
阅读次数:
369
配置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
SQL注入的几张表: 一、information_schema库: 1、在mysql5.0版本后,默认数据库存放在这个数据库中,该库中常用的三个表schemata、tables、columns 2、schemata表存储的是该用户创建的所有数据库中的库名,记录数据库的字段名为schema_name ...
分类:
数据库 时间:
2020-05-18 01:01:13
阅读次数:
97
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
``` CString strCurProcessPath; HANDLE hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, 0, GetCurrentProcessId()); if (hProcess) { T... ...
分类:
编程语言 时间:
2020-05-15 20:28:43
阅读次数:
68
点击下载该标准 标准编号:YY/T 0595-2020标准名称:医疗器械 质量管理体系YY/T 0287-2017 应用指南英文名称:Medical devices—Quality management systems—Guidance on the application of YY/T 0287 ...
分类:
其他好文 时间:
2020-05-15 19:40:25
阅读次数:
305
//方法1<navigator :url="'/pages/index/information/news?id='+值+'&title=值'"> </navigator>//方法2<navigator :url="`/pages/index/information/news?id=${值}&titl ...
分类:
移动开发 时间:
2020-05-14 16:02:53
阅读次数:
762
一、 漏洞描述 Internet Information Services(IIS,互联网信息服务)是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。 Microsoft IIS在实现上存在文件枚举漏洞,攻击者可利用此漏洞枚举网络服务器根目录中的文件。 危害:攻击者可以利 ...
分类:
其他好文 时间:
2020-05-14 15:08:27
阅读次数:
84