摘要:
一、创建业务层 (1)创建业务层接口IElecTextService.java package com.cppdy.ssh.service; import com.cppdy.ssh.domain.ElecText; public interface IElecTextService { publi 阅读全文
摘要:
一、创建dao层 (1)创建接口ICommonDao.java package com.cppdy.ssh.dao; public interface ICommonDao<T> { public void save(T entity); } (2)创建实现类CommonDaoImpl.java,实 阅读全文
摘要:
点击“Help”--> Install New Software Name:ColorThemeLocation:http://eclipse-color-theme.github.io/update Window -> Perferences -> General -> Appearance -> 阅读全文
摘要:
点击“Help”--> Install New Software Name:propertiesLocation:http://propedit.sourceforge.jp/eclipse/updates 阅读全文
摘要:
点击“Help”--> Install New Software Name:subclipse 1.12Location:http://subclipse.tigris.org/update_1.12.x 鼠标右键,点击“新建”-->资源库位置 在目标文件夹上点击鼠标右键-->检出为 阅读全文