我正嘗試創建一個嵌入式碼頭服務器,它既有一個用於提供某些動態數據的自定義servlet,也有用於提供某些圖像的默認servlet。我有自定義的servlet工作,但我不知道如何添加默認的servlet來提供圖像文件。 這是我... private void setUpServer(ServerOptions options){
s = new Server(options.getPort
你認爲哪個更好?存儲數據庫(sql)vs文件服務器上的xml文件? 一些考慮: *there will be a great number of new files (> 800 per day)
*much more reads than writes, let say 5-10 per every new file
*and almost no updates or modificatio