作者:Longofo@知道创宇404实验室时间:2020年3月27日原文地址:https://paper.seebug.org/1162/英文版本:https://paper.seebug.org/1163/之前在CODEWHITE上发布了一篇关于LiferayPortalJSONWebServiceRCE的漏洞,之前是小伙伴在处理这个漏洞,后面自己也去看了。LiferayPortal对于JSON
分类:
Web程序 时间:
2020-04-01 11:03:35
阅读次数:
70
以前总是没搞清楚半字,字到底有多少个字节,有说字是4字节的,又说字是8字节的,但没有个固定的说法 下面这段话摘抄自Computer system: a programmer's perspective Buses are typically designed to transfer fixed-si ...
分类:
其他好文 时间:
2020-03-31 12:01:20
阅读次数:
190
Bitmap(Type, String) 从指定的资源初始化 Bitmap 类的新实例。 public Bitmap (Type type, string resource); 参数 typeType 用于提取资源的类。 resourceString 资源的名称。 示例 下面的代码示例演示如何从类型 ...
分类:
其他好文 时间:
2020-03-28 13:27:27
阅读次数:
69
请求转发是指,服务器收到请求后,从一次资源跳转到另一个资源的操作叫请求转发。 servlet 1: // 获取请求的参数(办事的材料)查看 String username = req.getParameter("username"); System.out.println("在 Servlet1(柜 ...
分类:
Web程序 时间:
2020-03-28 10:41:54
阅读次数:
94
InnoDB Notes Incompatible Change: The InnoDB storage engine can no longer be disabled. The --skip-innodb option is deprecated and has no effect, and i ...
分类:
数据库 时间:
2020-03-27 21:26:41
阅读次数:
97
测试用例参数及执行用例,生成测试报告test_suite.py import unittest import time from test_http import TestHttp # 类名 import HTMLTestRunner url1 =url1_value url2= url2_valu ...
分类:
其他好文 时间:
2020-03-27 18:29:20
阅读次数:
76
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page isELIgnored="false"%> <%@taglib prefix="spring" uri="h ...
分类:
Web程序 时间:
2020-03-25 21:20:25
阅读次数:
319
Errorsinfile/home/oracle/app/diag/rdbms/orcl/orcl/trace/orcl_ora_7689.trc:ORA-19809:limitexceededforrecoveryfilesORA-19804:cannotreclaim43544576bytesdiskspacefrom5218762752limitARCH:Error19809Creating
分类:
其他好文 时间:
2020-03-25 17:35:30
阅读次数:
134
一、Github项目地址 https://github.com/pollydeer/code 二、需求分析 实现一个统计程序,它能正确统计程序文件中的字符数、单词数、行数,以及还具备其他扩展功能,并能够快速地处理多个文件。程序处理用户需求的模式为: wc.exe [parameter] [file_ ...
分类:
编程语言 时间:
2020-03-25 01:53:28
阅读次数:
77
linux介绍 ? Linux 是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和Unix的多用户、多任务、支持多线程和多CPU的操作系统。 市面上还有很多操作系统,如:WIN XP,WIN VISTER,WIN 8,Wind 10,MAC,Android,IOS等。 安装VMwa ...
分类:
系统相关 时间:
2020-03-25 01:16:29
阅读次数:
89