自定义博客皮肤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)
  • 收藏
  • 关注

原创 iPad 3.2.1越狱成功!

<br /><br />等待了一段时间,iPad 3.2.1终于可以越狱了。使用完美越狱JailbreakMe 2.0。<br /> <br />网上说只有wifi版才可以越狱,3G版还是有问题,但我同事那台就是3G 64G版的,一试就成功,非常顺利,没有遇到任何问题,我就是等他越狱成功后才升到3.2.1的,然后也顺利越狱成功了。<br /> <br />现在提供越狱的方法,希望对寻求IPAD越狱的问题有所帮助。<br /> <br />1、首先,确认您的iPad是WIFI版3.2.1,原生3.2.1或者由

2010-08-03 13:49:00 3809

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关注的人

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