High contributions. More 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 Contribution activity September 2024 raomengchen has no activity yet for this period. LoadingShow more activity Seeing something unexpected? Take a look at theGitHub profile guide....
/** 子控制器标题数组 */ @property (nonatomic, strong) NSArray<RMPageModel *> *childTitles; /** 设置当前选择item */ @property (nonatomic, assign) NSInteger selectedTabIndex; /** 设置一页最多显示的个数 */ @property (nonatomic, assign) NSInteger maxNumberOfPageItems; /** 两个标题之间的...
A single producer single consumer lock-free queue C++ template for ultimate low latency, which can be used in multithread conmunication as well as in shared memory IPC under Linux. The latency of communication of a 10-200B message is within 50-100 ns between two cpu cores on the same nod...
Pollnet contains some header only network libs for tcp, udp or ethernet data processing on Linux. Most of its APIs are non-blocking nor event-driven for simplicity and low-latency purposes, which requires the user to poll the lib frequently to receive new data from the network. ...
An easy way to use pull-to-refresh. Contribute to raomengchen/MJRefresh development by creating an account on GitHub.
$git clone https://github.com/MengRao/fmtlog.git$cdfmtlog$git submodule init$git submodule update$./build.sh Then copyfmtlog.handlibfmtlog-static.a/libfmtlog-shared.sogenerated in.builddir. Usage #include"fmtlog/fmtlog.h"intmain() {FMTLOG(fmtlog::INF,"The answer is {}.",42); }...
处理GithubUser 数据 10000 次耗时统计 (iPhone 6): 更多测试代码和用例见 Benchmark/ModelBenchmark.xcodeproj。 特性 高性能: 模型转换性能接近手写解析代码。 自动类型转换: 对象类型可以自动转换,详情见下方表格。 类型安全: 转换过程中,所有的数据类型都会被检测一遍,以保证类型安全,避免崩溃问题。 无侵入性: ...
“加号”按钮的样式、frame均在自定义的类中独立实现,不会涉及tabbar相关设置。 即使加号按钮超出了tabbar的区域, 超出部分依然能响应点击事件红线内的区域均能响应tabbar相关的点击事件, 允许指定加号按钮位置效果如下: Airbnb-app效果: 支持让TabBarItem仅显示图标,并自动使图标垂直居中,支持自定义TabBar高度效果可见Air...
A single header c++ websocket client/server lib for linux that implements rfc6455. Server class WSServer As this lib uses template callback functions, user need to define 3 event handlers in his own class: onWSConnect(), onWSClose() and onWSMsg(): // called when a new websocket connect...
MengRao/strPublic NotificationsYou must be signed in to change notification settings Fork30 Star125 master 1Branch 0Tags Code Folders and files Name Last commit message Last commit date Latest commit Rao Meng Merge branch 'master' ofhttps://github.com/MengRao/str ...