{"id":13467343,"url":"https://github.com/apachecn/uiuc-cs241-notes-zh","last_synced_at":"2025-05-02T14:33:31.662Z","repository":{"id":57385453,"uuid":"196337628","full_name":"apachecn/uiuc-cs241-notes-zh","owner":"apachecn","description":":book: 【译】UIUC CS241 系统编程中文讲义","archived":false,"fork":false,"pushed_at":"2022-08-17T07:55:19.000Z","size":3679,"stargazers_count":50,"open_issues_count":2,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T05:38:02.968Z","etag":null,"topics":["cs241","system","textbook","uiuc"],"latest_commit_sha":null,"homepage":"uiuc-cs241-notes-zh.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apachecn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-11T06:57:24.000Z","updated_at":"2025-02-23T08:16:53.000Z","dependencies_parsed_at":"2022-09-16T00:21:50.688Z","dependency_job_id":null,"html_url":"https://github.com/apachecn/uiuc-cs241-notes-zh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apachecn%2Fuiuc-cs241-notes-zh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apachecn%2Fuiuc-cs241-notes-zh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apachecn%2Fuiuc-cs241-notes-zh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apachecn%2Fuiuc-cs241-notes-zh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apachecn","download_url":"https://codeload.github.com/apachecn/uiuc-cs241-notes-zh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252053936,"owners_count":21687196,"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","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":["cs241","system","textbook","uiuc"],"created_at":"2024-07-31T15:00:55.240Z","updated_at":"2025-05-02T14:33:30.266Z","avatar_url":"https://github.com/apachecn.png","language":"JavaScript","readme":"# UIUC CS241 系统编程中文讲义\n\n\u003e 原文：[angrave/SystemProgramming/wiki](https://github.com/angrave/SystemProgramming/wiki)\n\u003e \n\u003e 协议：[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)\n\u003e \n\u003e 阶段：机翻（1）\n\u003e \n\u003e 真正的程序员在冒险和搞事时脑子最聪明。\n\n* [在线阅读](https://cs241.apachecn.org)\n* [在线阅读（Gitee）](https://apachecn.gitee.io/uiuc-cs241-notes-zh/)\n* [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027\u0026k=54ujcL3)\n* [ApacheCN 学习资源](http://www.apachecn.org/)\n\n## 贡献指南\n\n项目当前处于校对阶段，请查看[贡献指南](CONTRIBUTING.md)，并在[整体进度](https://github.com/apachecn/uiuc-cs241-notes-zh/issues/1)中领取任务。\n\n\u003e 请您勇敢地去翻译和改进翻译。虽然我们追求卓越，但我们并不要求您做到十全十美，因此请不要担心因为翻译上犯错——在大部分情况下，我们的服务器已经记录所有的翻译，因此您不必担心会因为您的失误遭到无法挽回的破坏。（改编自维基百科）\n\n## 联系方式\n\n### 负责人\n\n* [飞龙](https://github.com/wizardforcel): 562826179\n\n### 其他\n\n*   认领翻译和项目进度-地址: \u003chttps://github.com/apachecn/uiuc-cs241-notes-zh/issues/1\u003e\n*   在我们的 [apachecn/uiuc-cs241-notes-zh](https://github.com/apachecn/uiuc-cs241-notes-zh) github 上提 issue.\n*   发邮件到 Email: `apachecn@163.com`.\n*   在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.\n\n## 下载\n\n### Docker\n\n```\ndocker pull apachecn0/uiuc-cs241-notes-zh\ndocker run -tid -p \u003cport\u003e:80 apachecn0/uiuc-cs241-notes-zh\n# 访问 http://localhost:{port} 查看文档\n```\n\n### PYPI\n\n```\npip install uiuc-cs241-notes-zh\nuiuc-cs241-notes-zh \u003cport\u003e\n# 访问 http://localhost:{port} 查看文档\n```\n\n### NPM\n\n```\nnpm install -g uiuc-csersiyi-notes-zh\nuiuc-csersiyi-notes-zh \u003cport\u003e\n# 访问 http://localhost:{port} 查看文档\n```\n\n## 赞助我们\n\n本项目由[飞龙](https://github.com/wizardforcel)赞助，扫下面的二维码打赏他来表示感谢：\n\n![](asset/flygon_qr_alipay.png)\n","funding_links":[],"categories":["JavaScript","HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapachecn%2Fuiuc-cs241-notes-zh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapachecn%2Fuiuc-cs241-notes-zh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapachecn%2Fuiuc-cs241-notes-zh/lists"}