Windows常用快捷键 Ctrl+c 复制 Ctrl+v 粘贴 Ctrl+a 全选 Ctrl+x 剪切 Ctrl+z 撤销 Ctrl+s 保存 Alt+F4 关闭窗口(Mac里的Alt键是option) Windows+r 运行键(Mac里的Windows键是command) 任务管理键 Ctrl ...
[root@Server-qnrsyp system]# wget --no-check-certificate https://dl.grafana.com/oss/release/grafana_7.3.7_amd64.deb --2021-02-02 00:21:25-- https://dl ...
分类:
其他好文 时间:
2021-02-02 11:34:53
阅读次数:
0
####刷新页面 command+r ####强制刷新页面 command+shift+r ####清除缓存 command+shift+del ####打开开发者调试 command+option+i ...
分类:
系统相关 时间:
2021-02-02 11:07:56
阅读次数:
0
1、下载R安装包 [root@centos7 home]# wget https://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.6.3.tar.gz --2021-01-31 23:52:23-- https://mirror.bjtu.edu.cn/cran ...
分类:
系统相关 时间:
2021-02-02 10:42:34
阅读次数:
0
linux下载文件命令 wget命令 wget命令用来从指定的URL下载文件。wget非常稳定,它在带宽很窄的情况下和不稳定的网络中有很强的适应性,如果由于网络的原因下载失败,wget会不断的尝试,直到整个文件下载完毕。如果是服务器打断下载过程,它会再次连到服务器上从停止的地方继续下载。这对从那些限 ...
分类:
系统相关 时间:
2021-02-01 12:54:27
阅读次数:
0
code macname@MacdeMacBook-Pro zipfiles % cat test.sh #!/bin/bash ZIP_FILES=$(ls *.zip) for zip_file in $ZIP_FILES; do unzip $zip_file done macname@Mac ...
分类:
系统相关 时间:
2021-02-01 11:49:14
阅读次数:
0
参考:https://www.cnblogs.com/bonelee/p/11376294.html https://www.jianshu.com/p/04c2a9ccaa75 https://blog.csdn.net/qq_27586341/article/details/90751794/ ...
分类:
其他好文 时间:
2021-02-01 11:37:56
阅读次数:
0
ln -s 源文件[目录] 目标文件[目录] 源文件地址需要是绝对路径 进入/usr/local/bin cd /usr/local/bin 创建软连接 ln -s 地址 启动名 查看已有软连接 ...
分类:
系统相关 时间:
2021-01-30 11:45:23
阅读次数:
0
//添加地址 HttpWebRequest requestUrl = (HttpWebRequest)WebRequest.Create(url); requestUrl.Method = "GET"; requestUrl.Accept = "text/html,application/xhtml ...
分类:
其他好文 时间:
2021-01-30 11:41:21
阅读次数:
0
macOS11.1 入坑! 网上看了一下午的帖子,包括官网,重装command line tool,修改brew_install文件,报错443,Faild during:git getch错误 脱坑! 终端复制粘贴,直接回车 /bin/zsh -c "$(curl-fsSL https://git ...
分类:
系统相关 时间:
2021-01-29 11:56:58
阅读次数:
0