{"id":27132113,"url":"https://github.com/yandifei/study","last_synced_at":"2026-01-20T04:33:09.118Z","repository":{"id":266110533,"uuid":"895562194","full_name":"yandifei/study","owner":"yandifei","description":"记录学习的东西，包括个人研究的成品(exe)","archived":false,"fork":false,"pushed_at":"2026-01-18T19:20:39.000Z","size":794710,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T03:20:12.920Z","etag":null,"topics":["ai","stuty","ui","web"],"latest_commit_sha":null,"homepage":"https://github.com/yandifei/study","language":"Python","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/yandifei.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-28T12:48:05.000Z","updated_at":"2026-01-18T19:20:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c2bf0fa-6dff-45d1-aefa-a572d3fe7643","html_url":"https://github.com/yandifei/study","commit_stats":null,"previous_names":["yandifei/study"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yandifei/study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yandifei%2Fstudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yandifei%2Fstudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yandifei%2Fstudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yandifei%2Fstudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yandifei","download_url":"https://codeload.github.com/yandifei/study/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yandifei%2Fstudy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","stuty","ui","web"],"created_at":"2025-04-07T21:52:24.771Z","updated_at":"2026-01-20T04:33:09.102Z","avatar_url":"https://github.com/yandifei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"hello world\n\n2个空格是换行,2次回车是换段落\n\n一个*或_是斜体，如；*hello world*。 **或__是加粗,如：**hello world**\n\n不推荐使用下划线，星号是所有markdown解析器都能正常使用的，下划线在不同markdown解析器中的表现会不一样，比较不稳定。下划线需要在两侧空格。\n\n又斜体又加粗即为三个*或三个_,如：***hello world*** 或 ___hello world___。\n\n自主探究: _*a*_ , _*a*_，_**a**_,  __*a*__\n\n两个~符号可以有删除线的效果如： ~~hello world~~，前面必须要有空格\n\n空行加 *** 或三个以上的 * 或 ___ 或 三个以上的_ 会出现分割线如\n***\nhello wlrld，空行除了代表分割线的符号以外不能加其他字符，分隔符号中间加空格无所谓效果一样  \n三个及以上的 - 也可以表示分割线，但是必须加空格\n- - - -\nhello world\n\n在段前加上#和空格是一级标题，如：  \n# hello world  \n在段前加上##和空格是二级标题，如： \n## hello world  \n在段前加上###和空格是三级标题，如： \n### hello world  \n在段前加上###和空格是四级标题，如： \n#### hello world  \n# 一级标题  \n## 二级标题  \n### 三级标题  \n### 三级标题  \n#### 四级标题  \n##### 五级标题  \n###### 六级标题 \n####### 没有七级标题  \n越低级别的标题以此类推加#就可以了，最低六级标题，就是html的h1-h6标签，所以没有七级  \n=也可以表示一级标题，-也可以表示二级标题，但是必须前面有空行和=在空行里面，如\n\n一级标题\n= \n\n一个 * 加一个空格就是一个点阵，如：\n* hello world\n* 后面不需要跟空格或换行\n* hello world\n\n一个+号加上一个空格也可以，但是不能混用，如：\n+ hello world\n+ 这个也不需要加空格或换行\n+ hello world\n\n一个-号加上一个空格也可以，但是不能混用，如：\n- hello world\n- 这个也不需要加空格或换行\n- hello world\n\n如果混用* 和+ 和- 就是不同的列表，如：\n* hello world\n* hello world\n+ hello world\n+ hello world\n- hello world\n- hello world\n\n数字列表嵌套如：\n1. 不用加空格或换行\n2. 二级列表\n   * 二级列表里面空三格子就是三级列表\n   * 三级列表点阵\n   1. 罗马数字代表的三级列表\n   2. 罗马数字代表的三级列表\n      1. 四级列表，加四个空格，都是可以嵌套\n      2. 四个空格加数字加空格后面的就是四级列表，显示的是a的四级列表\n4. 他是强制的数字,即使中间是其他的数字也会按顺序下来\n\n如果直接加2空格换行是换列表内的空行,如果要真整的换行就空2行代表不在列表内换行,只要有换2行的符号表示就可以了  \n如果是表示勾选框的话可以这样  \n* [ ] 这是实心的勾选框\n* [x] 这是打勾的勾选框\n* [X] X大写也是打勾的勾选框\n1. [x] 无论是有序列表还是无序列表都是不会显示序号的\n\n添加代码块   \n方法一：就是在每行代码后面加4个空格就行了,代码块前面必须换行，(在GitHub上按住alt往下滑动+tab这个不管用会被其他效果代替)全选代码块+tab),如：\n\n    int main()\n    {\n      printf(\"hello, world\");\n      return 0;\n    }\n\n选中后alt + 退格键就是批量减去制表符\n\n方法二：反引号`就是小写的~，中文打出的是一个点，代码块前后连续打三个`表示这部分是代码块，\n这种方式不需要换行空格之类的，三个 “`” 后面还可以加语言的类型，例子\n```c\nint main()\n  {\n    printf(\"hello, world\");\n    return 0;\n  }\n```\n行内代码块,如：c语言你好世界是`printf(\"hello, world\");`这个语句表示的\n\n文本引用\n“\u003e ”大于号加空格后面的内容代表引用部分，如：\n\u003e 引用部分，\n\u003e 引用的第二部分，\n\u003e 规范的是在每一行都加\u003e ，\n\u003e 空两格代表换行，学的东西都可以嵌套，包括应用都可以嵌套\n\n超文本链接  \n方法一：可以直接写网址  \n方法二：[]()在方括号里面填写的文字点击后会直接跳转,外括号填写跳转的链接,如：  \n我的学习仓库md修改[md修改链接](https://github.com/yandifei/study/edit/main/markdownstudy.md)\n如果有很多个重复链接的话就可以直接使用变量来代替网址，如：  \n[需改此文档][a]代码也可以点[这里][a]，这里使用另一个变量[表示][b],效果全都一样。这里是[百度](https://www.baidu.com)  \n[a]: https://github.com/yandifei/study/edit/main/markdownstudy.md  \n[b]: https://github.com/yandifei/study/edit/main/markdownstudy.md  \n[c]: https://www.baidu.com  \n变量命名的方式在这里好像不可以,有效的就只有这个[md修改链接](https://github.com/yandifei/study/edit/main/markdownstudy.md)  \n方法三：脚注  \n方括号里面加^加上脚注的数字，如：\n第一个脚注[^1],文本修改链接[^2]\n[^1]:我是脚注\n[^2]:https://github.com/yandifei/study/edit/main/markdownstudy.md\n\n插图  \nalt-alternative，当图片无法加载时，会加载alt中的文字内容  \n完了,它讲得好垃圾和好水啊,图片不要放在本地尽量搞成链接形式,插图格式  \n![图片](图片链接)\n\n表格  \n和latex非常相似，用|线表示,|--|--|上面的表示的是表头(加粗和居中)  \n|姓名|年龄|性别|\n|:----|:----:|---:|\n|表格左对齐|表格居中|表格右对齐|\n|小明| 18|男|\n|小红| 17|女|\n\nup：学过前端的看，没学过就不用看了  \n图片大小修改  \n\u003cimg style=\"width:500px;height: 300px\"SrC=\"图片链接\"\u003e  \n图片直接插入  \n\u003cimg src =\"图片链接\"\u003e  \n字体大小和颜色  \n直接\u003cspan style=\"color:blue;font-size:40px\"\u003ehello world\u003c/span\u003e\n\n高亮文本学习  \n==我是高亮文本==\n\n公式排版  \n这个部分和我学的latex一样,感觉up讲得比较烂涅  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyandifei%2Fstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyandifei%2Fstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyandifei%2Fstudy/lists"}