Code Monkey home page Code Monkey logo

phphappy's Projects

activiti icon 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.

allend icon allend

软件综合项目(1.0完整版): 天天购票系统项目是使用Java Web技术开发的一个简单的电影购票系统, 包括用户注册、登录、选座、挑选电影、购票,还有用户管理,影院管理, 移动支付,基于LBS服务等功能。满足大众消费者对电影购票的需求。

api-gateway icon api-gateway

通过该网关进行服务的路由,进行安全的校验,接口的度量, 后台服务依赖dubbo服务治理框架

captcha_trainer icon captcha_trainer

[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.

centit-msgpusher icon centit-msgpusher

消息推送服务器,对百度推送,短信推送,websocket推送进行封装,并且实现了先腾框架的底层服务接口,可以对框架中的消息服务进行替换。

cloud-shop icon cloud-shop

基于Spring Cloud、微服务的电商购物平台

galaxylight icon galaxylight

欢迎大家完善本系统,结合目前事务处理的精华,我开发了太极分布式事务处理框架MOONWATER,采用可靠消息服务和重试、补偿处理机制,使用事件驱动、最终一致的事务模型,巧妙地运用数据库的事务处理能力,对服务操作结果进行判断,调用应用系统自身的事务处理功能,自动进行事务处理,从而有效地解决微服务的分布式事务处理问题。框架采用消息机制调用服务,速度快、灵活,通过使用缓存,解决服务调用的冥等性和消息的冥等性,在事务处理时,采用异步并行调用对应的服务,提高了性能。MOONWATER是一个非常优秀的框架,优势在于提高了应用的成功率,自动进行分布式事务处理,事务处理速度快,提高了数据的一致性,把对事务的处理由不可控变为可控,需要人工处理的故障可一键完成,简单快捷,实现事务处理的自动化,框架提供SDK,开发使用方便,高效实用,可以支持任何微服务架构的项目,而且可以运用于任何其他项目,是一个业界领先的世界级成果,可以简单有效地实现CQRS+Event Sourcing领域模型DDD架构开发,及其他方式的微服务开发,实现一个路由灵活、数据可靠传输、高可用、高性能、易扩展的消息服务架构。 With the essence of the current transaction, I developed a Tai Chi distributed transaction processing framework MOONWATER, using reliable message service and retry, compensation mechanism, transaction model using event driven, a final agreement, the transaction processing database skillfully, to judge the service operation result, transaction processing function call application system itself. Automatic transaction processing, so as to effectively solve the problem of distributed transaction processing and micro services. Using the framework of message mechanism to invoke the service, fast and flexible, through the use of cache, solve the service invocation of the news and Ming Ming etc., in transaction processing, using asynchronous parallel call the corresponding service, improve the performance of. MOONWATER is an excellent framework, enhances the success rate of application, automatically distributed transaction processing, transaction processing speed, improve the consistency of the data, the handling of affairs by uncontrollable is controllable, fault need manual processing can be a key to complete, simple and quick, automated transaction the SDK provides a framework for development, use convenient, efficient and practical, can support any micro service architecture of the project, but also can be used in any other project, is an industry leading world-class achievements, can simply and effectively realize the development of DDD architecture CQRS+Event Sourcing domain model, and other means of micro service development, implementation a flexible routing, reliable data transmission, high availability, high performance and easy to extend message service architecture.Welcome everyone to improve the system,

iemclient icon iemclient

IEM 员工版 知识点介绍:1.整体使用标准的MVP框架;2.butterknife编译注解;3.使用Rxjava+retrofit2+okhttp3+rxandroid处理异步数据,包括get,post的表单和文件上传等多种方式;4.Glide图片加载,自定义了圆形图片加载;5.高德地图定位,手动定位,定位失败每3s重复定位设置;6.android6.0(API>=23)的权限修改提示;7.采用广播+接口方式退出app;8.极光推送个人访客;9.系统相机相册选择图片显示;10时间滚轴选择器欢迎star指点

jeesite icon jeesite

JeeSite 是一个企业信息管理系统基础框架,Java EE(J2EE)快速开发框架,使用经典技术组合(Spring、Spring MVC、Apache Shiro、Hibernate、Bootstrap UI),包括核心模块如:组织机构、用户、权限授权、内容管理、工作流等。

m-mall icon m-mall

:dog: 微信小程序-小商城前台

mcloud icon mcloud

基于Spring Cloud,实现微服务中常用的基础模块,包括 OAuth2 认证服务,统一注册中心,系统监控中心, 统一配置中心,API网关以及熔断器

mi icon mi

基于SpringBoot+SpringCloud+Mybatis主流框架搭建的分布式敏捷开发系统架构,为中、小型项目打造企业级基础开发解决方案。

mixpush icon mixpush

Android融合推送MixPush集成多家推送平台,共享系统级推送,杀死APP也能收到推送

mpush icon mpush

MPush开源实时消息推送系统

opssam icon opssam

opsSAM运维平台 (基于saltstack、cobbler和zabbix接口的集成管理)

orange icon orange

OpenResty/Nginx Gateway for API Monitoring and Management.

otter icon otter

阿里巴巴分布式数据库同步系统(解决中美异地机房)

redissso icon redissso

基于Redis封装自定义HttpSession,实现跨域单点登录和Session共享,支持android客户端扫码登陆,并使用redis模拟消息队列进行注销消息的发送。

seckill icon seckill

基于SpringMVC,Spring,MyBatis实现的秒杀系统。代码设计风格基于RESTful,以Druid作为连接池,Redis作缓存。其中,对于相关的DAO,Service操作,均添加了Junit单元测试实例。(注:原型是慕课网的一个整合项目,但并无存储过程的代码编写,不过有整个项目的完整制作过程,可以无需看视频直接上手。现仅做测试使用,后续将增删一些模块)

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.