//統計登入系統的資訊 這裡主要是時間 使用者名稱 ip位址
string ip=servletactioncontext.getrequest().getremoteaddr();
date dt=new date();//如果不需要格式,可直接用dt,dt就是當前系統時間
dateformat df = new ******dateformat("yyyy-mm-dd hh:mm:ss");//設定顯示格式
string nowtime= df.format(dt);//用dateformat的format()方法在dt中獲取並以yyyy/mm/dd hh:mm:ss格式顯示
string syspath = system.getproperty("user.dir"); //可以獲取到tomcat到 /bin目錄
string tomcatpath=syspath.replace("bin","logs"); //修改路徑到tomcat下的/logs/
system.out.println(loginuser.getloginid()+"=="+ip+"=="+nowtime+"=="+syspath);
string longinmessage=nowtime+" "+loginuser.getloginid()+" "+ip;
filewriter filewrite = null;
try catch (ioexception e) finally catch (ioexception e)
}需要主要的是:
string ip=servletactioncontext.getrequest().getremoteaddr(); 如何得到的結果是
localhost:8080修改為127.0.0.1:8080;
讀取檔案並寫入到編輯框中
最近的專案需要讀取某特定格式的檔案,並實時的將文字檔案的內容更新到編輯框中去,現在功能已經實現,特將原始碼發上來,希望能幫助一些人,由於水平不高,可能 的優化度和質量不是很高,見諒!開啟乙個已存在的記事本檔案 cfiledialog dlg true,null,null,ofn hidereadon...
如何控制工程中的LOG資訊,並寫入檔案
02 tflog.h 03 04 created by tom fewster on 08 06 2010.05 06 07 if target os iphone target iphone simulator 08 import 09 else 10 import 11 endif 12 13 ...
C語言讀取輸入的字元並寫入到檔案中
學習c語言時練習向檔案中寫入字元的 程式。file main.c author wuguowei created on 2015年2月12日,上午11 54 include include int main int argc,char argv ch getchar printf 請輸入準備儲存到檔...