用户交互伪类选择器的用法 :hover 鼠标移入 :link 没有交互 :visited 访问过 :active 鼠标按下不放 <a href="">Pesudo classes</a> <a href="">Pesudo classes</a> <a href="">Pesudo classes< ...
分类:
Web程序 时间:
2021-02-01 12:58:59
阅读次数:
0
异常类别 java.lang.Throwable java.lang.Exception:checked Exception → 强调要求调用者必须处理(评估调用者处理能力),从程序语法角度讲是必须进行处理的异常 java.lang.RuntimeException:unchecked Except ...
分类:
其他好文 时间:
2021-02-01 12:26:37
阅读次数:
0
ln -s 源文件[目录] 目标文件[目录] 源文件地址需要是绝对路径 进入/usr/local/bin cd /usr/local/bin 创建软连接 ln -s 地址 启动名 查看已有软连接 ...
分类:
系统相关 时间:
2021-01-30 11:45:23
阅读次数:
0
xdg-mime default dde-file-manager.desktop inode/directory ...
分类:
其他好文 时间:
2021-01-30 11:43:41
阅读次数:
0
No active profile set, falling back to default profiles: default SpringBoot发布的时候发现出现这个错误 , 当然这个错误一搜就有答案 , 大部分是依赖的问题 <dependency> <groupId>org.springfr ...
分类:
编程语言 时间:
2021-01-28 12:00:28
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
# cp [-adfilprsu] 源文件(source) 目标文件(destination)# cp [options] source1 source2 source3 …. directory参数:-a :相当于 -pdr 的意思;-d :若来源文件为连结文件的属性(link file),则复制 ...
分类:
系统相关 时间:
2021-01-26 12:02:15
阅读次数:
0
目前我认为非标准的技术分类: 加密解密 漏洞利用 逆向工程 拒绝服务 无线攻击 硬件黑客 嗅探欺骗 维持访问 数字取证 社会工程 匿名隐形 这个分类与kali的14个分类不太一样,信息收集基本包含在所有的我的分类中,漏洞分析、web分析、数据库评估、利用工具都包含在漏洞利用中,密码攻击就是加密解密, ...
分类:
其他好文 时间:
2021-01-25 11:05:31
阅读次数:
0
Kernel setup There are two kernel structs, kernel.Kernel and ring0.Kernel. kernel.Kernel contains most of kernel data structures while ring0.kernel on ...
分类:
其他好文 时间:
2021-01-22 12:24:28
阅读次数:
0
一.前言: 软件测试是为了评估软件应用程序的功能,以确定开发的软件是否满足指定的要求,并确定缺陷,以确保产品无缺陷,从而生产出高质量的产品。而软件测试分为手工测试和自动化测试两大类。手工测试和自动化测试都有各自的优点和缺点,而且我们知道项目都有很关键的要素:质量、成本和时间,任何项目的目标都是获得高 ...
分类:
编程语言 时间:
2021-01-21 10:56:11
阅读次数:
0