06 2017 档案

摘要:1.mysql 2.use 库名(evrental) 3.show tables (这个命令后会出现 ->符合后然后;回车) 阅读全文
posted @ 2017-06-30 15:03 JLCUI 阅读(898) 评论(0) 推荐(0) 编辑
摘要:<div id="divUserIntegralList" class="easyui-window" data-options="iconCls:'icon-save',closed:'true',collapsible:false,minimizable:false,maximizable:fa 阅读全文
posted @ 2017-06-22 10:48 JLCUI 阅读(212) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.common.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.URL; import java.net.URLCon... 阅读全文
posted @ 2017-06-21 15:27 JLCUI 阅读(4759) 评论(0) 推荐(0) 编辑
摘要:第一种:$.post请求 json function destroyUser(){ var path = '/gtSysUser/deleteUser'; var rows = $('#dg').datagrid('getChecked'); if (rows.length>0){ $.messager.confirm('消... 阅读全文
posted @ 2017-06-20 11:47 JLCUI 阅读(301) 评论(0) 推荐(0) 编辑
摘要:使用easyui-window初始化一个窗口,由于窗口上方的按钮都是自动组装生成。故很难找到监听事件源(平常做监听,都必须找到事件源)。但是easyui提供了一系列的监听方法:onClose,onBeforeColse...的方法。 如有窗口: 点击关闭的x后触发事件监听: $(document).ready(function(){ $('#win').windo... 阅读全文
posted @ 2017-06-18 18:46 JLCUI 阅读(3178) 评论(0) 推荐(0) 编辑
摘要:myChart.on('click', function (param) { $('#dlg_select').window({href:'/jsp/bgData/vehicleDataView.jsp?vehModelName='+encodeURI(param.name)+'&flag='+param.seriesIndex... 阅读全文
posted @ 2017-06-18 17:36 JLCUI 阅读(802) 评论(0) 推荐(0) 编辑
摘要:车辆统计 服务城市: 阅读全文
posted @ 2017-06-18 02:50 JLCUI 阅读(267) 评论(0) 推荐(0) 编辑
摘要:$.ajax({ type : "POST", data:{ createStartTime:'', createEndTime:'' }, url : "/vehicleDa... 阅读全文
posted @ 2017-06-18 02:17 JLCUI 阅读(33010) 评论(0) 推荐(0) 编辑
摘要:select A.return_car_area, case when A.return_car_area='' THEN 0 ELSE 1 END from t_base_Bq_branch A select A.return_car_area, case A.return_car_area wh 阅读全文
posted @ 2017-06-16 10:02 JLCUI 阅读(11492) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.order.entity; public class DrivingTrack { private String id; private String sn; private String idc; private Long gpsTime; private Double longitude; private Double latitud... 阅读全文
posted @ 2017-06-08 16:03 JLCUI 阅读(214) 评论(0) 推荐(0) 编辑
摘要:List<Integer> listUser = bqManagerMapper.getBqManagerList(); int userid = listUser.get(getRandomInt(listUser.size())); public static int getRandomInt( 阅读全文
posted @ 2017-06-08 15:26 JLCUI 阅读(228) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示