ztreev3.5.24完成站點選擇功能
1.頁面新增引用
= core + excheck + exedit ( 不包括 exhide )或者用core.js +excheck.js
//包含於ztreestyle資料夾
2.新增頁面ztree js
//ztree
var setting =
treenode: ,
//,//,
//,//,
//,//,
//,//];
$(document).ready(function() //end for
$("#cc1").val(selectnode);
$("#cc1hidenvalue").val(selectnodeid);
3.新增頁面的css
/*站ztree點選擇*/
.ckshadowblock
.ckshadowblockclose /*
懸浮框的倒三角沒有用到
.ckshadowblock********
*/ 4.新增頁面input和相關顯示的html
<
input
id="cc1hidenvalue"
type
="text"
style
="display:none;"
/>//
影藏的傳值input //
增加乙個監測點選擇ck
//$("#report_report1_btnsearch").parent().before("站點選擇' /> "); [
關閉]");
"cc1").setattribute("onclick","sitechoseonclick()");
$("#cc1").unbind('click').click(function())
$("#cc1").attr("readonly","readonly");
//$("#cc1").attr("margin-bottom","0px");
5.進行資料查詢和返回的頁面ztree.aspx的cs檔案
usingsystem;
usingsystem.collections.generic;
usingsystem.data.sqlclient;
public
partial
class
report_ztree : system.web.ui.page }
//序列化,將物件轉化為json字串
protected
stringgetjson()
///
///獲取表中ztree欄位
/////public listgetlist()
public
stringjsonstring()";
//stringlist1= "";
//stringlist1= "";
//stringlist1= "";
stringlist1 = "";
jsonstring1 = jsonstring1 +stringlist1 + ",";}}
connection.close();
}using (sqlconnectionconnection =new
sqlconnection(strconn))
";jsonstring1 = jsonstring1 +stringlist2 + ",";}}
connection.close();
}//return list;
return jsonstring1;
}顯示效果:
用到的資料表:
python3 5 2內建函式
內建函式 abs dict help min setattr all dir hex next slice any divmod id object sorted ascii enumerate input oct staticmethod bin eval int open str bool ex...
JIRA3 5 2試用手記
一直以來都是用ms project系列來管理專案的,由於沒有配置伺服器所以它們沒有起到應有的作用,而僅僅是我自己乙個人對專案的管理,如生成各種報表,將每個組員的任務製成 狀態跟蹤等等,一點也沒有協同的感覺。後來看到許多的人都在使用jira,說其能夠整合多種管理工具,並且協同性比較強,完全架構在j2e...
Python3 52安裝擴充套件錯誤
importerror no module named setuptools 這句錯誤提示的表面意思是 沒有setuptools的模組,說明python缺少這個模組,那我們只要安裝這個模組即可解決此問題,下面我們來安裝一下 如果需要就加上 no check certificate引數 wget no...