摘要: http://geek.csdn.net/news/detail/48765 阅读全文
posted @ 2016-01-04 09:22 liyunyu1 阅读(277) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/the_fire/article/details/7252472 阅读全文
posted @ 2016-01-02 15:08 liyunyu1 阅读(442) 评论(0) 推荐(0) 编辑
摘要: Spring中 CP30数据源配置 classpath:jdbc.properties ... 阅读全文
posted @ 2015-12-29 14:36 liyunyu1 阅读(1922) 评论(0) 推荐(0) 编辑
摘要: import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;imp... 阅读全文
posted @ 2015-11-26 10:49 liyunyu1 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.IOException; 2 3 import javax.ws.rs.core.MediaType; 4 5 import org.apache.commons.httpclient.HttpClient; 6 import org.apache... 阅读全文
posted @ 2015-11-26 10:32 liyunyu1 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 一个User类有username,password属性,还有 otherInformation等其他属性,username和password映射到一个表,otherInformation等其他属性映射到另一 个表,使用User类时不会感觉到是两个表的的存在,如何配置User.mapping.xml文... 阅读全文
posted @ 2015-11-18 13:32 liyunyu1 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: class的属性不能大写,因为这个问题浪费了不少时间 阅读全文
posted @ 2015-02-08 01:50 liyunyu1 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 大部分系统都有权限系统。一般来说,它能管控人员对某个否页面的访问;对某些字段、控件可见或者不可见。对gridview中的数据是否可删除、可添加、可新增等等。大部分人都把权限作为一个子系统独立出来。但是这里我不是想设计一个权限管理系统,网上的设计方案太多了,可以说每个开发人员都有自己的开发权限管理系统... 阅读全文
posted @ 2014-04-22 18:56 liyunyu1 阅读(699) 评论(0) 推荐(0) 编辑
摘要: -------------------------------------MyEclipse 快捷键1(CTRL)-------------------------------------Ctrl+1 快速修复Ctrl+D: 删除当前行Ctrl+Q 定位到最后编辑的地方Ctrl+L 定位在某行Ctrl+O 快速显示 OutLineCtrl+T 快速显示当前类的继承结构Ctrl+W 关闭当前EditerCtrl+K 快速定位到下一个Ctrl+E 快速显示当前Editer的下拉列表Ctrl+J 正向增量查找(按下Ctrl+J后,你所输入的每个字母编辑器都提供快速匹配定位到某个单词,如果没有,则在s 阅读全文
posted @ 2014-04-08 17:09 liyunyu1 阅读(419) 评论(0) 推荐(0) 编辑
摘要: ================================================================================= 模板: ==================================================================================--------------------------------------------------------------------------------------------------... 阅读全文
posted @ 2014-03-21 20:41 liyunyu1 阅读(325) 评论(0) 推荐(0) 编辑