Code Monkey home page Code Monkey logo

huzuxing's Projects

aiface icon aiface

人脸识别,数据库验证,获取人脸,计算128维特征向量值,与数据库数据比对,采用多线程,缓存技术

cp-ddd-framework icon cp-ddd-framework

A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!

javacode-gernerator icon javacode-gernerator

利用python生成Java开发时需要的controller、service、dao,简化开发工作,提高效率

minimall icon minimall

商城交易系统,node后端,支付支持微信支付和支付宝支付

services icon services

提供一些通用,可用组件 #redis实现分布式锁: 1、不支持可重入 2、配置集群模式 2.1集群模式下,满足 N/2 + 1 实例加锁成功,则加锁成功 2.2代价稍微高 3、支持哨兵模式、主从 #分布式ID生成器 基于雪花算法,生成分布式唯一ID,保证顺序递增,支持ID反解 long 类型,高位为0,40位时间戳(毫秒),10位机器ID,12位序列号 支持2^10-1=1023台机器,同一毫秒最大峰值,2^12-1=4095个ID产生 支持ID反解,通过ID可以知道ID是什么时候,由哪台机器产生。 机器ID供应方: 1、配置文件 2、ip 3、DB 4、zookeeper 说明: 当同一毫秒,序列号用完后,必须等下一毫秒产生

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.