上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 367 下一页
摘要: 001、直接使用双引号输出 [root@pc1 test2]# echo "hello world!" ## 双引号输出感叹号报错 -bash: !": event not found 002、测试转义字符 [root@pc1 test2]# ls [root@pc1 test2]# echo "h 阅读全文
posted @ 2023-01-05 15:51 小鲨鱼2018 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test]# a="abc" [root@pc1 test]# b="abcde" [root@pc1 test]# echo $a abc [root@pc1 test]# echo $b abcde [root@pc1 test]# echo ${#a} ## 输出 阅读全文
posted @ 2023-01-05 14:53 小鲨鱼2018 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test]# ls a.txt [root@pc1 test]# cat a.txt d iy 5f er sd 34 d8 3f dg dg xe j7 [root@pc1 test]# sed 's/\S\+/KKK/' a.txt ## 第一列 KKK iy 5f 阅读全文
posted @ 2023-01-05 09:02 小鲨鱼2018 阅读(2196) 评论(0) 推荐(0) 编辑
摘要: 原因:据说是同一个电路,电流的变化会产生脉冲。 解决办法:将键盘和鼠标对计算机睡眠的唤醒功能关闭。 001、右击此电脑,选择管理 002、 003、找到右侧的键盘,点开 004、右击键盘下面的子选项,选择属性 005、选择电源管理、将允许此设备唤醒计算机前面的勾选去掉,然后点击确定 006、依次将键 阅读全文
posted @ 2023-01-03 00:23 小鲨鱼2018 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 001、查看系统 [root@PC1 ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、安装环境依赖 yum -y install gcc install zlib zlib-devel bzip2-devel 阅读全文
posted @ 2023-01-02 23:05 小鲨鱼2018 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 001、python3.11编译报错 /home/software/python/Modules/_ctypes/_ctypes.c:118:17: fatal error: ffi.h: No such file or directory 002、解决方法 [root@PC1 python]# y 阅读全文
posted @ 2023-01-02 13:19 小鲨鱼2018 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 network-scripts]# cat ifcfg-ens32 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="static" DEFROUTE="yes" IPV4_FAILURE_ 阅读全文
posted @ 2023-01-02 12:36 小鲨鱼2018 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 001、测试文件 [root@PC1 test2]# ls a.txt b.txt [root@PC1 test2]# cat a.txt ## 测试文件 a b k c j [root@PC1 test2]# cat b.txt ## 测试文件 a x b y c 002、输出两个文件合并后的唯一 阅读全文
posted @ 2023-01-01 21:39 小鲨鱼2018 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 001、pscp命令的目录,在安装putty的目录,如下图: 002、在pscp目录下打开cmd命令: 鼠标放置任意空白处,按住shift键,然后鼠标右击弹出对话框,选择在此处打开powershell选项。 弹出如下界面: 003、实现windows到linux中传输文件 pscp C:/Users 阅读全文
posted @ 2023-01-01 20:08 小鲨鱼2018 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls test.txt [root@PC1 test]# cat test.txt ## 测试数据 Abpink Jnzoar Bizxar Abcd [root@PC1 test]# cat -A test.txt ## 第三行出现特殊字符B-BM- A 阅读全文
posted @ 2023-01-01 17:22 小鲨鱼2018 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 367 下一页