始终对Johan自学的编程很佩服,他是我认识的人里面编程习惯最好的一个人。十分钟写的代码,会用半小时去写注释。在实验室介绍机器人的程序是给我们看了一段他写的代码,漂亮啊~~~~~写程序居然也可以写成艺术。那段时间看到了Johan的主页,很简单的页面介绍他自己,和一位网页高手的同学风格完全不同。花了一个晚上的时间把Johan的网页改成自己的,放到学校服务器上。呵呵,效果真的很不错。是我喜欢的风格。赞一个……
LTH个人主页的创建指导
Personal homepage
All students can create thir own personal homepage by creating the subdirectory (folder) public_html in the home directory.In that directory, the file index.html will be available as:
http://users.student.lth.se/username/
Notes for the E-building
Students with their home directory on the unix computers in the E-building may need to adjust the file protection. That’s because the webserver runs as a normal user and has no special privelleges. Normally, this is not needed, but if you have your own shell configuration it might be needed.
The required settings are that the home directory and public_html are executable by anyone, and that all html files are readable by anyone. The following commands does the trick:
chmod a+x ~
chmod a+x ~/public_html
chmod -R a+r ~/public_html/*
The last command may need to be repeated when new files are added.
什么东东呀~晕死了~