- 浏览: 12716 次
- 性别:
- 来自: 杭州
最新评论
文章列表
从文件/目录创建iso9660镜像文件
- 博客分类:
- linux
创建文件:
mkisofs -o /tmp/cd.iso /tmp/directory/
查看文件信息:
isoinfo /tmp/cd.iso
http://android-developers.blogspot.com/2011/10/introducing-android-webdriver.html
http://google-opensource.blogspot.com/2009/05/introducing-webdriver.html
As a special case the three-argument form with a read/write mode and the third argument being "undef":
open(my $tmp, "+>", undef) or die ...
opens a filehandle to an anonymous temporary file. Also using "+<" works fo ...
http://replicant.us/
https://www.codeaurora.org/
http://idroidproject.org/
http://code.google.com/p/android-on-freerunner/
从android image中提取文件
- 博客分类:
- android
HOWTO: Unpack, Edit, and Re-Pack Boot Images
Several people have already figured out the details on their own, but
I have gotten requests to do a more comprehensive tutorial on how the
boot and recovery images are structured, and how you can edit them.
Contents
[hide
]
1
Backgro ...
如果某天没有搜索引擎可以用了
- 博客分类:
- network
如果所有的搜索引擎都不能用了,生活会不会变得很困难?
该如何应对这样的情况呢?
插件没有被eclipse加载时怎么办
- 博客分类:
- eclipse
1. 在命令行启动eclipse并传入参数-console, 会打开一个OSGi console
2. 尝试在osgi console中安装有问题的插件
3. osgi console会提示bundle id. 然后通过诊断(diag)命令来查看缺少的依赖
vanilla android
- 博客分类:
- android
Vanilla software
From Wikipedia, the free encyclopedia
Vanilla software is computer software that is not customized from its delivered form - i.e.
it is used without any customizations applied to it. Vanilla software can become
a widespread de facto
industry standard, widely used by busin ...
Android 各版本及对应名称
Beta
1.0
1.1
1.5 Cupcake
1.6 Donut
2.x Eclair
2.0
2.0.1
http://www.h-online.com/security/features/How-Skype-Co-get-round-firewalls-747197.html
1. 老版本不再被官方支持, 无法通过apt-get安装软件
不再被正式支持的版本的软件库被迁移到: http://old-releases.ubuntu.com
as86:
! boot.s -- basic structure of bootsect.s
.globl begtext, begdata, begbss, endtext, enddata, endbss
.text
begtext:
.data
begdata:
.bss
begbss:
.text
BOOTSEG = 0x07c0
entry start
start:
jmpi go, BOOTSEG
go: mov ax, cs
mov ds, ax
mov es, ax
mov [msg1+17], ah
mov cx, #20 ...
Typical HTML DOCTYPE statement:
<!DOCTYPE
HTML
PUBLIC
"-
//
W3C
//
DTD
HTML 4.0 Transitional
//
EN
"
"http://www.w3.org/TR/html4/loose.dtd
">
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
Annotated ...
Google: Software Engineer in Test - Shanghai
Google - Shanghai (China)
Job Description
This position is based in Shanghai, China.
The area: Engineering
Google Test Engineers guarantee that our company's software works every time for every user while scaling to the highest l ...