// function list(data)
//var commen_content2
//commen_content2 = ''
//commen_content2 = commen_content2 + ''
//commen_content2 = commen_content2 + ''
//commen_content2 = commen_content2 + ''
//commen_content2 = commen_content2 + '
'//commen_content2 = commen_content2 + '
'//commen_content2 = commen_content2 + '
'//commen_content2 = commen_content2 + '
'//commen_content2 = commen_content2 + '
'//commen_content2 = commen_content2 + ''
//var commen_content3
//commen_content3 = ''
//commen_content3 = commen_content3 + ''
//commen_content3 = commen_content3 + ''
//commen_content3 = commen_content3 + ''
//commen_content3 = commen_content3 + '
'//commen_content3 = commen_content3 + '
'//commen_content3 = commen_content3 + '
'//commen_content3 = commen_content3 + '
'//commen_content3 = commen_content3 + '
'//commen_content3 = commen_content3 + ''
//var commen_content
//commen_content = ''
//var commen_content2
//commen_content2 = ''
// var page = ,
// bind: function () else
// },
// //待辦事項\已辦事項
// //跟蹤事項
// //給頁面填充資料
// mymattercontent: function (data,content)
// },
// //頁面動態顯示方法
// show: function (data)
// switch (data.f_first2)
// switch (data.f_second1)
// switch (data.f_second2)
// switch (data.f_second3)
// switch (data.f_third1)
// switch (data.f_third2)
// switch (data.f_third3)
// switch (data.f_fourth1)
// switch (data.f_fourth2)
// switch (data.f_fourth3)
// switch (data.f_fourth4)
// switch (data.f_fourth5)
// },
// addevent: function () );
// $("#left-2-button").click(function () );
// $("#left-3-button").click(function () );
// $("#right-button").click(function () );
// //$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) );
// },
// openconfig: function (data) )
// }
// })
// },
// gonggao: function () ,
// xingwen: function () ,
// jijian: function () ,
// pingjian: function () ,
// yuejian: function () ,
// changyong: function () ,
// yiban: function () ,
// genzong: function () ,
// chaxun: function () ,
// gongzuoyouxiang: function () ,
// richeng: function () ,
// luntandongtai: function () ,
// zuijinhuiyi: function ()
// }
// page.init();
//}// verify = function (index)
// else
// //1審批2傳閱3加簽4子流程5重新建立
// switch (tasktype) );
// break;
// case "2":// 傳閱
// learun.frametab.open();
// break;
// case "3":// 加簽
// learun.frametab.open();
// break;
// case "4":// 子流程
// learun.frametab.open();
// break;
// case "5":// 重新建立
// learun.frametab.open();
// break;
// case "6":// 重新建立
// learun.frametab.open();
// break;
// }
// }
// eye = function (index)
// else
// if (tasktype == '4' || tasktype == '6') );
// }
// else );
// }
// }
mysql注入頁面 php mysql注入頁面實現
首先來借鑑一下注入點,以往的注入點是這樣的典型的數字型注入。id get id 獲取get方式傳過來的值並賦值給變數 既然是注入那麼肯定要運算元據庫。con mysql connect 127.0.0.1 root root 使用connect這個函式來連線資料庫,然後賦值給變數,connect這個...
springboot yaml配置注入
springboot使用乙個全域性的配置檔案 配置檔案名稱是固定的 語法結構 key value 語法結構 key 空格 value yaml是 yaml ain t a markup language yaml不是一種標記語言 的遞迴縮寫。在開發的這種語言時,yaml 的意思其實是 yet ano...
spring boot 配置注入
spring boot配置注入有變數方式和類方式 參見 spring boot 自定義配置屬性的各種方式 變數中又要注意靜態變數的注入 參見 spring boot 給靜態變數注入值 靜態變數注入需要注意 value 與set函式必須連著寫,不能分開。另外記得在類前加 component 注入 pr...