上一页 1 ··· 232 233 234 235 236 237 238 239 240 ··· 403 下一页
摘要: 1、测试数据 > dir() [1] "test.txt" > library(data.table) > dat <- fread("test.txt") ## 不加该参数 > dat V1 V2 1: ab 35 2: df 100 3: er 54 > class(dat$V2) [1] "i 阅读全文
posted @ 2022-05-03 12:01 小鲨鱼2018 阅读(394) 评论(0) 推荐(0)
摘要: 1、intel i3、i5、i7、i9表示系列: 2、AMD cpu天梯图:https://www.mydrivers.com/zhuanti/tianti/cpu/ 阅读全文
posted @ 2022-05-03 11:29 小鲨鱼2018 阅读(382) 评论(0) 推荐(0)
摘要: 1、查看系统 [root@centos7pc1 test]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@centos7pc1 test]# hostnamectl Static hostname: cento 阅读全文
posted @ 2022-05-02 19:38 小鲨鱼2018 阅读(3671) 评论(0) 推荐(0)
摘要: 1、-O , 指定下载文件的名称 示例: [root@centos7pc1 test]# ls [root@centos7pc1 test]# wget -O xxx.zip https://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_2022 阅读全文
posted @ 2022-05-02 19:11 小鲨鱼2018 阅读(601) 评论(0) 推荐(0)
摘要: 1、从cran安装(https://cran.r-project.org/) 示例: > install.packages("ggplot2") ## 安装 trying URL 'https://mirrors.bfsu.edu.cn/CRAN/bin/windows/contrib/4.1/gg 阅读全文
posted @ 2022-05-02 13:02 小鲨鱼2018 阅读(1405) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/qq_45322084/article/details/123901724 1.环境 安装1.先执行命令安装EPEL仓库 yum install epel-release 2.然后再执行 yum install R 有提示就按 y键即可 安装完成输入 阅读全文
posted @ 2022-05-02 12:12 小鲨鱼2018 阅读(1024) 评论(0) 推荐(0)
摘要: 1、查看系统 [root@centos7pc1 software]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop- 阅读全文
posted @ 2022-05-02 11:38 小鲨鱼2018 阅读(364) 评论(0) 推荐(0)
摘要: 1、查看系统 root@liujiaxinpc1:/home/test# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.0 阅读全文
posted @ 2022-05-02 10:35 小鲨鱼2018 阅读(1484) 评论(0) 推荐(0)
摘要: 1、系统 root@liujiaxinpc1:/home/test# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 阅读全文
posted @ 2022-05-02 02:18 小鲨鱼2018 阅读(1956) 评论(0) 推荐(0)
摘要: 1、查看系统及代码 root@liujiaxinpc1:/home# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 阅读全文
posted @ 2022-05-02 01:15 小鲨鱼2018 阅读(3536) 评论(0) 推荐(0)
上一页 1 ··· 232 233 234 235 236 237 238 239 240 ··· 403 下一页