// SPDX-License-Identifier: GPL-2.0 /* * sys_ipc() is the old de-multiplexer for the SysV IPC calls. * * This is really horribly ugly, and new archite ...
分类:
其他好文 时间:
2019-12-14 21:31:45
阅读次数:
113
0×01 介绍 一些文章已经介绍过通过检测异常来对抗调试器的技术。这个思想很简单:根据设计本意,调试器会处理特定的异常。如果一个异常包裹在try块中,只有当没有附加调试器的时候,异常处理程序才会执行。因此,可以得出结论,只要异常块没有执行,那么程序就正在被一个调试器调试。 0×02 一个字节的Int ...
分类:
其他好文 时间:
2019-12-14 15:53:46
阅读次数:
148
emmet html使用技巧大全 ! 初始化 >:后代+:兄弟^:向上*:乘法$:数字():分组#:id命名.:类命名 一、id,类命名p#infop.infoa[href=#] 二、后代:div#wrap>ul>li*10 三、兄弟:div#wrap>p.one + span.two 四、向上提升 ...
分类:
Web程序 时间:
2019-12-14 12:14:49
阅读次数:
121
利用jacob转PDF,poi生成Word(注:仅支持windows平台,需要jacob-1.14.3-x64.dll文件,存放在C:\Windows\System32路径下) 一、步骤: 1.导入所需Jar包 2.生成Word文档 3.转为PDF文件 二、所需Jar包,如图: 三、生成Word文件 ...
分类:
其他好文 时间:
2019-12-13 23:43:43
阅读次数:
136
本文部分摘录自百度及CSDN博客 防火墙: 防火墙(Firewall),也称防护墙,是由Check Point创立者Gil Shwed于1993年发明并引入国际互联网(US5606668(A)1993-12-15)。它是一种位于内部网络与外部网络之间的网络安全系统。一项信息安全的防护系 统,依照特定 ...
分类:
其他好文 时间:
2019-12-13 21:28:02
阅读次数:
98
Elasticsearch OOM 优化 改文件类型及segments force merge ...
分类:
其他好文 时间:
2019-12-13 13:43:53
阅读次数:
271
sort() sort() 方法以字母顺序对数组进行排序: var arr= ["Banana", "Orange", "Apple", "Mango"]; arr.sort(); // arr = [ "Apple","Banana","Mango","Orange"] var arr= ["1" ...
分类:
编程语言 时间:
2019-12-13 13:35:26
阅读次数:
103
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Author : shenqiang from flask import Flask,make_response,jsonify from flask_restful import Resource,A ...
分类:
其他好文 时间:
2019-12-12 12:52:51
阅读次数:
88
http://nullpointer.pw/github%E4%BB%A3%E7%A0%81clone%E5%8A%A0%E9%80%9F.html hosts:https://raw.githubusercontent.com/Mosiki/github/master/github_hosts.t ...
分类:
其他好文 时间:
2019-12-12 01:35:22
阅读次数:
589
导入jar 包 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.17</version> </dependency> <dependency> <groupId>org.ap ...
分类:
其他好文 时间:
2019-12-11 19:39:03
阅读次数:
133