1 mvc三層結(jié)構(gòu) m modal 模型 v view 視圖層 c controller 控制層
1mvc三層結(jié)構(gòu) 6個(gè)文件 m modal 模型層 service serviceImpl dao daoImpl v view 視圖層 j...
分頁的核心 limit limit 起始位置,條數(shù) limit 條數(shù) n(m-1)n頁數(shù) m條數(shù) 校驗(yàn)頁碼數(shù)是否大于總頁數(shù) function s...
ckeditor的使用 進(jìn)入插件復(fù)制到web-app下面 script導(dǎo)入ckeditor.js文件 引入類選擇器ckeditor,textar...
單例模式:一個(gè)類里面只有一個(gè)實(shí)例,此實(shí)例只有自身能調(diào)用 properties里面的參數(shù) 不需要寫引號不加任何符號 mysql.driver=co...
filter是實(shí)現(xiàn)filter接口實(shí)現(xiàn)的 Filter接口有三個(gè)方法:init() doFilter() destory()。init()和...
獲取servletcontext ServletContext對象名=this.getServletContext() 賦值 對象名.setAt...
原生ajax步驟(原理) 1創(chuàng)建XMLHttpRequest對象 2初始化組建/創(chuàng)建HTTP請求 3發(fā)送請求 4設(shè)置回調(diào)函數(shù) 5函數(shù)主體 $.a...
sql預(yù)處理 preparedStatement pst=null放刨; pst = connection.prepareStatement(sql...