Pinned Repositories
1667
AvoidCrash
This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
base_online_shop
Servlet版本的电商网站
bytedance-alibaba-interview
阿里、字节 一套高效的iOS面试题解答
chatgpt-miniprogram
⚡️ 一键拥有你自己的 ChatGPT 微信小程序
classunref
iOS代码瘦身:未使用的类
cocoapods-imy-bin
scripts
Shadowsocks/SS一键脚本、ShadowsocksR/SSR一键脚本、V2Ray一键脚本、VPS购买教程,以及各种资源教程
wan_android_flutter
玩安卓flutter项目
leqiang222's Repositories
leqiang222/base_online_shop
Servlet版本的电商网站
leqiang222/DuDu-iOS
仿早期版本滴滴出行客户端源码开放
leqiang222/Headers
Headers of popular Apps 支付宝/抖音/快手/摩拜/QQ/淘宝/微信/头条
leqiang222/HGOrientationLabel
实现UILabel文本在 左(上 中 下)、中(上 中 下)、右(上 中 下) 9个方位显示
leqiang222/leyouCity
选用SpringCloud全套组件,分布式授权中心使用JWT结合非对称密钥实现,使用FDFS作为图片服务器,整合了微信支付,ES提供搜索服务,使用rabbitmq通知ES操作商品数据索引和生成静态页面(thymeleaf模板引擎)到服务器本地,由nginx跳转访问,并对商品热点数据缓存到Redis中,减轻数据库压力,使用nginx代理转发vue编写的前端服务。
leqiang222/OffLineCache
About Offline caching ideas and The use of AFN
leqiang222/OYCountDownManager
在cell中使用倒计时的处理方法, 全局使用一个NSTimer对象, 支持单列表.多列表.多页面.分页列表使用
leqiang222/RxSwift-Tutorial
RxSwift 学习资料(学习教程、开源项目)
leqiang222/SNOperationQueue
Custom implementation for NSOperationQueue
leqiang222/SpringCloudLearning
《史上最简单的Spring Cloud教程源码》
leqiang222/WOCrashProtector
一个无侵入的 iOS crash 防护框架,基于 Swizzle Method 的 Crash 防护。能有效的防止代码潜在的crash,自动在app运行时实时捕获导致app崩溃的破环因子,使app避免崩溃,照样可以继续正常运行。 主要参考了《大白健康系统--iOS APP运行时Crash自动修复系统》此文,以及AvoidCrash、QYCrashProtector、NeverCrash这三个框架编写而成。更多内容请看项目吧。
leqiang222/YTKKeyValueStore
A simple Key-Value storage tool, using Sqlite as backend.
leqiang222/ZIKViper
iOS VIPER implementation, demonstrating discovering modules and injecting dependencies with protocol. Provide VIPER code Templates.