ssh實現ajax最簡單的方法

2021-07-11 04:34:47 字數 1206 閱讀 4122

如何在ssh

框架中使用

ajax

?需要的工作以下所示:

1. 在struts

配置檔案中不寫

result

。即不需要給

action

配置結果集

2. 方法的返回值為void

3. servletactioncontext.getresponse().getwriter().write("this is ajax");  //以這種方式傳值

如何給properties

配置檔案讀寫?關鍵是獲取到路徑讀:

inputstream in = propertieshelper.class.getclassloader().getresourceasstream("setting.properties");

properties

.load(in);

public

staticstring getproperty(string key)

if(properties

!=null&& properties

.containskey(key))

returnproperties

.getproperty(key);

return"";}寫:

string classpath = propertieshelper.class.getclassloader().getresource("/").touri().getpath();

//outputstream

fos= new fileoutputstream(propertieshelper.class.getclassloader().getresource("/")+"setting.properties");

outputstream fos =newfileoutputstream(classpath+"setting.properties");

properties

.put(key, value);

properties

.store(fos, key+"setvalue:"+value);

最簡單的Ajax

宣告變數 var xhr false var txt 在瀏覽器載入完所有的頁面資源後建立 非同步物件 window.onload function txt.onblur doajax 點選按鈕時呼叫此方法,使用ajax到伺服器拿資料 function doajax 函式 function watch...

最簡單的方法實現遞迴

方法一 取出第一條 var first allmenulist.where e e.parentid 0 tolist foreach遞迴 allmenulist.foreach e e.childrenitem allmenulist.where a a.parentid e.id tolist ...

最簡單SSH工具 PUTTY PSCP PSFTP

1.2.建議putty操作 執行 putty直接可執行 執行 putty l 使用者名稱 pw 密碼 ip位址 建議psftp 操作 執行 psftp l 使用者名稱 pw 密碼 ip位址 修改putty樣式。regedit進入登錄檔後,在hkey current user software sim...