上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: /*Navicat MySQL Data TransferSource Server : testSource Server Version : 50528Source Host : localhost:3306Source Database : te... 阅读全文
posted @ 2015-03-13 11:32 thero 阅读(13587) 评论(0) 推荐(0)
摘要: Jquery使用: 1 引入Jquery文件; 2 在之间添加jquery代码; 案例1-使用Jquery弹出hello world内容: jquery_1.html--> 注意问题: 1 window.onload与ready是类似的,都是在页面加载完毕后执行的内容;不同的是on... 阅读全文
posted @ 2015-01-20 11:28 thero 阅读(353) 评论(0) 推荐(0)
摘要: Insert title here id为one,class为one的divclass为mini 来class为mini title为other class为mini title为test class为mini class 为mini class 为mini cla... 阅读全文
posted @ 2015-01-20 11:21 thero 阅读(413) 评论(0) 推荐(0)
摘要: 定义和用法 closest() 方法获得匹配选择器的第一个祖先元素,从当前元素开始沿 DOM 树向上。 语法.closest(selector) 参数描述selector字符串值,包含匹配元素的选择器表达式。详细说明如果给定表示 DOM 元素集合的 jQuery 对象,.closest() 方法允许... 阅读全文
posted @ 2015-01-20 11:16 thero 阅读(377) 评论(0) 推荐(0)
摘要: JQuery的extend扩展方法: Jquery的扩展方法extend是我们在写插件的过程中常用的方法,该方法有一些重载原型,在此,我们一起去了解了解。 一、Jquery的扩展方法原型是:extend(dest,src1,src2,src3...); 它的含义是将src1,src2,src3..... 阅读全文
posted @ 2015-01-20 10:55 thero 阅读(207) 评论(0) 推荐(0)
摘要: 方法1:效果:找到项目所在的路径,打开.settings文件,在该文件中找到org.eclipse.wst.common.component文件;查看内容 uses uses 这个是配置关联项目的内... 阅读全文
posted @ 2014-11-26 09:06 thero 阅读(1031) 评论(0) 推荐(0)
摘要: 今天在配置mybatis的双向关联的时候,遇到了一些问题,现在在这里总结一下:现在有学生和老师两个实体:student(N): teacher (1)数据库的关联:Supervisor_id表示的是老师的id;是外键Sql语句:/* Navicat MySQL Data Transfer Sourc... 阅读全文
posted @ 2014-10-30 11:40 thero 阅读(476) 评论(0) 推荐(0)
摘要: ExtJS Grid 获得选中项数据 - hwq1987的专栏 - 博客频道 - CSDN.NETGrid的数据源是store,我们有时需要做点击某一个项而触发一定的事件,在这个处理过程中,我们不免需要得到点击的那个项,如何获得相应的数据呢?首先,来看看怎么写触发事件。假设变量_grid就是一个Gr... 阅读全文
posted @ 2014-09-28 15:40 thero 阅读(802) 评论(0) 推荐(0)
摘要: renderer: function(value) { if (Ext.isEmpty(value)) {//判断是否是日期类型的数据 return ''; } else { if (Ext.isDate(value)) ... 阅读全文
posted @ 2014-09-05 15:10 thero 阅读(2172) 评论(0) 推荐(0)
摘要: Extjs 日期选择控件代码示例: (function(){ Ext.onReady(function(){ Ext.QuickTips.init(); Ext.create('Ext.form.Panel',{ title:'Ext.form.field.Date示例', frame:true, ... 阅读全文
posted @ 2014-07-30 22:21 thero 阅读(154) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 15 下一页