参考链接: https://www.centos.bz/2018/10/jenkins%E4%BD%BF%E7%94%A8%E5%BC%80%E5%A7%8B%E8%B8%A9%E5%9D%91%EF%BC%881%EF%BC%89/ ...
分类:
编程语言 时间:
2020-05-18 14:19:49
阅读次数:
64
索引原理及B树索引 http://hongyitong.github.io/2017/01/05/%E7%B4%A2%E5%BC%95%E5%8E%9F%E7%90%86%E5%8F%8AB%E6%A0%91%E7%B4%A2%E5%BC%95/ 一、索引的原理 说白了,索引问题就是一个查找问题。数 ...
分类:
其他好文 时间:
2020-05-12 09:34:15
阅读次数:
53
#全盘搜索木马文件,并记录在/tmp/php.txt文件内 find / -name "*.php" |xargs egrep "phpspy|c99sh|milw0rm|eval(gunerpress|eval(base64_decoolcode|spider_bc))" > /tmp/php.t ...
分类:
系统相关 时间:
2020-05-11 13:42:30
阅读次数:
103
我们知道在shell里面用> 或者gt lt都只是可以比较整数 在shell里面可以用bc命令和 awk命令比较两个浮点数或者浮点数和整数 例如 #!/bin/bash a=7.2 b=8 if [ `echo "$a < $b"|bc` -eq 1 ] ; then echo "$a < $b " ...
分类:
系统相关 时间:
2020-05-11 10:34:23
阅读次数:
181
环境:CentOS Linux, java version "13.0.2" 1、下载和解压 Zeppelin wget -bc https://mirrors.tuna.tsinghua.edu.cn/apache/zeppelin/zeppelin-0.9.0-preview1/zeppelin ...
分类:
其他好文 时间:
2020-05-10 21:21:26
阅读次数:
112
http://www.starssgo.top/2019/12/06/%E6%A0%BC%E5%BC%8F%E5%8C%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E5%9C%A8bss%E6%AE%B5%E7%9A%84%E5%A4%84%E7%90%86/ from pwn im ...
分类:
其他好文 时间:
2020-05-10 11:09:02
阅读次数:
99
题目 假设 $s\times n$矩阵 $A$ 的秩为 $r$ , 证明踩在 $s\times r $ 矩阵 B 及 $r\times n$ 矩阵 $C$ ,使得 $A=BC$ 。 证明 可以证明矩阵 $B$,$C$ 的秩均为 $r$,其实 $r=R(A)=R(BC)\le R(B),R(C) \l ...
分类:
其他好文 时间:
2020-05-10 11:01:03
阅读次数:
69
专用集成电路 运算电路 [TOC] 1. 二进制加法器 二进制加法器接收加数A和B,以及进位Ci,输出和S,以及进位输出Co. 二进制加法器的真值表如下: 逻辑表达式: $$ S = A \oplus B \oplus C_i $$ $$ C_o = AB+BC_i+AC_i $$ 从实现的角度,可 ...
分类:
其他好文 时间:
2020-05-09 18:45:04
阅读次数:
524
变量的数值计算实践 5.1 算术运算符 常见的算术运算符号 | 算术运算符 | 意义 | | | | | + 、 | 加、减 | | 、/、% | 乘、除、取余(取模) | | | 幂运算 | | ++、 | 自增、自减 | | !、&&、\|\| | 逻辑非、逻辑与、逻辑或 | | = | 比较符 ...
分类:
系统相关 时间:
2020-05-06 11:42:43
阅读次数:
90
The shape peak replenishes both Bc and Be tokens every Tc seconds, and allows for sending at higher sustained rate that depends both on the size of Bc ...
分类:
其他好文 时间:
2020-05-04 21:09:01
阅读次数:
71