摘要:
一、创建业务层 (1)创建业务层接口IElecTextService.java package com.cppdy.ssh.service; import com.cppdy.ssh.domain.ElecText; public interface IElecTextService { publi 阅读全文
posted @ 2018-10-25 22:34
知识追求者
阅读(130)
评论(0)
推荐(0)
摘要:
一、创建dao层 (1)创建接口ICommonDao.java package com.cppdy.ssh.dao; public interface ICommonDao<T> { public void save(T entity); } (2)创建实现类CommonDaoImpl.java,实 阅读全文
posted @ 2018-10-25 21:43
知识追求者
阅读(165)
评论(0)
推荐(0)
摘要:
点击“Help”--> Install New Software Name:ColorThemeLocation:http://eclipse-color-theme.github.io/update Window -> Perferences -> General -> Appearance -> 阅读全文
posted @ 2018-10-25 13:36
知识追求者
阅读(2987)
评论(0)
推荐(1)
摘要:
点击“Help”--> Install New Software Name:propertiesLocation:http://propedit.sourceforge.jp/eclipse/updates 阅读全文
posted @ 2018-10-25 13:07
知识追求者
阅读(748)
评论(0)
推荐(1)
摘要:
点击“Help”--> Install New Software Name:subclipse 1.12Location:http://subclipse.tigris.org/update_1.12.x 鼠标右键,点击“新建”-->资源库位置 在目标文件夹上点击鼠标右键-->检出为 阅读全文
posted @ 2018-10-25 12:54
知识追求者
阅读(260)
评论(0)
推荐(0)