{"id":19611518,"url":"https://github.com/longforus/studynotes","last_synced_at":"2026-02-12T05:31:14.066Z","repository":{"id":130520117,"uuid":"135235785","full_name":"longforus/studyNotes","owner":"longforus","description":"study notes backup","archived":false,"fork":false,"pushed_at":"2025-12-21T04:39:59.000Z","size":11034,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-23T00:26:59.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/longforus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-29T03:18:17.000Z","updated_at":"2025-12-21T04:40:03.000Z","dependencies_parsed_at":"2024-11-08T09:29:07.199Z","dependency_job_id":null,"html_url":"https://github.com/longforus/studyNotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/longforus/studyNotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longforus%2FstudyNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longforus%2FstudyNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longforus%2FstudyNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longforus%2FstudyNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longforus","download_url":"https://codeload.github.com/longforus/studyNotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longforus%2FstudyNotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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-11T10:40:11.838Z","updated_at":"2026-02-12T05:31:14.049Z","avatar_url":"https://github.com/longforus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[adb Note](./adb%20Note.md)\n\n[Android Drawable Preview插件适配Android Studio4.1版](./Android%20Drawable%20Preview插件适配Android%20Studio4.1版.md)\n\n[Android modular project module version control and continuous integration scheme](./Android%20modular%20project%20module%20version%20control%20and%20continuous%20integration%20scheme.md)\n\n[Android studio项目编译期字节码插入实践Note](./Android%20studio项目编译期字节码插入实践Note.md)\n\n[Android自定义键盘的几个小点](./Android自定义键盘的几个小点.md)\n\n[Apt Note - 手动实现简易版Butterknife](./Apt%20Note%20-%20手动实现简易版Butterknife.md)\n\n[ARouter配合Fragment-Fetch fragment instance error异常的处理](./ARouter配合Fragment-Fetch%20fragment%20instance%20error异常的处理.md)\n\n[Gradle Note](./Gradle%20Note.md)\n\n[Java Note](./Java%20Note.md)\n\n[JNI的简单动态注册及反编译查看](./JNI的简单动态注册及反编译查看.md)\n\n[Kotlin的inline noinline笔记](./Kotlin的inline%20noinline笔记.md)\n\n[Mars Android 接入实践Note](./Mars%20Android%20接入实践Note.md)\n\n[README](./README.md)\n\n[RecyclerView列表嵌套情况下单列表实现子view复用](./RecyclerView列表嵌套情况下单列表实现子view复用.md)\n\n[RecyclerView的item中嵌套Scrollview的滑动冲突解决](./RecyclerView的item中嵌套Scrollview的滑动冲突解决.md)\n\n[RxJava使用filter时如何知道是否所有的item都被过滤了](./RxJava使用filter时如何知道是否所有的item都被过滤了.md)\n\n[RxJava在toList()后subscribe()不执行的问题](./RxJava在toList()后subscribe()不执行的问题.md)\n\n[RxJava实际应用实例-Observable的顺序订阅](./RxJava实际应用实例-Observable的顺序订阅.md)\n\n[RxNote](./RxNote.md)\n\n[Tinker热修复原理学习后的几点思考](./Tinker热修复原理学习后的几点思考.md)\n\n[一个混淆后报NullPointerException的问题](./一个混淆后报NullPointerException的问题.md)\n\n[关于zBar部分手机扫描空白处识别出条码的问题](./关于zBar部分手机扫描空白处识别出条码的问题.md)\n\n[出现Default Activity not found的一种情况的解决](./出现Default%20Activity%20not%20found的一种情况的解决.md)\n\n[单盘黑群晖更换硬盘实操记录](./单盘黑群晖更换硬盘实操记录.md)\n\n[基于Gradle的蒲公英自动上传task](./基于Gradle的蒲公英自动上传task.md)\n\n[如何使用Android Studio IDEA合并gitHub的pull request](./如何使用Android%20Studio%20IDEA合并gitHub的pull%20request.md)\n\n[安卓开发常用插件推荐](./安卓开发常用插件推荐.md)\n\n[开启MultiDex仍然报65535方法数的一种情况的解决](./开启MultiDex仍然报65535方法数的一种情况的解决.md)\n\n[编辑jar包中class文件的几种方式](./编辑jar包中class文件的几种方式.md)\n\n[网络请求优化记录](./网络请求优化记录.md)\n\n[设计模式Note](./设计模式Note.md)\n\n[面试问答集锦](./面试问答集锦.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongforus%2Fstudynotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongforus%2Fstudynotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongforus%2Fstudynotes/lists"}