自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Shopping的专栏

程序人生,软件之路

  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 删除只读程序

<br />adb shell <br /><br /> #mount -o remount,rw /dev/st16 /system<br /><br /> cd system<br /><br /> cd app<br /><br /> chmod 777 *<br /> <br />即可删

2010-10-08 11:16:00 726

原创 原文:Android Theme XML

<br /><?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2006 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may

2010-10-01 11:17:00 2865 1

原创 另一个更简单的Android应用程序全屏的方法

<br />前面转过一个在Android开发下的使用应用全屏的方法,加几行代码即可。今天发现一个更为简单的办法,即在manifest中对应的activity增加一个属性即可,代码如下:<br /><activity android:name=".xxxx" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:label="@string/app_name"><br /> <br />运行即

2010-10-01 11:00:00 1149

Java.Threads.2004.3Ed.Ddu

Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.

2011-04-15

中国银行_汇率数据_1225_Rmb_Krw

中国银行,汇率数据,目前数据止于2010-12-25,一年的汇率数据统计,来源于中国银行官网。

2010-12-25

中国银行_汇率数据_1225

中国银行的汇率数据,目前数据收集到2010-12-25,前至一年,数据全部来自中国银行。

2010-12-25

android 开发教程

android 开发教程, android 入门教程.

2010-04-07

android 数据库

Android 数据库操作指南,Android SQlite

2010-04-07

空空如也

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

TA关注的人

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