GithubHelp home page GithubHelp logo

mingfeng.zhang's Projects

chromium icon chromium

The official GitHub mirror of the Chromium source

chubaofs icon chubaofs

ChubaoFS (abbrev. CBFS) is a cloud native distributed file system and object store.

cilium icon cilium

Linux Native, HTTP Aware Networking and Security for Containers

cim icon cim

CIM是一套基于mina或netty框架下的推送系统,或许有一些企业有着自己一套即时通讯系统的需求,那么CIM为您提供了一个解决方案,目前CIM支撑 websocket,android,ios,桌面应用,系统应用等多端接入支持,可应用于移动应用,物联网,智能家居,嵌入式开发,桌面应用,WEB应用以及后台系统之间的即时消服务

cipherscan icon cipherscan

A very simple way to find out which SSL ciphersuites are supported by a target.

citus icon citus

Distributed PostgreSQL as an extension

ck icon ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems.

clair icon clair

Container Vulnerability Analysis Service

claudia icon claudia

Deploy Node.js microservices to AWS easily

cloud icon cloud

注册,绑定手机(短信验证码)、邮箱(邮箱验证码)成为会员 登陆,实名认证(人工审核/第三方接口),绑定银行卡(需check支持的银行卡类型) 借款申请,额度(下限1万,上限1000万)、还款方式、利率(日利率、月利率)、周期、还款账户、联系电话、抵押凭证(可选,例 房屋、豪车、个人公司、其他个人名下财产) 借款审核,系统初审(不良贷款记录、贷款上限、黑名单、贷款笔数最多同时贷5笔)、风控专员、电子合同专员、平台专员、银行系统。审核流程编辑与设定(可选,需要工作流比较熟悉)。 放款管理,开始放款,开始计息 还款管理,查询、详情(个人信息、贷款信息、还款记录、逾期记录、催收记录) 逾期管理,查询、详情(个人信息、贷款信息、还款记录、逾期记录、催收记录) 对账监控,每笔借款与还款总额(含利息、罚息)是否对应。若不对应,开启警告! 系统设置,借款利率、逾期利率设定,逾期n天逾期,m天严重逾期,个人贷款上限、下限、最大笔数,催收短信模版,逾期短信通知模版,计息时间(T+0,T+1,T+n) 数据统计,放款总额,还款总额,申请总额,周期对比(周、月、年),折线、饼状图展现

cloud-custodian icon cloud-custodian

Policy rules engine for aws management, policies in yaml for query, filter, and take actions on resources

cloudboost icon cloudboost

One Complete Serverless Platform for the next web. Add Storage, Real time, Search, Notifications, Auth and more with one simple API.

cloudcode-express icon cloudcode-express

Example of the parse-cloud-express module and automatic webhooks registration

clover icon clover

clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务server端或者client端死掉了,此时要删除该server或client端节点,发邮件通知相关人员,记录异常日志到系统日志文件和MongoDB中 3、client端接受创建job请求,将job信息创建到client服务端,并根据job时间规则运行,并将任务信息存储到MongoDB中 4、当client端job运行时候,封装执行任务信息,发送到指定客户端机器,更新client端job执行时间和状态,如不在需要继续运行,那删除job并从MongoDB中删除相关任务信息 5、client端接受删除job请求,client服务端,立即执行删除job并将任务信息从MongoDB中删除 6、client端接受更新job请求,client服务端,立即执行删除job并创建新job,并将任务信息从MongoDB中删除,然后再存储新job信息 7、第一版 使用Netty做消息通讯中间件,存储消息放入Redis中,服务器开启Http请求,客户端 通过 发送Http请求到服务器来处理请求,由于任务太多 redis处理能力不行,放弃该方案 第二版 使用Netty RPC框架,自己开发一个Server端和Client,各种启动指定端口,由于 必须要求Server端和Client必须启动才能进行消息发送,所以感觉非常不灵活,因为放弃该方案 第三版 使用架构组推荐的rocketmq,通过使用发现,很严重问题,消息会重复发送,经常会收到重复的消息,在测试的时候发现,经常发生消息异常和报错,跟架构组刘婷峰沟通说,可能是机器性能不行了,他也不知道具体原因,感觉非常不靠谱,果断放弃 第四版 使用 zeromq,通过在网上查资料,对比各种mq后,发现zeromq是最轻量级,出现消息是最快的,经过测试完全能满足业务,果断使用 8、由于项目中使用zk,自己开发zk使用工具类,定制server端增删改查zk消息以及定制client端增删改查zk消息,功能测试zk,目前打算增加zk watch功能 9、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 10、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务server端或者client端死掉了,此时要删除该server或client端节点,发邮件通知相关人员,记录异常日志到系统日志文件和MongoDB中 11、开发console控制台管理,可以查看任务动态运行状态和次数信息 12、zk管理页面,查看server和client端节点信息,更新和删除节点信息 13、job管理页面,查看job详细信息 14、联系人管理页面,增删改查联系人信息 15、log日志管理页面,根据系统报错记录的日志信息,在页面中可以详细查看

clusterrunner icon clusterrunner

ClusterRunner makes it easy to execute test-suites across your infrastructure in the fastest and most efficient way possible.

co icon co

An elegant and efficient C++ basic library for Linux, Windows and Mac.

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.