上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 347 下一页
摘要: mount -t ntfs-3g /dev/sdc /mnt/disk_12TB_end11ACNTFS signature is missing.Failed to mount '/dev/sdc': 无效的参数The device '/dev/sdc' doesn't seem to have 阅读全文
posted @ 2021-03-11 17:02 emanlee 阅读(1733) 评论(0) 推荐(0)
摘要: ifconfig 显示全部网卡 yum install iftop iftop -PB 使用iftop -PB来监控各进程网络速率情况,可以查看各端口的网络速率情况 iftop -i em1查看一个网卡的流量 nload 用上下箭头翻页 REF https://blog.csdn.net/yyws2 阅读全文
posted @ 2021-03-11 14:08 emanlee 阅读(12001) 评论(0) 推荐(1)
摘要: Navacat连接Oracle数据库的时候,会提示ORA-12737:Instant Client Light:unsupported server character set ZHS16GBK 1 Oracle 版本, Windows 版本, Navicat 版本: 这三个必须是一样的 32位,或 阅读全文
posted @ 2021-03-10 18:05 emanlee 阅读(462) 评论(0) 推荐(0)
摘要: 使用SRAdb V2获取SRA数据安装SRAdbV2包install.packages('BiocManager')BiocManager::install('seandavi/SRAdbV2')使用SRAdbV2 首先需要创建一个 R6类-Omicidx library(SRAdbV2)oidx 阅读全文
posted @ 2021-03-08 20:39 emanlee 阅读(426) 评论(0) 推荐(0)
摘要: The Sequence Read Archive (SRA) is an archive for high throughput sequencing data, publically accessible, for the purpose of enhancing reproducibility 阅读全文
posted @ 2021-03-08 20:07 emanlee 阅读(502) 评论(0) 推荐(0)
摘要: pandas df: new_df['tissue'] = new_df['tissue'].str.lower() <ipython-input-24-d2fb04c89c2a>:1: SettingWithCopyWarning: A value is trying to be set on a 阅读全文
posted @ 2021-03-08 09:15 emanlee 阅读(676) 评论(0) 推荐(0)
摘要: 确保 tensorflow 成功安装 conda install numpy pandas jupyter notebook matplotlibconda install scipy h5pypip install TFLearn 阅读全文
posted @ 2021-03-07 22:07 emanlee 阅读(182) 评论(0) 推荐(0)
摘要: Dataframe & Series Columns & Index Missing values: NaN df.index df.columns df.data type(...) df.dtypes series.to_frame() s.value_counts() s.describe() 阅读全文
posted @ 2021-03-07 21:40 emanlee 阅读(98) 评论(0) 推荐(0)
摘要: file_object = open( 'ssue.csv', 'w', 'utf-8') TypeError: an integer is required (got type str)对于第三个参数,指定编码方式必须要加encoding=“utf-8” read_helper=open(chec 阅读全文
posted @ 2021-03-07 14:52 emanlee 阅读(1533) 评论(0) 推荐(0)
摘要: readline() UnicodeDecodeError: 'gbk' codec can't decode byte 0xbd in position 7265: illegal multibyte sequence 解决方法 将 open(class_file_name, 'r') 改为 op 阅读全文
posted @ 2021-03-06 21:51 emanlee 阅读(413) 评论(0) 推荐(0)
上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 347 下一页