ahsisnwk
|
2456097f8d
|
Update web-server.md
修改请求应答的格式从
```
HTTP-Version Status-Code Reason-Phrase CRLF
headers CRLF
message-body
```
到
```
HTTP-Version Status-Code Reason-Phrase CRLF
headers CRLF
message-body
```
并将 `\r\n{contents}` 修改为 `\r\n\n{contents}`
原因:
当使用原格式的时候,请求网页并不会出现对应的 html 界面。
|
7 months ago |
Sunface
|
7a602f0d15
|
Merge pull request #1402 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.77
|
8 months ago |
EluvK
|
c26f06e201
|
translation(appendix/rust-versions) : 1.77
|
8 months ago |
sunfei
|
d5104f44e0
|
chore: update some external links
|
8 months ago |
Sunface
|
8a23e59997
|
Merge pull request #1390 from Cleaf-y/patch-2
style: Fix whitespace in generic.md
|
8 months ago |
Sunface
|
07b6c8d920
|
Merge pull request #1380 from Neutron3529/patch-1
增加更精确的rustc --cfg使用方法
|
8 months ago |
Sunface
|
4b0adb3a97
|
Update src/cargo/reference/features/intro.md
|
8 months ago |
Sunface
|
ea2e456a9f
|
Merge pull request #1393 from chromon/fix-punctuation
fix: fix typos and punctuation errors
|
8 months ago |
Sunface
|
23cceb203d
|
Merge pull request #1391 from owenramber1989/main
fix typo: "TreadPool" -> "ThreadPool"
|
8 months ago |
Sunface
|
49213ca95b
|
Merge pull request #1394 from zouzanyan/patch-1
Update ownership.md
|
8 months ago |
Sunface
|
6585840680
|
Update src/basic/ownership/ownership.md
|
8 months ago |
Sunface
|
30b1c3f14a
|
Merge pull request #1395 from jwcesign/patch-1
cleanup: 代码块统一,便于粘贴复制用于测试
|
8 months ago |
Sunface
|
ce720c2655
|
Merge pull request #1396 from jwcesign/patch-2
cleanup: 修复结构体成员(引用)的生命周期定义
|
8 months ago |
Sunface
|
91cb3442da
|
Update community.md
|
8 months ago |
Sunface
|
3fdbffa9af
|
Update README.md
|
8 months ago |
jwcesign
|
e16ad2093d
|
cleanup: 修复结构体成员(引用)的生命周期定义
cleanup: 修复结构体成员(引用)的生命周期定义
|
8 months ago |
jwcesign
|
8b6fb2fe26
|
cleanup: 代码块统一,便于粘贴复制用于测试
|
8 months ago |
zouzanyan
|
4e1ded8c6b
|
Update ownership.md
存储在二进制中的字符串,把二进制改为栈是不是会更通顺一点
|
8 months ago |
Ellery Zhang
|
154def2933
|
fix: fix typos and punctuation errors
|
8 months ago |
Sunface
|
53122be7f5
|
Update community.md
|
8 months ago |
Sunface
|
144197f5ca
|
Update README.md
|
8 months ago |
Jinming Zhang
|
a2e6b04089
|
fix typo: "TreadPool" -> "ThreadPool"
|
8 months ago |
Cleaf-y
|
e7837e2fca
|
style: Fix whitespace in generic.md
添加了空格,与上下文风格保持一致
|
8 months ago |
Sunface
|
3ed8cf33c5
|
Merge pull request #1379 from keithMonster/main
fix: typo fix
|
8 months ago |
Sunface
|
682e3dc7c2
|
Merge pull request #1388 from Cleaf-y/patch-1
Update hello-world.md
|
8 months ago |
Cleaf-y
|
2eae4108d1
|
Update hello-world.md
修正了疑似语病。原句中提取句子主干后为:“Rust这门语言......可能会觉得很熟悉。”
|
9 months ago |
Sunface
|
d7b5bb091d
|
Update community.md
|
9 months ago |
Sunface
|
4419523ab5
|
Update README.md
|
9 months ago |
Sunface
|
e1d7f0d252
|
Merge pull request #1384 from 007gzs/patch-1
Update stack-overflow.md
|
9 months ago |
Sunface
|
caed666d78
|
Merge pull request #1387 from 3119369616/patch-1
Update string-slice.md
|
9 months ago |
Sunface
|
1a82d8c1ea
|
Merge pull request #1386 from 3119369616/patch-2
错别字修正
|
9 months ago |
3119369616
|
21fedf5352
|
错别字修正
|
9 months ago |
3119369616
|
afc3e05220
|
Update string-slice.md
|
9 months ago |
007gzs
|
4fd806ecdc
|
Update stack-overflow.md
|
9 months ago |
Sunface
|
ddc158db47
|
Update community.md
|
9 months ago |
Sunface
|
a025433a2b
|
Update README.md
|
9 months ago |
Sunface
|
427ac6d3ec
|
Update about-book.md
|
9 months ago |
Sunface
|
2be8b125a0
|
Update README.md
|
9 months ago |
Sunface
|
d06595d659
|
Update README.md
|
9 months ago |
Sunface
|
a6da2f7a6b
|
Merge pull request #1381 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.76
|
9 months ago |
EluvK
|
823a934015
|
translation(appendix/rust-versions) : 1.76
|
9 months ago |
Neutron3529
|
85a5a27e11
|
Update intro.md
增加更精确的rustc --cfg使用方法
|
9 months ago |
keithMonster
|
d5a5759412
|
fix: typo fix
|
9 months ago |
Sunface
|
001f98b948
|
Merge pull request #1373 from oikomi/patch-1
Update global-variable.md
|
9 months ago |
Harold Miao
|
9ed8fe487f
|
Update global-variable.md
|
9 months ago |
sunface
|
018443b97e
|
fix: practice link error
|
10 months ago |
Sunface
|
4203580f42
|
Update community.md
|
10 months ago |
Sunface
|
e05adb1503
|
更新微信群聊二维码
|
10 months ago |
Sunface
|
6f1d452f1e
|
Merge pull request #1366 from keithMonster/main
改了个字儿~
|
10 months ago |
keithMonster
|
53e70706fe
|
Merge branch 'main' of github.com:dongchaoge/rust-course
|
10 months ago |