
others
iteye_5049
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SD卡里构建SVN仓库
目标: 管理自己的代码;目标仓库地盘:SD卡=>使用SD卡是我的喜好睡前计划把这个搞定,不搞定的话很有罪恶感;首先google关键字:SVN U盘 第一条路径:[url]http://tech.it168.com/d/2008-06-02/200806022229970.shtml[/url]接着到[url]http://www.tortoisesvn.org[/url]下载...原创 2010-12-25 00:09:42 · 151 阅读 · 0 评论 -
ACPI Table not found DSDT.aml
如题,WIN7下使用VirtualBox安装MAC OS(我的是SnowLeopard)时,可能会出现这个error。开始使用的是VirtualBox4.x及引导文件empireEFIv1085.iso,总是出现如题的error。后来改用VirtualBox3.2及引导文件iBoot.iso成功安装。...原创 2012-01-04 11:18:03 · 461 阅读 · 0 评论 -
写与不写
[size=medium][color=darkred]你写 或者不写代码 代码就在那里 不增不减你读 或者不读代码 代码就在那里 不多不少你想 或者不想代码 代码就在那里 不偏不离你调 或者不调代码 bug 依然在那里 不快不慢来我的显示器里 或者 让我的键盘把你输入孑然 异常重启 等待[/color][/size]...原创 2011-03-06 21:10:57 · 124 阅读 · 0 评论 -
GAE:“NameError: global name 'execfile' is not defined”
GAE报错“NameError: global name 'execfile' is not defined” .使用python2.5.6报了这个错,然后使用2.5.4还是报错。最后看到2.5这个版本,虽然没有标明可以在Win7上安装,不过安装后好使。链接:[url=http://www.python.org/getit/releases/2.5/]python2.5[/url]...原创 2011-12-05 23:26:02 · 337 阅读 · 0 评论 -
Mounting an attached ebs volume in EC2
Here's a complete set of commands that you should run once you've attached the EBS volume to your EC2 instance:[code="linux"]mkfs -t ext3 /dev/sdf # (NOTE - if you created your EBS volume from...原创 2012-05-24 18:58:57 · 205 阅读 · 0 评论