上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 337 下一页
摘要: 《C#入门经典》 《C#高级编程》 《C# Primer Plus 中文版》 阅读全文
posted @ 2021-03-13 14:52 emanlee 阅读(1422) 评论(0) 推荐(0)
摘要: split -l 200 all_prefetch_cmd.sh --additional-suffix=.sh -d -a 2 down_ 200 行 后缀 .sh down_00.sh down_01.sh down_02.sh 阅读全文
posted @ 2021-03-12 11:06 emanlee 阅读(455) 评论(0) 推荐(0)
摘要: 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 阅读(1676) 评论(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 阅读(11776) 评论(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 阅读(418) 评论(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 阅读(369) 评论(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 阅读(470) 评论(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 阅读(655) 评论(0) 推荐(0)
摘要: 确保 tensorflow 成功安装 conda install numpy pandas jupyter notebook matplotlibconda install scipy h5pypip install TFLearn 阅读全文
posted @ 2021-03-07 22:07 emanlee 阅读(163) 评论(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 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 337 下一页