|
|
| 31 | 1 | 2 | 3 | 4 | 5 | 6 |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 1 | 2 | 3 | 4 | 5 | 6 |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
人生就是在破烂的桌面上打台球,
在我以为球肯定会进的时候,
结果球没有进,
在我以为球肯定不会进的时候,
结果,
它还是没进。
常用链接
留言簿(10)
随笔分类
随笔档案
文章分类
文章档案
相册
收藏夹
blog 收集
eclipse
搜索
最新评论

阅读排行榜
评论排行榜
摘要: android 技巧一, 快速显示修改结果
阅读全文
posted @
2008-06-03 17:44 小强 阅读(188) |
评论 (0) |
编辑 收藏
摘要: device commands:
adb update DATAOPTS
- Flash the specified update file.
If file is not passed, update.zip is used.
adb push - copy file/dir to device
adb pull - copy file/dir from device
adb sync [ ] - copy host->device only if changed
(see 'adb help all')
adb shell - run remote shell interactively
阅读全文
posted @
2008-06-03 17:36 小强 阅读(477) |
评论 (0) |
编辑 收藏