- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/jeecg/p3-weixin
- 软件文档: http://git.oschina.net/jeecg/p3-weixin
软件介绍
现在微信越来越火,基于微信的公众号和服务号越来越丰富,单一的微信管家系统已经满足不了微信的需求。Jeecg社区推出插件式开发框架,P3-weixin 微信插件式开发框架,适合于微信管家系统,扩展第三方插件,插件以JAR形式存在,让微信营销更灵活。
架构技术说明
1.P3-weixin 采用SpringMvc + Mybatis + Velocity+ Maven(构建) 框架技术
2.插件引入方式
pom.xml文件中,引入新开发的插件
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>P3-Biz-gzbargain</artifactId>
<version>2.0.0</version>
</dependency>
3.项目启动访问方式:采用maven方式,启动Web项目 http://localhost:8080/P3-Web/{页面访问地址}
4.页面层面不能采用jsp,需要采用模板语言Velocity
5.实现插件式开发,按照模块进行开发,每个模块可以单独达成jar包
6.数据库配置文件:src/main/resources/db.properties
Web Data Mining
Bing Liu / Springer / 2011-6-26 / CAD 61.50
Web mining aims to discover useful information and knowledge from Web hyperlinks, page contents, and usage data. Although Web mining uses many conventional data mining techniques, it is not purely an ......一起来看看 《Web Data Mining》 这本书的介绍吧!
