用户交互伪类选择器的用法 :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
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
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
原文链接:https://www.jianshu.com/p/b9fab528dd6b 1、安装openssh-server sudo apt-get install openssh-server 2、开机自动启动ssh命令 sudo systemctl enable ssh 3、关闭ssh开机自动 ...
分类:
系统相关 时间:
2021-01-21 10:31:03
阅读次数:
0
使用javadoc生成jdk api文档 javadoc命令是用来生成自己的API文档的。在编写java代码时,可以对类和方法进行文档注释,写上相应的说明,比如@author、@version、@param、@return等等。然后,使用javadoc命令,即可将自己写的文档注释输出成一份API文档 ...
分类:
编程语言 时间:
2021-01-20 12:11:59
阅读次数:
0
常用dos命令 #盘符切换 #查看当前目录下的所有文件 dir #切换目录 cd (change directory) cd ..#退到上一层目录 cls #清理屏幕 (clear screen) exit #退出终端 ipconfig #查看电脑的ip #打开应用 calc 计算器 mspaint ...
分类:
编程语言 时间:
2021-01-19 12:29:22
阅读次数:
0