快乐的搬砖块

导航

2015年5月15日 #

java通用的方法整理

摘要: 判断字符串是否为空public static boolean IsEmpty(String str){ if (str == null){ return true; } if ("".equals(str)){ ... 阅读全文

posted @ 2015-05-15 12:28 恋shang未来 阅读(209) 评论(0) 推荐(0) 编辑

2015年5月11日 #

Jquery实现select左右栏的添加移除

摘要: 首先是效果展示, 兼容火狐,IE6+,谷歌没测试有java后台数据准备 List GroupList = KBTGroup.GetGroupList(); String userGroup = UserConfig.Get("groupData"); if(JCU... 阅读全文

posted @ 2015-05-11 10:49 恋shang未来 阅读(278) 评论(0) 推荐(0) 编辑

2014年1月3日 #

kendo ui之grid列表

摘要: 1.test_grid.jsp /staticresources/css/test/test_grid.css" rel="stylesheet"> 2.test_grid.js$(document).ready(function() {rgs=$("#target").val(); createGrid(args);});function createGrid(value){ var dataSource=new kendo.data.DataSource({ transport:{ read:{ typ... 阅读全文

posted @ 2014-01-03 13:03 恋shang未来 阅读(941) 评论(0) 推荐(0) 编辑

kendo-ui学习笔记(一)

摘要: 1.top.jsp:/kendoui/styles/kendo.common.min.css" rel="stylesheet">/kendoui/styles/kendo.metro.min.css" rel="stylesheet">2.在需要的页面引用top.jsp 阅读全文

posted @ 2014-01-03 11:33 恋shang未来 阅读(406) 评论(0) 推荐(0) 编辑

2013年12月6日 #

kendo-ui学习笔记——题记

摘要: 1.Kendo UI基于最新技术HTML5、CSS3和JavaScript标准设计开发。2.官方网址:http://www.kendoui.com/3.API网上查阅英文版网址:http://docs.kendoui.com/api/dataviz/barcode正在使用kendo ui中HTML库进行项目开发,期间遇到过不少的问题,自己跟团队成员在摸索中前进着,学到了很多,拿出来跟大家交流,期待可以共同学习进步。 阅读全文

posted @ 2013-12-06 19:06 恋shang未来 阅读(294) 评论(0) 推荐(0) 编辑