摘要: select a.id, a.username, substring_index(substring_index(a.course, '|', b.help_topic_id + 1), '|', -1) course from student a JOIN mysql.help_topic b O 阅读全文
posted @ 2020-04-03 17:31 贝宝纸 阅读(104) 评论(0) 推荐(0) 编辑
摘要: for(int i=0; i<list.size(); i++){ Map<String,Object> oldMap = list.get(i); if(newList.size()>0){ boolean isContain = false; for(int j=0; j<newList.siz 阅读全文
posted @ 2020-01-03 15:51 贝宝纸 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-04 09:01 贝宝纸 阅读(397) 评论(0) 推荐(0) 编辑
摘要: public void searchexport(String idcards, HttpServletRequest request, HttpServletResponse response,String id) { OutputStream out = null; Map map = new 阅读全文
posted @ 2019-07-04 08:59 贝宝纸 阅读(564) 评论(0) 推荐(0) 编辑
摘要: public List<Map<String, Object>> getdaohang() { List<Map<String, Object>> listone = new ArrayList<>(); String sqlone = "SELECT id,name,url FROM column 阅读全文
posted @ 2019-05-31 16:37 贝宝纸 阅读(1991) 评论(0) 推荐(0) 编辑
摘要: $("#opinion").textbox('textbox').bind("click", function () { alert ("aaaaa")}) 阅读全文
posted @ 2019-04-24 15:29 贝宝纸 阅读(142) 评论(0) 推荐(0) 编辑
摘要: $('#isdelete').combobox('select',''); 阅读全文
posted @ 2017-07-17 17:20 贝宝纸 阅读(236) 评论(0) 推荐(0) 编辑
摘要: var data = ${count};//后台返回的总条数 var nums =5; //每页出现的数量 var pages = Math.ceil(data/nums); //得到总页数 if(pages=='1'){ pages = data; } var thisDate = functio 阅读全文
posted @ 2017-07-13 09:56 贝宝纸 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: 只要在springmvc.xml配置 就OK bean 里面配置prop key 阅读全文
posted @ 2017-07-10 08:29 贝宝纸 阅读(225) 评论(0) 推荐(0) 编辑
摘要: $('#dg').datagrid('unselectAll'); 阅读全文
posted @ 2017-07-04 15:06 贝宝纸 阅读(3611) 评论(0) 推荐(0) 编辑