摘要:
< ?xml version="1.0" encoding="utf-8" ?>< resources>< color name="white">#FFFFFF< /color>< !--白色 -->< color name="ivory">#FFFFF0< /color>< !--象牙色 -->< color name="lightyellow">#FFFFE0< /color&g 阅读全文
摘要:
import java.text.SimpleDateFormat;import java.util.Calendar;方法一:SimpleDateFormat sdf = newSimpleDateFormat("yyyy-MM-dd HH:mm:ss");String ly_time = sdf.format(newjava.util.Date()); System.out.println("现在时间是:"+ly_time);结果:现在时间是:2013-04-21 16:50:43方法二:String ly_time = newSimpleDateF 阅读全文
摘要:
MainActivity:package com.example.myservice1;import com.example.myservice1.Myservice.MyBinder;import android.os.Bundle;import android.os.IBinder;import android.annotation.SuppressLint;import android.app.Activity;import android.content.ComponentName;import android.content.Intent;import android.content 阅读全文