Giter Site home page Giter Site logo

kvinlang's Projects

activemq icon activemq

多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat

b2cweb icon b2cweb

仿淘宝的B2C商城项目 一、项目介绍:本项目使用SSH框架和MySQL数据库。实现Spring对Hibernate和Struts的整合。目前实现功能:(1)前台功能:用户注册、商品展示、购物车功能(商品进行添加、删除、修改、查看操作),订单提交。(2)后台功能:商品增删改查和订单管理。(3)商品搜索(搜索内容进行分词,提取关键字,模糊查询)。(4)QQ在线咨询功能。本项目基本实现完整的B2C网站的功能。二、项目部署:本项目使用Eclipse_EE + Tomcat7.0+ MySql5.6的开发环境。1、安装 Eclipse_EE、Tomcat、MySql软件。2、MySql数据库中创建shop数据库。(1)CREATE DATABASE shop CHARACTER SET utf8 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT COLLATE utf8_general_ci ; (2)本项目中sql/shop.sql,执行shop.sql,SQL语句创建各种表单,和默认管理员用户 ,默认普通用户。管理员用户名:admin,密码:123.普通用户的用户名:throne212,密码 123. 3、本网站源码导入Eclipse中,网站就可以运行。 ../Shop/manager/index.jsp为后台管理界面。三、任何问题 给我发邮件:[email protected]

beauty_ssm icon beauty_ssm

优雅的SSM(Spring+SpringMVC+Mybatis)框架

bfe icon bfe

Open-source layer 7 load balancer derived from proprietary Baidu FrontEnd

cl-order icon cl-order

订单管理系统:多种维度、多种渠道订单管理,自动化处理,及退换货处理。

cl-privilege icon cl-privilege

通用权限管理系统:作为配置中心,管理后台系统的菜单、功能、用户、角色等,并提供DUBBO接口。

distributed_spider_pku_java icon distributed_spider_pku_java

1. 主要分为三个模块,一个爬虫抓取模块,一个是数据处理模块,一个是用户模块。 2. 爬虫抓取模块主要是从直播吧、新浪体育、网易体育上爬取有关足球的新闻和用户关于足球的评论,利用集群HADOOP抓取网页,分析得出URL集,提取特征URL 3. 网页linux脚本过滤得到原始网页,然后二次过滤得到文本,并使用分布式储存。 4. 处理模块主要是根据训练集规则一和规则二,得到分词器,然后对文本进行操作,得出训练结果。 5. 通过特征脚本得到训练结果的特征词分类,然后提取出球队模糊集和球星模糊集。 6. 过滤得到球队精确集和球星精确集,并存入MYSQL数据库。 7. 从数据库中提取球星和球队的信息进行图表分析,并动态显示WIKI信息,调入显示模块中和用户进行交换

dubbo icon dubbo

:loudspeaker: Dubbo is a distributed, high performance RPC framework empowering applications with service import/export capabilities.

fastcrawler icon fastcrawler

一个快速,简单,基于多线程的网络爬虫框架

goshop icon goshop

分布式多店铺电商系统,使用技术:spring 、springmvc、mybatis、maven、html5、jquery、freemarker、Redis(缓存服务器)、Solr(搜索引擎)、Dubbo(调用系统服务)、Nginx(web服务器)、FastDFS(文件服务器)、Shiro(权限框架)、Zookeeper(分布式应用程序协调服务)

goshop2 icon goshop2

在goshop的基础上进行重构,将逐步完善分布式、高可用、多店铺电商系统

hxyframe icon hxyframe

hxyFrame是一个OA办公系统,采用流行的框架springMvc+spring+mybatis+shiro+ehcache开发,还集成了权限管理(菜单权限、数据权限),完善的代码生成器,solr全文搜索引擎,activiti工作流程引擎,cas单点登陆等功能,后期还会考虑改造成Dubbo微服务化,做到模块的相对独立,使用更加灵活,努力做到快速开发OA办公系统。 感兴趣可以Watch、Start持续关注项目最新状态,加入QQ群:210315502 大家一起学习开发解决问题。

ik-analyzer icon ik-analyzer

No longer maintained. Please contact the origional author.

ik-analyzer-1 icon ik-analyzer-1

mirror from http://code.google.com/p/ik-analyzer 支持Lucene5。老版本请从release拿

ikanalyzer icon ikanalyzer

Chinese tokenizer, modify from http://git.oschina.net/wltea/IK-Analyzer-2012FF

jb_ssh icon jb_ssh

基于SSH技术的聚宝商城的设计与开发

leave_sys icon leave_sys

独立开发给企业私人定制的一个请假系统,亮点: 流程、Excel批量导入导出、邮件/微信企业号定时通知及快捷审批.

litemall icon litemall

又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端

ltl icon ltl

SSM+sso+redis+solr+rabbitMQ+Nginx+dubbo 分布式综合项目demo

mall icon mall

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.