重要漏洞利用poc及版本 我是从github上的参考中直接copy的exp,这个类就是要注入的类 import java.lang.Runtime; import java.lang.Process; public class Exploit { public Exploit() { try{ // ...
分类:
Web程序 时间:
2020-06-13 19:47:37
阅读次数:
81
实验三 结合中断上下文切换和进程上下文切换分析Linux内核的一般执行过程 一、实验要求 以fork和execve系统调用为例分析中断上下文的切换; 分析execve系统调用中断上下文的特殊之处; 分析fork子进程启动执行时进程上下文的特殊之处; 以系统调用作为特殊的中断,结合中断上下文切换和进程 ...
分类:
系统相关 时间:
2020-06-13 19:20:09
阅读次数:
55
多文件编译 之前知乎抄的vscode配置 https://www.cnblogs.com/esllovesn/p/10012653.html这个是简化版也是更方便版的,建议直接看这个。 https://www.zhihu.com/question/30315894这个是知乎原文,比较复杂。 进行少量 ...
分类:
编程语言 时间:
2020-06-13 13:10:58
阅读次数:
102
MRP进程起不来, 报错:ORA-00600: internal error code, arguments: [2619], [227424], [], [], [], [], [], [], [], [], [], []
问题背景:客户数据库服务架构为一主一备,某日备库操作系统意外重启,重启后Oracle MRP进程起不来,报错:ORA-00600: internal error code, arguments: [2619], [227424], [], [], [], [], [], [], [], [], [] ...
分类:
系统相关 时间:
2020-06-13 11:09:02
阅读次数:
82
Oracle索引修复 ,ORA-00600: internal error code, arguments: [6200], 问题背景:客户反馈DB每天产生的incident日志很多,需要排查原因 查看alert日志发现大量的ORA-07445、ORA-00600错误 1 Errors in fil ...
分类:
数据库 时间:
2020-06-13 11:02:06
阅读次数:
44
11.2.0.1bug引发的报错:ORA-07445: exception encountered 问题背景:客户反馈DB每天产生的incident日志很多,需要排查原因 1> 查看alert日志发现大量的ORA-07445、ORA-00600错误 1 Errors in file /data/or ...
分类:
其他好文 时间:
2020-06-13 10:43:46
阅读次数:
62
问题背景:客户dataguard宕机重启后,MRP进程因缺少数据文件起不来,报错如下ORA-01111: name for data file 19 is unknown - rename to correct file 问题解决 1> 检查dataguard,sid已经正常启动,尝试启动MRP进程 ...
分类:
系统相关 时间:
2020-06-13 10:38:06
阅读次数:
77
how do you quit docker-compose up @ macOS? If you want to run docker-compose up and leave the process running without being attached to your terminal, ...
分类:
系统相关 时间:
2020-06-12 20:28:08
阅读次数:
84
在根目录下找到 .eslintrc 文件 然后修改成下面的代码,修改之后 必须重启 才能生效!!! module.exports = { root: true, env: { node: true }, 'extends': [ 'plugin:vue/essential', //'@vue/sta ...
分类:
其他好文 时间:
2020-06-12 11:01:00
阅读次数:
67
1. ubuntu 安装错误解决: Preparing to unpack .../apport_2.20.9-0ubuntu7.15_all.deb .../var/lib/dpkg/info/apport.prerm: 22: /var/lib/dpkg/info/apport.prerm: p ...
分类:
系统相关 时间:
2020-06-12 10:55:00
阅读次数:
120