Giter Site home page Giter Site logo

lhz123cs's Projects

activiti icon activiti

spring cloud ,activiti 集成的 一些实例,包括设计器集成,流程回退等,流程图查看

aform icon aform

AForm 是组件化、自动化、模型驱动的表单开发框架,它可以极大地提高您开发信息系统的生产力!

albedo-boot icon albedo-boot

AlbedoBoot 是一个Java企业应用开源框架,基于jhipster快速开发框架,使用经典技术组合(SpringBoot、SpringCloud、Spring MVC、MyBatis/Hibernate、Metronic),包括核心模块如:组织机构、角色用户、权限授权、数据权限、代码生成、定时任务等。

albedo-boot-freemaker icon albedo-boot-freemaker

AlbedoBoot 是一个Java企业应用开源框架,基于jhipster快速开发框架,使用经典技术组合(SpringBoot、SpringCloud、Spring MVC、MyBatis/Hibernate、Metronic),包括核心模块如:组织机构、角色用户、权限授权、数据权限、代码生成、定时任务等。

alibaba-mom icon alibaba-mom

2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因为考虑到机器坏掉,broker不可用等等原因导致的消息丢失,就需要每次收到的消息必须及时落盘,这个就是比赛优化的重中之重。为此设计了一个小型的文件系统,借鉴阿里的rocketmq. 用一个大的日志文件,一般1G大小每个,和内存队列的结构映射到实体队列。整个日志文件是顺序文件,每条消息固定大小,里面有对应的队列号,消息号,还有长度等等。这个方便恢复消息到实体队列用的。 同步刷盘,异步刷盘,持久化必须可靠,所以一般是同步刷盘到日志文件,日志文件定时异步刷盘到实体队列,实体队列里面是索引,消息的本体在日志文件里面。为了加快大面积的写入速度,用了内存映射:内存映射文件首先将外存上的文件映射到内存中的一块连续区域,被当成一个字节数组进行处理,读写操作直接对内存进行操作,而后再将内存区域重新映射到外存文件,这就节省了中间频繁的对外存进行读写的时间,大大降低了读写时间

api-savior icon api-savior

[IDEA 接口文档插件] 根据代码注释一键生成接口文档, 支持 Restful/Dubbo. 支持 Swagger 注解, 但不止于此

api-signed icon api-signed

A library that easily implement API signature verification.一个轻松实现API签名校验的库。

approvalflow icon approvalflow

基于form-generator,仿钉钉审批流程创建(表单创建/流程节点可视化配置/必填条件及校验)

ares-framework icon ares-framework

李业兵(架构探险-从零开始写分布式服务框架)

asynclogger icon asynclogger

基于无锁队列(RingBuffer)实现的具备轮转功能的异步日志。

axonframework icon axonframework

Framework for Evolutionary Event-Driven Microservices on the JVM

b-plus-tree icon b-plus-tree

A Java implementation of B+ tree for key-value store

b-plus-tree-1 icon b-plus-tree-1

Java implementation of a B+ Tree, a data structure that efficiently retrieves data in a block-oriented storage context

babylang icon babylang

使用原生JS开发的编程语言,包括了词法分析、语法分析、解析执行的模块,不依赖任何第三方库,适用于新手入门编译原理。

baymax icon baymax

铜板街轻量级JDBC层分库分表框架

blog-demos icon blog-demos

这个代码仓库里是博客中涉及的源码、文件等 ;如果对您有帮助,请给个Star,感谢~

boltmq icon boltmq

分布式发布订阅的消息系统

bpmn-process-designer icon bpmn-process-designer

Base on Vue 2.x and ElementUI,基于 Bpmn.js、Vue 2.x 和 ElementUI 的流程编辑器(前端部分),支持监听器,扩展属性,表单等配置,可自由扩展

bulbasaur icon bulbasaur

A pluggable , scalable process engine . You can use it to develop business-process , approval-process , retry-process and so on . Hope you enjoy it. 可插拔的精简流程引擎,可快速实现流程,审批,业务失败重试等场景

chihu-bilibili-style icon chihu-bilibili-style

吃乎-哔哩哔哩Style ( ゜- ゜)つロ Live Demo: https://chihu-team.github.io/webapp

chihu2 icon chihu2

ionic2-example <吃乎2>一款美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)

chineseocr_lite icon chineseocr_lite

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M

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.