{"id":19794524,"url":"https://github.com/wyanassert/wyblob","last_synced_at":"2026-06-08T13:31:58.404Z","repository":{"id":100547973,"uuid":"95946119","full_name":"wyanassert/WYBlob","owner":"wyanassert","description":"Learning Note","archived":false,"fork":false,"pushed_at":"2019-11-27T06:50:06.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T16:05:25.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyanassert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-01T06:18:23.000Z","updated_at":"2019-11-27T06:50:08.000Z","dependencies_parsed_at":"2023-05-04T16:08:30.108Z","dependency_job_id":null,"html_url":"https://github.com/wyanassert/WYBlob","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wyanassert/WYBlob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYBlob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYBlob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYBlob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYBlob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyanassert","download_url":"https://codeload.github.com/wyanassert/WYBlob/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYBlob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T07:13:30.320Z","updated_at":"2026-06-08T13:31:58.385Z","avatar_url":"https://github.com/wyanassert.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WYBlob\n学习笔记, 主要会是一些源码的流程分析和 Tips 吧;\n## 10/05/2017 更新 - [AFNetworking源码分析](https://github.com/wyanassert/WYBlob/blob/master/doc/AFNetworking/AFNetworking.md)\n#### 1.与外部HTTP请求交互的Manager -- [AFHTTPSessionManager](https://github.com/wyanassert/WYBlob/blob/master/doc/AFNetworking/AFNetworking.md#与外部http请求交互的manager--afhttpsessionmanager)\n#### 2.外部会话的核心(基类) -- [AFURLSessionManager](https://github.com/wyanassert/WYBlob/blob/master/doc/AFNetworking/AFNetworking.md#外部会话的核心基类----afurlsessionmanager-1)\n#### 3.回调处理 -- [AFURLSessionManagerTaskDelegate](https://github.com/wyanassert/WYBlob/blob/master/doc/AFNetworking/AFNetworking.md#回调处理----afurlsessionmanagertaskdelegate-1)\n#### 4.请求报文序列化 -- [AFHTTPRequestSerializer](https://github.com/wyanassert/WYBlob/blob/master/doc/AFNetworking/AFNetworking.md#请求报文序列化----afhttprequestserializer-1)\n\n\n___\n## 07/16/2017 更新 - [SDWebImage源码分析](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md)\n\n### 按照模块分析 SDWebImage\n#### 1. UI交互的基类 [UIView+WebCache](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#uikit-交互1----uiviewwebcache)\n#### 2. SDWebImage 的主要管理者 [SDWebImageManager](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage幕后管理者----sdwebimagemanager)\n#### 3. 缓存模块 [SDImageCache](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage缓存模块----sdimagecache)\n#### 4. 下载模块 [SDWebImageDownloader](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage下载模块----sdwebimagedownloader)\n#### 5. 下载的执行者 [SDWebImageDownloaderOperation](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage下载的执行者----sdwebimagedownloaderoperation)\n#### 6. 预加载 [SDWebImagePrefetcher](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage-预加载----sdwebimageprefetcher)\n#### 7. GIF子模块 [FLAnimatedImage](https://github.com/wyanassert/WYBlob/blob/master/doc/SDWebImage/Analyze.md#sdwebimage-子模块-gif-----flanimatedimage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyanassert%2Fwyblob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyanassert%2Fwyblob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyanassert%2Fwyblob/lists"}