“半篇”软文 :)
先上引文,这不算偷懒吧,(Nuffnang的文案做的不错的)
活动页面链接: http://www.nuffnang.com.cn/blog/2011/12/06/new-year-blog-contest/
2011已经接近尾声,与玛雅人各种预言,灾难电影各种渲染有关的2012就要来了。不管你是否紧张兮兮祈祷2012全年平安,还是泰然自若的过自己的生活,但年终总结绝对是必要的!回顾这一年的旅程,你经历了什么,感悟到什么,都将成为弥足珍贵的回忆。
也许,记忆并不像我们想象中那么牢固。文字和影像确能陪伴我们一辈子。现在就沉淀下自己的心情,想一想这一年的起起伏伏。而后感从中来,挥笔自如,在博客中写下年终总结。它不仅是一年回顾或是新年展望,你的人生轨迹将有可能因此而改变。

========
Continue Reading »
I’m learning to draw on computer :)
Below are my drawings today, have a look!
Original
Continue Reading »

Source: http://githubbadge.appspot.com/
I’ve just add a widget to my blog’s sidebar (top right).
GitHub badge is a simple embeddable badge showing your GitHub stats like the number of public repositories, number of followers, favorite languages etc. It runs on Google App Engine with a memcached backup at http://githubbadge.appspot.com/. If you like this and use it too much, we may exceed our quota :-)
Stage URL: http://2.githubbadge.appspot.com/
You may have yours, too :) Just check it on appspot. Make sure you can visit it before you go.
-EOF-
Just upload pictures from an app.
FYI, download SkyDrive for iOS from iTunes.
-EOF-
Source here.
Gail’s Tutorial on Customized Error Messages
While the other things listed here work, I like all my custom error messages in a single directory. If that is what you want, read on. All stuff in parens are the shell commands to do what I’ve told you to do.
- Create a file in the root directory of your web server named .htaccess that contains:
ErrorDocument 400 /errors/400.html
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
and make sure that the protection on the file allows world read access (chmod 644 .htaccess). NOTE: Most web browsers won’t let you look at .htaccess, even though it has world read permission.
Create a directory named errors (mkdir errors) and set the protections to world read/execute (chmod 755 errors)
Inside that directory, create
400.html
401.html
403.html
404.html
and make sure they are world readable (chmod 644 *.html, if you are in that directory)
These files should explain to the user what the error message means in plain English. It is also a good idea to give them pointers to at least your home page and possibly to the most popular pages on your site. Go to: http://www.yoga4good.com/errors/ to see the ones on one of my sites.
- Test them out by triggering the error codes.
If you have problems, you can always check your error.log to see what errors are being generated.
Hope this helps!
Gail
========
May also look at this from wiki.dreamhost.com.
-EOF-
有点疯了,周末居然能和室友一起连着看三部电影,这对我这样一个几个月不看一部电影的人来说真是件奢侈的事情。
(虽然今天才了解到,室友是这个星期跟女朋友分手了,所以估计周末就很无聊【那我在搞什么啊?】)
日志权当记录,不作过多感想。
Continue Reading »