Linux服务加入systemctl|service管理 一.加入systemctl 1.添加 vim /usr/lib/systemd/system/user_timejob.service # copy to /usr/lib/systemd/system # systemctl enable ...
分类:
系统相关 时间:
2021-05-24 13:48:55
阅读次数:
0
vi and vim编辑器 1. 基本介绍 参看文档:Linux vi/vim | 菜鸟教程 (runoob.com) 所有的Linux系统都会内建vi文本编辑器 vim具有程序编辑的能力,可以看作是vi的增强版本,是一个程序开发工具 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但是 ...
分类:
系统相关 时间:
2021-05-24 13:46:03
阅读次数:
0
安装 javaee jdk mysql apache ideaIU shell编程 x.sh脚本 格式要求: 1.脚本以#!/bin/bash开头 2.脚本要有可执行权限 vim hello.sh 写上: #!/bin/bash echo "hello,world" 保存退出 sh hello.sh ...
分类:
系统相关 时间:
2021-05-24 13:41:21
阅读次数:
0
Document对象 通过Selenium获取元素属性.注释:Selenium获取元素属性,只能获取属性,不能修改属性值 1 # 通过Selenium获取元素属性 2 #将定位赋值给el 3 el = driver.find_element_by_xpath('//*[@id="ai-topsear ...
分类:
Web程序 时间:
2021-05-24 13:15:21
阅读次数:
0
修改为2个空格 /etc/vim/vimrc或者末行模式 set tabstop=4 这一个就可以了 set shiftwidth=4 移动到行尾shfit + 4 移动到行首shfit + 6 上下左右 k h l j 行首插入I 行尾插入A 插销u 撤销一行修改U 前进ctrl + y 删除字符 ...
分类:
系统相关 时间:
2021-05-24 10:48:04
阅读次数:
0
ifdown br0 brctl delbr br0 rm ifcfg-br0 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.111 NET ...
分类:
其他好文 时间:
2021-05-24 10:45:19
阅读次数:
0
下载源文件(这一步建议安装高版本,因为很多软件要求高) wget https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz 解压缩到合适的目录 配置环境变量 sudo vim ~/.bashrc 输入以下指令 export GOROOT=/usr/lo ...
分类:
系统相关 时间:
2021-05-24 10:36:26
阅读次数:
0
需要安装 3种模式 指令模式 a 后面 i 前面 dd 删除一行 ndd 复制光标所在向下n行 (光标位置算第一行) u 撤销 yy 复制 nyy 复制光标所在向下n行 (光标位置算第一行) p 复制到光标下一行 . 重复上一个操作 编辑模式 命令行模式 : x 保存 退出 w 保存 q 退出 q! ...
分类:
系统相关 时间:
2021-05-24 10:31:42
阅读次数:
0
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
编程语言 时间:
2021-05-24 10:17:27
阅读次数:
0
Appveyor: FIND: Parameter format not correct directory需要双引号 ...
分类:
移动开发 时间:
2021-05-24 09:44:38
阅读次数:
0