Archive for “ 2009 ”
06
Aug
Post on 12:55, August 6, 2009, by Sue Zhou

我已写不出这种煸情的小资文字了,转贴之。
http://www.dapenti.com/blog/more.asp?name=xilei&id=21741

———-

当令你快乐的一切不能再令你快乐,当令你悲哀的一切不能再令你悲哀,甚至激怒你的一切不能再激怒你的时候,[......]

阅读全文

Category: 转贴  Leave a Comment
30
Jul
Post on 15:29, July 30, 2009, by Sue Zhou


$(document).ready(function() {
formPreSet();
});

function formPreSet() {
/* preset form element */
$('form [type=text], form [type=passwor[......]

阅读全文

Category: 分享  Tags: ,  Leave a Comment
23
Jul
Post on 15:07, July 23, 2009, by Sue Zhou

指甲油

去年买了瓶粉得近似乎于无色的指甲油,自我感觉超好,也爱上了Dior家的指甲油。无奈回国一趟,放在拖运行李箱里,经过低压低温而凝了。

今年夏初又买了一瓶,只问店员要了瓶颜色最浅的。回家涂了几次总觉得没啥光泽,终于发现感情买的是瓶护甲油。

下了通缉要逛街,要在夏天结束前再买一瓶[......]

阅读全文

Category: 生活  One Comment
20
Jul
Post on 10:10, July 20, 2009, by Sue Zhou

Instead of using onmouseover, onmouseout in each image, use the following function.

Remember to name the images in specific format.

$("img.rollo[......]

阅读全文

Category: 分享  Tags: ,  Leave a Comment
14
Jul
Post on 12:36, July 14, 2009, by Sue Zhou

MVC, Model-View-Controller, 模型-视图-控制器模式,用于表示一种软件架构模式。目的是实现一种动态的程式设计,使后续对程序的修改和扩展简化,并且使程序某一部分的重复利用成为可能。

去年年底的时候知道这玩意,还花了点时间研究下。想法是好的,可是实现起来就不是那么的漂亮了[......]

阅读全文

Category: 涂鸦  4 Comments