資源簡介
客戶關系管理系統(crm),源碼(含數據庫),Struts2.0+Spring+Hibernate開發,包括營銷管理、客戶管理、服務管理、統計報表、限管理六個模塊,帶需求文檔及數據庫文檔,小組形式開發,SVN整合,開發工具eclipse,以及表設計
代碼片段和文件信息
package?org.jb.common.biz;
import?org.jb.common.dao.CommonDAO;
public?class?baseBiz?{
private?CommonDAO?commonDAO;
public?CommonDAO?getCommonDAO()?{
return?commonDAO;
}
public?void?setCommonDAO(CommonDAO?commonDAO)?{
this.commonDAO?=?commonDAO;
}
public?static?boolean?isNotNullOrEmpty(String?s){
if(s?==?null){
return?false;
}
if(s.trim().equals(““)){
return?false;
}
return?true;
}
public?static?String?BuildDateClause(String?dateStringString?fieldName){
String?ret?=?““;
if(dateString?==?null){
return?ret;
}
String[]?arr?=?dateString.split(“-“);
for(String?s?:?arr){
int?i?=?parseInt(s);
if(i?!=?-1){
ret?+=?“and?“?+?fieldName?+?“?like?‘%“?+?i?+?“%‘?“;
}
}
return?ret;
}
public?static?int?parseInt(String?s){
int?i?=?-1;
try{
i?=?Integer.parseInt(s);
}catch(NumberFormatException?e){
e.printStackTrace();
}
return?i;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-11-18?16:34??crm_project1\
?????目錄???????????0??2009-09-17?13:01??crm_project1\Databa
?????文件?????2490368??2009-09-19?14:26??crm_project1\Databa
?????文件?????4325376??2009-09-19?14:26??crm_project1\Databa
?????文件?????2031616??2009-09-19?14:26??crm_project1\Databa
?????文件?????3932160??2009-09-19?14:26??crm_project1\Databa
?????文件????????2045??2008-09-17?15:20??crm_project1\hibernate.reveng.xm
?????目錄???????????0??2009-09-17?15:43??crm_project1\src\
?????文件????????5302??2008-09-17?15:20??crm_project1\src\applicationContext-customer.xm
?????文件????????3076??2008-09-17?15:20??crm_project1\src\applicationContext-dict.xm
?????文件????????2923??2008-09-17?15:20??crm_project1\src\applicationContext-sale.xm
?????文件????????2906??2008-09-17?15:20??crm_project1\src\applicationContext-service.xm
?????文件????????3119??2008-09-17?15:20??crm_project1\src\applicationContext.xm
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\com\
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\com\crm\
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\com\crm\struts\
?????文件??????????78??2008-09-17?15:20??crm_project1\src\com\crm\struts\ApplicationResources.properties
?????文件???????????0??2008-09-17?15:20??crm_project1\src\com\crm\struts\kjfjf
?????文件????????1913??2009-09-18?11:49??crm_project1\src\hibernate.cfg.xm
?????文件?????????637??2008-09-17?15:20??crm_project1\src\log4j.properties
?????目錄???????????0??2009-09-17?15:43??crm_project1\src\org\
?????目錄???????????0??2009-09-17?15:43??crm_project1\src\org\jb\
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\org\jb\common\
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\org\jb\common\biz\
?????文件?????????963??2008-09-17?15:20??crm_project1\src\org\jb\common\biz\ba
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\org\jb\common\dao\
?????文件?????????460??2008-09-17?15:20??crm_project1\src\org\jb\common\dao\CommonDAO.java
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\org\jb\common\dao\hibimpl\
?????文件????????2388??2009-09-19?02:04??crm_project1\src\org\jb\common\dao\hibimpl\CommonDAOHibImpl.java
?????文件????????1654??2008-09-17?15:20??crm_project1\src\org\jb\common\dao\hibimpl\HibernateSessionFactory.java
?????目錄???????????0??2009-09-17?15:44??crm_project1\src\org\jb\common\filter\
............此處省略490個文件信息
- 上一篇:微信_2.6.2.31.exe
- 下一篇:C和指針中文版.pdf
評論
共有 條評論