自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

深入敌后

精通才能算会,深入才能算懂

  • 博客(1)
  • 资源 (1)
  • 收藏
  • 关注

转载 不要为自己寻找理由

美国职业篮球协会最佳新秀杰森.基德,谈到自己成功的历程时说:小时候,父亲常常带我去打保龄球。我打得不好,总是找借口解释自己为什么打不好,而不是去找原因。父亲就对我说:别再找借口了,这不是理由,你保龄球打得不好是因为你不练习。他说得对,我发现自己的缺点,便努力改正,绝对不找借口搪塞。生活中,我们经常可以碰到类似的情况,遇到一些自己不愿做或不想做的事情,总是找个理由替自己推脱-说没时间;看到一些成

2006-12-06 12:17:00 1223

Express - node web framework

express 的官方文档 Getting started With node installed (download), get your first application started by creating a directory somewhere on your machine: $ mkdir hello-world In this same directory you'll be defining the application "package", which are no different than any other node package. You'll need a package.json file in the directory, with express defined as a dependency. You may use npm info express version to fetch the latest version, it's preferred that you do this instead of "3.x" below to prevent any future surprises. { "name": "hello-world", "description": "hello world test app", "version": "0.0.1", "private": true, "dependencies": { "express": "3.x" } }

2012-12-13

空空如也

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

TA关注的人

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