上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 342 下一页
摘要: 运行servler报错 java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory 或 java.lang.ClassNotFoundException: org.apache.commons.fileu 阅读全文
posted @ 2019-04-01 13:15 emanlee 阅读(929) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-08 09:32 emanlee 阅读(1383) 评论(0) 推荐(0)
摘要: You can do this with find alone using the -exec action: {} will be expanded to the files found and + will enable us to read as many arguments as possi 阅读全文
posted @ 2019-03-08 09:27 emanlee 阅读(229) 评论(0) 推荐(0)
摘要: 链接:https://www.zhihu.com/question/266170237/answer/342137190 设置Chrome启用Flash,修改配置之前先看Chrome的版本,不同版本设置方法不一样。 ## Chrome 69.0之前 ##1. 打开 chrome://settings 阅读全文
posted @ 2019-03-01 14:02 emanlee 阅读(7256) 评论(0) 推荐(0)
摘要: centos7用的是firewall 添加单个黑名单只需要把ip添加到 /etc/hosts.deny 格式 sshd:$IP:deny vim /etc/hosts.deny 添加你要禁止的ip就可以了 这是允许的 /etc/hosts.allow sshd:19.16.18.1:allow ss 阅读全文
posted @ 2019-01-31 19:37 emanlee 阅读(13937) 评论(0) 推荐(1)
摘要: cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 10 Intel(R) Xeon(R) CPU E5-2430 v4 @ 2.10GHz 阅读全文
posted @ 2019-01-30 21:35 emanlee 阅读(13332) 评论(0) 推荐(0)
摘要: [root@]# smartctl --all /dev/sdasmartctl 6.5 2016-05-07 r4318 [x86_64-linux-3.10.0-957.1.3.el7.x86_64] (local build)Copyright (C) 2002-16, Bruce Allen 阅读全文
posted @ 2019-01-30 10:05 emanlee 阅读(10286) 评论(0) 推荐(0)
摘要: 调试脚本检查脚本语法错误bash -n /path/to/some_script调试执行bash -x /path/to/some_scriptshell里的变量 本地变量:只对当前shell有效;作用范围可以是整个shell程序文件,包括脚本中的函数,对其他的shell无效。 环境变量:对当前sh 阅读全文
posted @ 2019-01-28 23:34 emanlee 阅读(450) 评论(0) 推荐(0)
摘要: For anyone wondering how to read these messages one by one, you can just use 'mail' Then type a message number from the list which you want to read. T 阅读全文
posted @ 2019-01-28 12:47 emanlee 阅读(229) 评论(0) 推荐(0)
摘要: 1. 下载安装 直接去官网下载二进制软件,解压后的trimmomatic-0.36.jar即为我们需要的软件 官网: http://www.usadellab.org/cms/index.php?page=trimmomatic wget http://www.usadellab.org/cms/u 阅读全文
posted @ 2019-01-26 23:10 emanlee 阅读(3389) 评论(0) 推荐(0)
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 342 下一页