ztree keyUp功能實現

2021-08-21 08:29:37 字數 1110 閱讀 4753

需求:

1.根據輸入框內容,對樹進行模糊查詢

2.將查詢到得樹內容進行標紅,未匹配得資料進行隱藏

頁面效果:

頁面**:

具體keyup**如下:

//container左側邊欄ztree搜尋

var queryhidenodes = ;//查詢隱藏的

var queryshownodes = ;//查詢展示的

$(".ztreesearch").keyup(function(e)   

}resetcolor();

//展示查詢的節點兒

function showquerynode(node)

}function filterhidefunc(node)

}return boolen;

}function filtershowfunc1(node)

function filtershowfunc2(node)

}return boolen;

}queryshownodes=treeobj.getnodesbyfilter(filtershowfunc1);//過濾得到匹配的名稱的節點

queryhidenodes=treeobj.getnodesbyfilter(filterhidefunc);//過濾得到隱藏的

var queryshownodes2=;

queryshownodes2=treeobj.getnodesbyfilter(filtershowfunc2);//過濾得到展示的節點

if(!queryshownodes.length)

if(queryhidenodes.length)

for( var i=0; i

}treeobj.hidenodes(queryhidenodes);

treeobj.shownodes(queryshownodes2);

$(this).focus();

});

實現LoadPE功能

mytestpe.cpp 定義控制台應用程式的入口點。include stdafx.h include include winnt.h include include include using namespace std 本程式實現列印出pe檔案的段資訊 pimage dos header pdo...

HBase功能實現

要實現操作hbase資料表首先要了解它的原理 第一部分 hbase原理篇 hbase就是基於hadoop的乙個開源專案,也是對google的bigtable的一種實現。bigtable最淺顯來看就是一張很大的表,表的屬性可以根據需求去動態增加,但是又沒有表與表之間關聯查詢的需求。bigtable是g...

實現Linux tail f功能

這個比較好像,不停的去讀檔案,讀到就列印出來 f open a r print f.read end while true try print f.read end except keyboardinterrupt f.close breakcpu占用100 不是乙個好的選擇。一直以來,對selec...