全部文章
agent.hostname:hostname,字符串 agent.ping:可用性检查,可用返回1;不可用返回空 agent.version:agent程序的版本,返回字符串 kernel.maxfiles:查询内核参数,系统中允许的文件描述符的最大数量。每个打开的文件、 套接字和管道, 都会占用 ...
将cgctf re部分移到这Re1,hello re没什么可说的,拖进ida,发现几个大数字,用热键r一下,将数字变为字符串,由于是小端,将字符串倒过来就是flag 了2,readasm2int main(int argc, char const *argv[]){char input[] = {0 ...
【声名】本实例中采用Linux CentOS 7系统 CentOS Linux release 7.6.1810 (Core) 1.安装LAMP环境: [root@localhost /]# yum install -y httpd mariadb-server mariadb php php-my ...
percona-monitoring-plugins是percona专门为MySQL监控的工具,支持Nagios,cacti,zabibx,本文主要介绍percona-monitoring-plugins在zabbix下使用的方法Percona监控插件特性: 通过zabbix agent进行数据轮询 ...
转: 无法debug断点跟踪JDK源代码——missing line number attributes的解决方法 在项目工程->Properties->Java Build Path->Libraries中导入的JRE System Library库里,给jar包添加JDK源代码包后,能够直接打开 ...
1.升级Powershell(windows7及以上版本默认安装) 我是Win7默认带的pw1.0,太古老了升级一下,地址如下,选择与自己windows版本匹配的连接下载: https://docs.microsoft.com/zh-cn/powershell/scripting/install/i ...
Leetcode之深度优先搜索&回溯专题-679. 24 点游戏(24 Game) 深度优先搜索的解题详细介绍,点击 你有 4 张写有 1 到 9 数字的牌。你需要判断是否能通过 *,/,+,-,(,) 的运算得到 24。 示例 1: 示例 2: 注意: 分析: 给定4元组,求如何使用 + - * ...
操作系统:Linux Centos7 1、下载openssl 官网:https://www.openssl.org/ 本例使用版本:openssl-1.0.2q.tar.gz 2、解压缩 tar -zxvf openssl-1.0.2q.tar.gz 解压路径:/home/openssl-1.0.2 ...
测试人员一般用TestNG来写自动化测试,开发人员一般用JUnit写单元测试 单元测试关注代码的实现逻辑,例如一个if 分支或一个for循环或者某个功能函数 主要问题 cannot be resolved to a type:没有导入相应的库 安装使用 JDK,Eclipse--在eclipse中安 ...