自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

heartbeatboy的专栏

生命,如果你知道如何去度过她有价值的时光,那将是永恒的!

  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 几种js方法调用

// 第一种var i = function() {   return 5;}();alert(i); // 第二种(function() {    alert(5);})(); // 第三种(function() {    alert(5);}()); // 第四种void function() {    alert(5);}();

2008-09-13 10:20:00 677

原创 dojo源码地址

Roothttp://svn.dojotoolkit.org/src/For users (readonly):http://svn.dojotoolkit.org/src/view/anon/all/trunkFor committers (read/write):https://svn.dojotoolkit.org/src/view/committer/all/trunk

2008-09-11 21:19:00 332

原创 Web应用开发技术细节大突破

Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 <!-- /* Font

2008-09-04 19:31:00 505

原创 不要怕,不要悔

有人一生做一件事,有人一生做几件事,有人一生什么都没做你不选择生活,生活就不会来选你人这一生面临着许多许多的选择最难做到的是,不要怕,不要悔不要害怕失去,也不要害怕改变,更不要害怕获得不要后悔做过的,也不要后悔将要做的你要做的是,展现一个真实的自我如果你不对外界产生太多的依赖,那么你的心是就是独立的不管你怎么想,时间总是在流逝和时间做朋友,学会珍惜你时间专注此刻,尽量让自己更加的快乐不要抱怨生活,

2008-09-04 19:27:00 466

o'reilly - sql tuning.chm

SQL Tuning author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book includes exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to "unsolvable" problems.

2008-12-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除