Tripwire is a host based Intrusion detection system for Linux. Tripwire monitors Linux system to detect and report any unauthorized changes to the fil ...
分类:
系统相关 时间:
2021-03-18 14:32:34
阅读次数:
0
上一篇关于APP类的构造函数 最后还有三句话 1 static::setInstance($this); 2 $this->instance('app', $this); 3 $this->instance('think\Container', $this); 1 /** 2 * 绑定一个类实例到容 ...
分类:
移动开发 时间:
2021-03-18 14:20:38
阅读次数:
0
本篇参考:salesforce lightning零基础学习(十七) 实现上传 Excel解析其内容 上一篇我们写了aura方式上传excel解析其内容。lwc作为salesforce的新宠儿,逐渐的在去aura化,这种功能怎么能lwc不搞一份,所以本篇来了,直接上代码。 excelImportFo ...
分类:
Web程序 时间:
2021-03-18 14:06:04
阅读次数:
0
idea 安装目录 的idea.exe.vmoptions 改了,没起作用,idea64.exe.vmoptions 也改了,也没起作用。 idea的编码格式也设置了,没起作用 最后起作用的是: 先打开tomcat的安装目录 编辑 conf 目录下的 logging.properties 用note ...
分类:
其他好文 时间:
2021-03-17 14:02:51
阅读次数:
0
关于 WSL 1 入门,你应该知道这些 如有错误,欢迎指出 参考: WSL 文档 VMware Workstation Pro 文档 概述 通过 WSL 2 来认识 WSL 1 什么是 WSL 2? WSL 2 是适用于 Linux 的 Windows 子系统体系结构的一个新版本,它支持适用于 Li ...
分类:
其他好文 时间:
2021-03-16 13:56:33
阅读次数:
0
参考: https://redis.io/commands/eval 参考:https://redis.io/topics/ldb 1. redis-cli 命令行测试 命令如下:key 可以理解用于传键名称,而arg 用于传递其他参数 EVAL script numkeys key [key .. ...
分类:
其他好文 时间:
2021-03-16 11:59:42
阅读次数:
0
leader https://vi.stackexchange.com/questions/836/what-is-leader Vim is full of various commands, which are assigned to almost all keys on the keyboar ...
分类:
系统相关 时间:
2021-03-15 11:29:06
阅读次数:
0
一、启动pod 1. 手动启动 apiVersion: v1 kind: Pod metadata: name: nginx-test labels: app: nginx-test spec: containers: - name: nginx image: nginx imagePullPoli ...
分类:
其他好文 时间:
2021-03-15 11:26:20
阅读次数:
0
一、MSF原则概述 1 、推动信息共享与沟通( Foster open communication ) 2 、为共同的远景工作( Work toward a shared vision ) 3 、充分授权和信任( Empower team members ) 4 、各司其职,对项目共同负责( Est ...
分类:
其他好文 时间:
2021-03-12 14:07:48
阅读次数:
0
SYZOJ 搭建 Note 开了一台全新的 Aliyun,Ubuntu 20.04 基本按照官方文档走一遍就 OK 但是中间有几个地方卡住了 尝试用 npm install 失败了,后来换成 yarn 就成功了,原因未知 systemctl 始终 fail,所以我直接开了三个 screen,把三个 ...
分类:
其他好文 时间:
2021-03-11 20:53:40
阅读次数:
0