摘要: $("#MultiPoint").datagrid({ url:"${pageContext.request.contextPath}/TDataMonitoring/TDataMonitoringGrid.do;"+ $.now(), rownumbers:true, pageSize:10, p 阅读全文
posted @ 2016-05-10 15:56 安静的程序媛 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 在前台js代码中由于一些业务之间的先后顺序,有时会涉及到需要某句代码或者某个函数延时执行的情况: setTimeout(function(){ alert("Hello world"); //可以是一句或是很多句代码,也可以是个函数 },10000); //延时10秒 有时涉及到延时问题时,可能也会 阅读全文
posted @ 2016-05-10 15:36 安静的程序媛 阅读(28175) 评论(0) 推荐(0) 编辑
摘要: 1、设置对应时间控件 <input id="add_starttime" type="text" class="easyui-datebox" style="width: 166px;"></input> 2、在对应js中对datebox控件进行控制 //开始时间 $('#starttime').d 阅读全文
posted @ 2016-05-10 15:31 安静的程序媛 阅读(2304) 评论(0) 推荐(0) 编辑
摘要: dboTGcGridinfo dbotgcgridinfo = new dboTGcGridinfo(); try { if(isadd.equals("true")){ //判断是新增, //将前台传入的id和name放入对象中 dbotgcgridinfo.setId(gridid); dbot 阅读全文
posted @ 2016-05-10 15:23 安静的程序媛 阅读(979) 评论(0) 推荐(0) 编辑