我試圖從txt文件中讀取學生的地圖,之後我向地圖中添加一個新學生(現在比以前更大)並將其保存迴文件。關閉程序並重新加載文件中的數據後,新學生未保存。 HashMap<String, Student> studentObj = new HashMap<>(SIZE);
try {
ObjectInputStream in = new ObjectInputStream(new File
我正在實現AES算法128位密鑰。加密後,加密數據的前16個字節將存儲在.docx文件中。之後,.docx文件將被阻止。 XWPFDocument document = new XWPFDocument() ;
FileOutputStream out = new FileOutputStream(filename,true);//filename is .docx word document
這是我的可序列化類。 public class Person implements Serializable{
private String name;
private String surname;
private int age;
public Person(String name,String surname,int age){
this.name = name;