上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 337 下一页
摘要: StringTie 参考链接: https://ccb.jhu.edu/software/stringtie/index.shtml?t=manual#input https://www.cnblogs.com/adawong/articles/7977314.html 参数简介 StringTie 阅读全文
posted @ 2019-01-15 14:31 emanlee 阅读(21265) 评论(0) 推荐(0)
摘要: REF https://www.plob.org/article/5987.html fastqc的下载 安装 和使用 https://www.cnblogs.com/emanlee/p/10298056.html 解压后,查看html格式的结果报告。结果分为如下几项: 结果分为绿色的"PASS", 阅读全文
posted @ 2019-01-15 14:03 emanlee 阅读(4374) 评论(0) 推荐(0)
摘要: 1 官方规范 计算机学院本科毕业设计论文规范--2019年A4版(草拟)--2018.12.20.zip 这个是官方规范或模板文件,内容和格式都以此为准。 2 那个规范只是毕业论文的? -- 这个是论文的,其他文档也参考这个规范。 3 第一阶段上交"任务书",“”开题报告“” 任务书是不也要交? - 阅读全文
posted @ 2019-01-15 08:41 emanlee 阅读(665) 评论(0) 推荐(0)
摘要: # lsusbBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 001 Device 002: 阅读全文
posted @ 2019-01-13 17:30 emanlee 阅读(1990) 评论(0) 推荐(0)
摘要: As others have pointed out, XFS filesystem cannot be shrunk. So your best bet is to backup /home, remove and recreate its volume in a smaller size and 阅读全文
posted @ 2018-12-25 08:21 emanlee 阅读(4947) 评论(0) 推荐(1)
摘要: Under any linux system, you want to use the command du. (Disk Usage) Common usage is : du -sh file(s) name(s) or du -sh /path/to/dir/* du -sh . Replac 阅读全文
posted @ 2018-12-24 13:45 emanlee 阅读(275) 评论(0) 推荐(0)
摘要: 删除远程主机上MySQL中的一个数据库时,远程主机一直在响应,无法正常删除。这个问题的解决办法如下:在远程主机上登录MySQL,执行show full processlist;观察state和info两列,查看有哪些线程在运行。经过查询发现之前远程删除的时候由于网络中断,锁表了。所以导致再次登录的时 阅读全文
posted @ 2018-12-12 15:55 emanlee 阅读(1629) 评论(0) 推荐(0)
摘要: How to run Tomcat on Port 80 A standard Tomcat installation starts the webserver on port 8080 – which is usually not the desired behavior. In order to 阅读全文
posted @ 2018-12-08 10:47 emanlee 阅读(311) 评论(0) 推荐(0)
摘要: The ? is a wildcard which represents a single character, and the * is a wildcard character that represents any string of characters. When searching fo 阅读全文
posted @ 2018-12-07 22:11 emanlee 阅读(326) 评论(0) 推荐(0)
摘要: How to Install Apache Tomcat 8.5 on CentOS 7.3 From: https://www.howtoforge.com/tutorial/how-to-install-tomcat-on-centos/ This tutorial exists for the 阅读全文
posted @ 2018-12-07 12:59 emanlee 阅读(522) 评论(0) 推荐(0)
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 337 下一页