import?java.io.*;
創(chuàng)新互聯(lián)是一家專注于網(wǎng)站建設(shè)、成都網(wǎng)站制作與策劃設(shè)計(jì),譙城網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)十多年,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:譙城等地區(qū)。譙城做網(wǎng)站價(jià)格咨詢:18982081108
public?class?FileDemo{
public?static?void?main(String[]?args)throws?Exception{
//第一個(gè)參數(shù)是文件路徑,第二個(gè)參數(shù)是要搜索的文件擴(kuò)展名
getFile("D:\\JavaDemo",".txt");
}
private?static?void?getFile(String?pathName,?final?String?endsWith)throws?Exception{
File?file?=?new?File(pathName);
if(!file.exists())
throw?new?RuntimeException("文件不存在,你檢索個(gè)P呀。");
file.listFiles(new?FileFilter(){
public?boolean?accept(File?file){
if(file.getName().endsWith(endsWith)){
System.out.println(file.getName());
return?true;
}else
return?false;
}
});
}
}
jsp搜索只支持當(dāng)前頁面搜索如存在翻頁功能請使用java
以頁面列表為例:
1.在列表頁單條記錄外套一層div;div name="searchName" search="J2聯(lián)賽北九州金澤塞維"/div
search為自定義屬性 value為可搜索的關(guān)鍵字
2.js
$("[name='searchName']").each(function(){
var n = $(this).attr("search");
if(n.indexOf(name) == -1 )
{
$(this).hide();//隱藏不存在關(guān)鍵字的列表
}
});
你是要顯示guanshan.html和shigushan.html??
用javascript跳轉(zhuǎn)地址不就好了
scriptlocation.href='XXXXX/guanshan.html'/script
...另外,別用什么access呀,半殘數(shù)據(jù)庫.