上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1.更改 JDK 编译的版本 为1.6 2.properties Deployment Assembly 增加lib /WEB-INF/lib 3.修改Java文件的字符编码为UTF-8 4.把JAVA工程改为Java WEB 工程。 5.删除Java bulidpath lib 中的JAR包 6. 阅读全文
posted @ 2016-03-11 09:44 le_wenzhong 阅读(124) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=GB 阅读全文
posted @ 2016-03-09 10:10 le_wenzhong 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 3.4.1 Jquery命名空间的方法 可以直接使用jQuery.方法名 或 $.方法名 的形式来调用这些工具方法 问题: for (var key in $.browser) { document.writeln("当前浏览器的" + key + "属性为:" + $.browser[key] + 阅读全文
posted @ 2016-03-08 14:35 le_wenzhong 阅读(433) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=GB 阅读全文
posted @ 2016-03-08 11:45 le_wenzhong 阅读(180) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=GB 阅读全文
posted @ 2016-03-08 11:06 le_wenzhong 阅读(145) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=GB 阅读全文
posted @ 2016-03-08 10:10 le_wenzhong 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=GB 阅读全文
posted @ 2016-03-08 09:28 le_wenzhong 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/jquery/core_jquery.asp w3cshool http://tool.oschina.net/apidocs/apidoc?api=jquery 在线文档 http://hemin.cn/jq/jQuery.ajax.html 阅读全文
posted @ 2016-03-07 10:58 le_wenzhong 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Jquery 结合 easyUI 实现 当选择框中的值等于某一个值的时候,另一个combobox中的值发生变化。 $('#AccType').combobox({ onChange:function(){ if ($('#AccType').combobox('getValue')=="CCA"){ 阅读全文
posted @ 2016-03-04 17:59 le_wenzhong 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: DI:称作依赖注入(Dependency Injection),和控制反转一个概念,具体的讲,当一个角色需要另外一个角色协助的时候,在传统的程序设计中,通常有调用者来创建被调用者的实例。但是在spring中创建被调用者将不再有调用者完成,因此叫控制反转。创建被调用对象有Spring来完成,在容器实例 阅读全文
posted @ 2016-02-26 16:56 le_wenzhong 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页