Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现在它的个人资料页面中,URL中的人名之前总是有一个波浪线。例如这个网页:http ://cg.cs.tsinghua.edu.cn/people/~taochen/
名字'taochen'之前有一个'~'。
它的意义是什么?规则还是习惯?
波浪号 (~) 通常表示用户主目录(在 Unix 世界中)。因此,当教育机构想要表示以或多或少不受控制的方式生成的网页时,波浪号是告诉开放互联网的好方法,“嘿,这个网站是由不拥有这一切的人创建的领域”。或者,“这是他们的主页”。
并回答第二部分......这是最佳实践,而不是规则。