{"id":22335366,"url":"https://github.com/nonocast/me","last_synced_at":"2025-09-02T11:04:51.002Z","repository":{"id":41264319,"uuid":"240920786","full_name":"nonocast/me","owner":"nonocast","description":"记录和分享技术的博客","archived":false,"fork":false,"pushed_at":"2022-01-26T08:08:39.000Z","size":85,"stargazers_count":21,"open_issues_count":354,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-29T22:26:22.566Z","etag":null,"topics":["deep-learning","embedded-system","hardware","javascript","mathematics","web-developer"],"latest_commit_sha":null,"homepage":"http://nonocast.cn","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nonocast.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}},"created_at":"2020-02-16T16:03:24.000Z","updated_at":"2025-05-19T02:42:15.000Z","dependencies_parsed_at":"2022-08-10T01:43:24.933Z","dependency_job_id":null,"html_url":"https://github.com/nonocast/me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nonocast/me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonocast%2Fme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonocast%2Fme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonocast%2Fme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonocast%2Fme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonocast","download_url":"https://codeload.github.com/nonocast/me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonocast%2Fme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273272560,"owners_count":25075985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["deep-learning","embedded-system","hardware","javascript","mathematics","web-developer"],"created_at":"2024-12-04T05:12:59.746Z","updated_at":"2025-09-02T11:04:50.970Z","avatar_url":"https://github.com/nonocast.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## 关于仓库\n\n记录和分享技术的博客，折腾来去最后还是发现会简单的才是最好的。\n\n## 联系作者\n\n邮箱: nonocast@gmail.com\n\n## 文章索引\n\n### 软件开发\n\n#### 通识部分\n\n- [什么是单点登录?](https://github.com/nonocast/me/issues/2)\n- [如何做登录?](https://github.com/nonocast/me/issues/62)\n- [认证和授权有什么区别?](https://github.com/nonocast/me/issues/3)\n- [后台服务接口权限的设计](https://github.com/nonocast/me/issues/44)\n- [如何做高并发和高可用?](https://github.com/nonocast/me/issues/63)\n- [如何做项目管理?](https://github.com/nonocast/me/issues/13)\n- [如何使用配置?](https://github.com/nonocast/me/issues/14)\n- [如何写文档？](https://github.com/nonocast/me/issues/9)\n- [怎么记录日志? -- Node Winston](https://github.com/nonocast/me/issues/10)\n- 怎么做好打包和部署工作? (非docker)\n  - [dpkg 及其仓库搭建](https://github.com/nonocast/me/issues/78)\n  - [Web程序打包和安装方式](https://github.com/nonocast/me/issues/77)\n- 怎么做好版本管理?\n  - [git 内部是如何工作的?](https://github.com/nonocast/me/issues/7)\n  - [通过 gitstats 查看项目统计](https://github.com/nonocast/me/issues/6)\n- 如何做测试?\n  - [Guru99: Software Testing Tutorials for Beginners 笔记](https://github.com/nonocast/me/issues/24)\n  - [Google 软件测试之道 笔记](https://github.com/nonocast/me/issues/28)\n  - [如何开始做软件测试?](https://github.com/nonocast/me/issues/26)\n- [如何做单元测试?](https://github.com/nonocast/jiker-tdd-campus)\n- Docker\n  - [Docker 入门](https://github.com/nonocast/me/issues/74)\n  - [Dockerizing nodejs/react application](https://github.com/nonocast/me/issues/76)\n- [串口编程 - 通过nodejs, java, C访问单片机](https://github.com/nonocast/mcs-serial-port)\n- [C 基础](https://github.com/nonocast/me/issues/20)\n  - [nonocast/learn-c](https://github.com/nonocast/learn-c)\n  - [C动态链接库](https://github.com/nonocast/me/issues/45)\n  - [Linux C - serial port](https://github.com/nonocast/me/issues/47)\n- [Java 基础](https://github.com/nonocast/hello-java)\n  - [JAVA通过JNI调用Native Layer](https://github.com/nonocast/me/issues/46)\n  - [INTEROP (JNI)](https://github.com/nonocast/hello-java/blob/master/INTEROP.md)\n  - [Logging](https://github.com/nonocast/hello-java/blob/master/LOGGING.md)\n  - [Tcp Client](https://github.com/nonocast/hello-java/blob/master/SOCKET.md)\n\n#### lang\n\n![](https://github.com/nonocast/me/blob/master/images/langs.jpg?raw=true)\n\n- [Swift 语法](https://github.com/nonocast/me/issues/72)\n- [Python 语法](https://github.com/nonocast/me/issues/140)\n- [Rust 语法](https://github.com/nonocast/me/issues/139)\n- Bash 语法\n\n#### Node\n\n- [Webpack 学习](https://github.com/nonocast/me/issues/22)\n- [MQTT 学习 -- aedes](https://github.com/nonocast/me/issues/23)\n- [如何表达时间? -- Unix Timestamp](https://github.com/nonocast/me/issues/8)\n- [ES6 Iterator, generator and yield](https://github.com/nonocast/me/issues/35)\n\n#### React\n\n- [React 运行机制简单分析](https://github.com/nonocast/me/issues/21)\n- [关于React App如何部署在子目录下的说明](https://github.com/nonocast/me/issues/29)\n\n### 硬件开发\n\n- [Crash Course: Computer Science 笔记](https://github.com/nonocast/me/issues/25)\n- [什么是计算机?](https://github.com/nonocast/me/issues/16)\n- [什么是单片机?](https://github.com/nonocast/me/issues/17)\n\n### 人工智能\n\n### 数学\n\n- [数学基础认识](https://github.com/nonocast/me/issues/18)\n- [线性代数入门](https://github.com/nonocast/me/issues/19)\n\n深度学习涉及到的三个数学部分:\n1. 微积分\n2. 线性代数\n3. 概率\n\n### 通用认知\n\n- [分析问题的一般方法](https://github.com/nonocast/me/issues/119)\n\n### 其他\n\n- [rmtp and hls in nginx](https://github.com/nonocast/me/issues/30)\n\n## 博客推荐\n\n- [IT宅-arthinking's blog - IT宅-编程技术分享站](https://www.itzhai.com)\n\n## 文章推荐\n\n- 网络: [两万字长文50+张趣图带你领悟网络编程的内功心法 | IT宅-arthinking's blog](https://www.itzhai.com/articles/comprehend-the-underlying-principles-of-network-programming.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonocast%2Fme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonocast%2Fme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonocast%2Fme/lists"}