MySQL解决in个数超过1000失效的问题

MySQL解决in个数超过1000失效的问题 // 解决in个数超过1000的问题 List<Long> buildingIds = (List<Long>)params.get("buildingIds"); if(ValidateUtil.collectionsIsNotEmpty(buildingIds)){List<String>
阅读全文

jquery mobile禁止data-ajax无刷新效果

jquery mobile禁止data-ajax无刷新效果局部:a标签中设置data-ajax为false全局:在jqm.js之前插入$(document).bind("mobileinit", function() {//全局禁用ajax提交无刷新效果$.mobile.ajaxEnabled=false});jqm的ajax效果会影响含有file的表单提交,导致报错error
阅读全文

jquery mobile中点击事件问题

jquery mobile中点击事件问题click事件在手机web端有200~300ms的延迟tap事件在web端无延迟,可以用touch事件替代touch事件包括touchstart,touchmove,touchend,touchcanceltouchstart:当手指触摸到屏幕会触发;touchmove:当手指在屏幕上移动时,会触发;touchend:当手指离开屏幕时,会触发;touchca
阅读全文

mysql中文排序问题

mysql中文排序问题select '2号楼‘+0;select '11号楼'+0;mysql会以第一个非数字结束截取上面的查询结果为2和11如果’楼1‘,则结果为0
阅读全文
首页 1 末页 共 4 条记录