上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
该文被密码保护。 阅读全文
posted @ 2016-05-22 12:10 什么玩楞啊,我叫旺仔 阅读(36) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.testapp2; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android. 阅读全文
posted @ 2016-05-21 16:40 什么玩楞啊,我叫旺仔 阅读(427) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.testapp2; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.V 阅读全文
posted @ 2016-05-21 10:38 什么玩楞啊,我叫旺仔 阅读(227) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.testapp2; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Vi 阅读全文
posted @ 2016-05-18 16:22 什么玩楞啊,我叫旺仔 阅读(205) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2016-05-18 11:48 什么玩楞啊,我叫旺仔 阅读(132) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2016-05-18 09:45 什么玩楞啊,我叫旺仔 阅读(153) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
posted @ 2016-05-18 09:37 什么玩楞啊,我叫旺仔 阅读(226) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.testapp22; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view 阅读全文
posted @ 2016-05-17 09:50 什么玩楞啊,我叫旺仔 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-14 11:07 什么玩楞啊,我叫旺仔 阅读(114) 评论(0) 推荐(0) 编辑
摘要: package wanzai; public class Test1 { public static void main(String[] args) { TestThread tt=new TestThread(); tt.start(); Thread tt1=new Thread(new TestThread1(... 阅读全文
posted @ 2016-03-15 16:22 什么玩楞啊,我叫旺仔 阅读(1088) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页