码迷,mamicode.com
首页 >  
搜索关键字:shell shift    ( 35612个结果
常用Windows 快捷键
windows 快捷键 (目录) 打开 cmd 当前目录下打开cmd:Windows 文件资源管理器路径栏中输入 cmd 当前目录下打开cmd:在文件夹中,按shift键,点击右键,选择在此处打开cmd user目录下:Windows+r,然后输入cmd 另外,在文件上shift+右键会多出来一个 ...
分类:Windows程序   时间:2021-05-04 15:37:05    阅读次数:0
js中的队列结构
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:Web程序   时间:2021-05-04 15:33:37    阅读次数:0
快捷键组合及应用场景
电脑常用快捷键 · 键盘功能键:Tab、Shift、Ctrl、Alt、空格、Enter、Window、 · 键盘快捷键:全选、复制、粘贴、撤销、保存、关闭窗口、运行、永久删除..... 快捷键组合及功能 Ctrl+C 复制 Ctrl+V 粘贴 Ctrl+A 全选 Ctrl+Z 撤销 Ctrl+S 保 ...
分类:其他好文   时间:2021-05-04 15:32:17    阅读次数:0
[LeetCode] 1844. Replace All Digits with Characters
You are given a 0-indexed string s that has lowercase English letters in its even indices and digits in its odd indices. There is a function shift(c, ...
分类:其他好文   时间:2021-05-04 15:31:41    阅读次数:0
IDEA开启热部署功能
1、【file】==》【settings】==》【build,execution,deployment】==》【compiler】==》勾选【build project automatically】。 2、【ctrl+shift+a】==》【actions】==》【registry】==》勾选【co ...
分类:其他好文   时间:2021-05-04 15:26:55    阅读次数:0
shell逐行读取替换
#!/bin/bash while read linedo echo $line txt=`echo $line |awk -F' ' '{print $1}'` id=`echo $line|awk -F' ' '{print $3}'` echo $txt echo $id sed "s/ws2 ...
分类:系统相关   时间:2021-05-03 12:39:24    阅读次数:0
Golang包管理工具govendor的使用&go mod
govendor简介 golang工程的依赖包经常使用go get命令来获取,例如:go get github.com/kardianos/govendor ,会将依赖包下载到GOPATH的路径下。 常用的依赖包管理工具有godep,govendor等,在Golang1.5之后,Go提供了 GO15 ...
分类:其他好文   时间:2021-05-03 12:03:26    阅读次数:0
Crontab 的使用
crontab 用于设置定时任务,通过 cat /etc/crontab 可查看 crontab 示例: $ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details s ...
分类:其他好文   时间:2021-05-03 11:54:27    阅读次数:0
python调用钉钉机器人发起通知
有时候需要做个某些服务的状态监控,用钉钉机器人发通知挺方便的。可以用shell脚本配合crontab检测状态,检测到异常就调用python脚本发起告警。 python内容 此处用的python3,需要先安装requests模块。pip install requests -i https://mirr ...
分类:编程语言   时间:2021-04-30 12:35:08    阅读次数:0
windows10 13个必学快捷键
window 10 13个必学快捷键1. win + D (缩小/还原窗口)2. win + E 文件资源管理器 --> ctrl + N 新增一个新的文件资源管理器3. win + SHIFT + S (可以截取鼠标右键的功能图)--> win + A 打开截图的文件4. win + V 打开剪贴 ...
分类:Windows程序   时间:2021-04-29 12:07:04    阅读次数:0
35612条   上一页 1 ... 16 17 18 19 20 ... 3562 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!