Pinned Repositories
1368-
1368个单词就够了
acl-chinese
ANSI Common Lisp 中文翻译版
alibaba-mom
2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因为考虑到机器坏掉,broker不可用等等原因导致的消息丢失,就需要每次收到的消息必须及时落盘,这个就是比赛优化的重中之重。为此设计了一个小型的文件系统,借鉴阿里的rocketmq. 用一个大的日志文件,一般1G大小每个,和内存队列的结构映射到实体队列。整个日志文件是顺序文件,每条消息固定大小,里面有对应的队列号,消息号,还有长度等等。这个方便恢复消息到实体队列用的。 同步刷盘,异步刷盘,持久化必须可靠,所以一般是同步刷盘到日志文件,日志文件定时异步刷盘到实体队列,实体队列里面是索引,消息的本体在日志文件里面。为了加快大面积的写入速度,用了内存映射:内存映射文件首先将外存上的文件映射到内存中的一块连续区域,被当成一个字节数组进行处理,读写操作直接对内存进行操作,而后再将内存区域重新映射到外存文件,这就节省了中间频繁的对外存进行读写的时间,大大降低了读写时间
android_demo
自己学习的androiddemo合集
architect-awesome
后端架构师技术图谱
aweme-algorithm
抖音协议中的加解密算法实现
awesome-iptv
A curated list of resources related to IPTV
awesome-list
collect all awesome about IT
Awesome-Networking
A curated list of awesome networking libraries, resources and shiny things
sunlaobo's Repositories
sunlaobo/architect-awesome
后端架构师技术图谱
sunlaobo/kimchi
An HTML5 management interface for KVM guests
sunlaobo/cat
Central Application Tracking
sunlaobo/jvm-sandbox
Real - time non-invasive AOP framework container based on JVM
sunlaobo/folly
An open-source C++ library developed and used at Facebook.
sunlaobo/favorites-web
云收藏 Spring Boot 2.0 开源项目
sunlaobo/mapdb
MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
sunlaobo/sharding-sphere
Distributed database middleware
sunlaobo/recipes
Some code snippets for sharing
sunlaobo/tsar
Taobao System Activity Reporter
sunlaobo/docs-zh
sunlaobo/VideoAuidt
:video_camera: minitrill 视频审核模块
sunlaobo/jepsen
A framework for distributed systems verification, with fault injection
sunlaobo/webvirtmgr
WebVirtMgr panel for manage virtual machine
sunlaobo/awesome-list
collect all awesome about IT
sunlaobo/GSIL
GitHub Sensitive Information Leakage(GitHub敏感信息泄露)
sunlaobo/rabbitmq-access
rabbitmq手动确认模式java封装
sunlaobo/VManagePlatform
Kvm Manage WebUI
sunlaobo/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.
sunlaobo/tensorflow-1.4-billion-password-analysis
Deep Learning model to analyze a large corpus of clear text passwords.
sunlaobo/nlp
兜哥出品 <一本开源的NLP入门书籍>
sunlaobo/ngrok-c
ngrok client for c language,Due to the use of GO ngrok language development, porting to embedded devices some inconvenience, such as openwrt, so use C language rewrite a client. Very mini, the need to support polarssl library.
sunlaobo/Awesome-Networking
A curated list of awesome networking libraries, resources and shiny things
sunlaobo/MaidSafe_Whitepapers_Zh
MaidSafe 的白皮书翻译中文版
sunlaobo/jeeves
A smart wechat bot
sunlaobo/Scout
可能是东半球最灵活的 URL 监控系统
sunlaobo/websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service. Implementations in Python, C, Node.js and Ruby.
sunlaobo/wooyun_public
乌云公开漏洞、知识库爬虫和搜索 crawl and search for wooyun.org public bug(vulnerability) and drops
sunlaobo/SSR-Bash-Python
ShadowsoksR多用户管理脚本,轻松添加修改,删除用户。
sunlaobo/zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。