上一页 1 ··· 249 250 251 252 253 254 255 256 257 ··· 408 下一页
摘要: 1、问题 paste异常 [root@centos7 test]# ls test.ped test.txt [root@centos7 test]# cat test.txt 10 YH 1 GS 11 YH [root@centos7 test]# cat test.ped 10 10 0 0 阅读全文
posted @ 2022-04-06 18:15 小鲨鱼2018 阅读(116) 评论(0) 推荐(0)
摘要: 1、问题 unable to start device PNG 2、排查,进入R,输入:capabilities() 3、测试 > png("a.png") Error in .External2(C_X11, paste0("png::", filename), g$width, g$height 阅读全文
posted @ 2022-04-06 15:43 小鲨鱼2018 阅读(697) 评论(0) 推荐(0)
摘要: 1、R编译安装出现如下问题: configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support 2、系统 [root@centos7 R- 阅读全文
posted @ 2022-04-06 15:00 小鲨鱼2018 阅读(4071) 评论(0) 推荐(0)
摘要: 1、创建计划任务服务 [root@centos7pc1 test2]# ls [root@centos7pc1 test2]# date Wed Apr 6 17:16:12 CST 2022 [root@centos7pc1 test2]# at now+2 min ## 设置任务时间, 2分钟后 阅读全文
posted @ 2022-04-06 09:21 小鲨鱼2018 阅读(234) 评论(0) 推荐(0)
摘要: 1、 [root@centos7pc1 test2]# ls test.sh [root@centos7pc1 test2]# cat test.sh ## 测试脚本 #!/bin/bash read -p "please input an number or an letter: " KEY ca 阅读全文
posted @ 2022-04-06 08:52 小鲨鱼2018 阅读(47) 评论(0) 推荐(0)
摘要: 1、 [root@centos7pc1 test2]# ls test.sh [root@centos7pc1 test2]# cat test.sh ## 脚本 #!/bin/bash for i in `seq 9` do for j in `seq 9` do echo "$i * $j" | 阅读全文
posted @ 2022-04-05 20:03 小鲨鱼2018 阅读(385) 评论(0) 推荐(0)
摘要: 1、 [root@rhel7pc1 test]# echo "xxx" xxx [root@rhel7pc1 test]# echo -n "xxx" ## -n选项实现不换行输出 xxx[root@rhel7pc1 test]# 阅读全文
posted @ 2022-04-05 19:55 小鲨鱼2018 阅读(538) 评论(0) 推荐(0)
摘要: 1、 [root@rhel7pc1 test]# ls test.sh [root@rhel7pc1 test]# cat test.sh #!/bin/bash NUM=10 while [ $NUM -gt 0 ] ## 循环条件 do echo "$NUM xxxx" let NUM-- ## 阅读全文
posted @ 2022-04-05 19:43 小鲨鱼2018 阅读(1174) 评论(0) 推荐(0)
摘要: 1、问题 configure: error: select TLS backend(s) or disable TLS with --without-ssl. 2、解决方法,没有问题 [root@rhel7pc1 curl-7.82.0]# ./configure --with-wolfssl 参考 阅读全文
posted @ 2022-04-05 18:27 小鲨鱼2018 阅读(2456) 评论(0) 推荐(0)
摘要: 1、下载地址:https://curl.se/download/ 参考:https://blog.csdn.net/wangpanbaoding/article/details/79104609 1)下载curl包(可以在这个网站上找最新的版本 http://curl.haxx.se/downloa 阅读全文
posted @ 2022-04-05 18:07 小鲨鱼2018 阅读(1961) 评论(0) 推荐(0)
上一页 1 ··· 249 250 251 252 253 254 255 256 257 ··· 408 下一页