摘要:
1、脚本实例 #!/usr/bin/expect -f set user xxx set privateKey /home/.ssh/id_rsa set host 127.0.0.1 set port 8080 set upFilePath [index $argv 0] # 表示传入的第一个参数 阅读全文
摘要:
public class ReadFileDemo1 { /** * 获取错误文件中的记录号 * @param sourceFile * @return */ public static int[] readBadFile(String sourceFile){ FileReader in = nu 阅读全文