Pinned Repositories
ActionBar-PullToRefresh
DEPRECATED
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
activiti-in-action-codes
Activiti官方唯一推荐中文书籍——《Activiti实战》示例源码
AmazeFileManager
Amaze File Manager source code
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为后台管理界面。三、任何问题 给我发邮件:nietaooldman@126.com。
BossSensor
Hide screen when boss is approaching.
canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
seckill
the source code of `seckill` with development documentation :zap:
shiro
integrating `Shiro` into SSM to control the authority management :bowtie:
sjian1990's Repositories
sjian1990/Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
sjian1990/AmazeFileManager
Amaze File Manager source code
sjian1990/canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
sjian1990/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
sjian1990/face
😀微软小冰检测图片颜值评分接口
sjian1990/face2face
基于netty的异步非阻塞实时聊天(IM)服务器。
sjian1990/FaceDetector
Face detection for your Android app
sjian1990/flume-ng-sql-source
Flume Source to import data from SQL Databases
sjian1990/fnlp
中文自然语言处理工具包 Toolkit for Chinese natural language processing
sjian1990/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
sjian1990/FtpFileOpreate
sjian1990/hadoop
Mirror of Apache Hadoop
sjian1990/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换
sjian1990/jsoup
jsoup: Java HTML Parser, with best of DOM, CSS, and jquery
sjian1990/messageSend
Email/websocket message send to user
sjian1990/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
sjian1990/pay-java-parent
轻量级支付模块集成(微信支付,友店扫码,支付宝)支付整合,app,扫码,即时到帐,统一支付接口、支持多种支付类型多支付账户
sjian1990/PayMap
Java后端实现三方支付集成支付宝(国内、国际、移动端、PC端)、微信、银联(acp、upop)、光大(网关、网页)、邮政支付
sjian1990/shopizer
Shopizer java e-commerce software
sjian1990/shopping-management-system
该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
sjian1990/simhash
中文文档simhash值计算
sjian1990/spring-boot-with-activiti-example
sjian1990/spring-cloud-study
开源书《使用Spring Cloud与Docker实战微服务》的配套代码。
sjian1990/spring-framework
Spring Framework
sjian1990/spring_cloud_learn
sjian1990/tesseract
Tesseract Open Source OCR Engine (main repository)
sjian1990/thumbnailator
Thumbnailator - a thumbnail generation library for Java
sjian1990/tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。联系方式:xuzhexu@139.com qq交流群:422039518
sjian1990/U8Server
U8Server——U8SDK服务器端(统一渠道SDK接入用户中心和支付中心)
sjian1990/xbin-store-cloud
模仿国内知名B2C网站,实现的一个分布式B2C商城 使用Spring Cloud 使用dubbox版本请查看