上一页 1 ··· 174 175 176 177 178 179 180 181 182 ··· 367 下一页
摘要: 001、生成数组, 生成数组a root@ubuntu2204:/home/test# a[0]=800 root@ubuntu2204:/home/test# a[1]=500 root@ubuntu2204:/home/test# a[2]="kkk" root@ubuntu2204:/home 阅读全文
posted @ 2022-06-26 20:33 小鲨鱼2018 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 001、问题 002、搜索Windows PowerShell 003、 以管理员身份执行如下代码:Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage 04、重启计算机 阅读全文
posted @ 2022-06-26 15:53 小鲨鱼2018 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 001、问题如下: 002、解决方法 003、 004、 005、 阅读全文
posted @ 2022-06-26 12:33 小鲨鱼2018 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 001、 root@PC1:/home/test3# cat a.txt 1 2 3 4 5 root@PC1:/home/test3# cat b.txt test01 test02 test03 test04 test05 root@PC1:/home/test3# cat test.r lib 阅读全文
posted @ 2022-06-22 17:34 小鲨鱼2018 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 001、 dir() ped1 <- read.table("test.ped") ped1 ped2 <- read.table("test.ped", colClasses = "character") ## 增加该参数 ped2 阅读全文
posted @ 2022-06-22 15:58 小鲨鱼2018 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 001、求每列的和 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt 3 5 2 4 1 3 5 5 2 3 8 3 root@PC1:/home/test2# awk '{for(i = 1; i <= NF; i++) 阅读全文
posted @ 2022-06-20 18:02 小鲨鱼2018 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 001、求每列的和 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt ## 测试数据 3 5 2 4 1 3 5 5 2 3 8 3 root@PC1:/home/test2# for i in $(seq $(head - 阅读全文
posted @ 2022-06-20 17:46 小鲨鱼2018 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 1、001 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt 1 e d 3 w e root@PC1:/home/test2# awk '{if($0 != "") {i = 0} else {i++}} END {pri 阅读全文
posted @ 2022-06-20 14:57 小鲨鱼2018 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt 3 w e 1 e d root@PC1:/home/test2# cat -A a.txt $ $ 3 w e$ $ 1 e d$ root@PC1:/home/ 阅读全文
posted @ 2022-06-20 11:55 小鲨鱼2018 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt 1 e d 2 a g 3 w e 4 d g 5 g j 6 e j 7 l m 8 i n root@PC1:/home/test3# a=3 ## 行号 3 ro 阅读全文
posted @ 2022-06-20 11:27 小鲨鱼2018 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 174 175 176 177 178 179 180 181 182 ··· 367 下一页