上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: package com.hanqi.test; public class JISQ { public double add(double a,double b) { return (a+b); } } package com.hanqi.test; public class TestDAO { //数据连接 private String conn; ... 阅读全文
posted @ 2016-12-17 16:10 削肾客 阅读(263) 评论(0) 推荐(0)
摘要: //接口package com.hanqi.entity; public interface ITest { void test(); } package com.hanqi.entity; import org.springframework.stereotype.Component; @Component public class Test2 implements IT... 阅读全文
posted @ 2016-12-14 14:38 削肾客 阅读(189) 评论(0) 推荐(0)
摘要: xml 外部配置文件 person.properties 阅读全文
posted @ 2016-12-14 14:25 削肾客 阅读(252) 评论(0) 推荐(0)
摘要: 修改 修改页面 省: 市: 区县: package com.hanqi.dao; import java.util.ArrayList; import java.util.List; import org.hibernate.Session; import org.hibernate.Sessio... 阅读全文
posted @ 2016-12-14 14:09 削肾客 阅读(1599) 评论(0) 推荐(0)
摘要: 学生表 学号: 名称: 性别: 男 女 班级: 生日: 阅读全文
posted @ 2016-12-01 15:36 削肾客 阅读(1731) 评论(0) 推荐(0)
摘要: Insert title here 添加新员工 修改员工 删除员工 产品列表 学生列表 这是考勤信息模块 这是招聘信息模块 这是薪酬信息模块 ... 阅读全文
posted @ 2016-12-01 15:33 削肾客 阅读(230) 评论(0) 推荐(0)
摘要: //窗口 测试 按钮4 按钮5 阅读全文
posted @ 2016-12-01 15:13 削肾客 阅读(428) 评论(0) 推荐(0)
摘要: //导入配置文件 package com.hanqi.test; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.json.JSONException; import com.a 阅读全文
posted @ 2016-11-28 10:32 削肾客 阅读(161) 评论(0) 推荐(0)
摘要: <!DOCTYPE html Insert title here <! 1jQuery的js包 <! 2css资源 <! 3图标资源 <! 4easyui的js包 <! 5本地语言包 $(function(){ / alert("前面,阻塞代码运行"); //弹出对话框 $.messager.ale 阅读全文
posted @ 2016-11-23 21:05 削肾客 阅读(150) 评论(0) 推荐(0)
摘要: <!DOCTYPE html Insert title here //调用jquery //相当于window.load()当窗口加载完毕之后触发 $(function(){ //alert("hello jquery"); //选择器 //id选择器 $(" bt1").click( functi 阅读全文
posted @ 2016-11-23 20:38 削肾客 阅读(110) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 15 下一页