上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: 1 12-19 21:51:01.783: D/ActivityThread(2142): setTargetHeapIdealFree:8388608 2 12-19 21:51:01.783: D/ActivityThread(2142): setTargetHeapConcurrentSta... 阅读全文
posted @ 2014-12-19 22:01 疾风剑 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Intent intent = new Intent(); intent.setPackage("com.android.camera"); intent.setAction(MediaStore.ACTION_IMAGE_CAPTURE)... 阅读全文
posted @ 2014-12-18 15:57 疾风剑 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: 1 package org.mobiletrain.shudu08; 2 import android.content.Context; 3 import android.graphics.Canvas; 4 import android.graphics.Color; 5 import andr... 阅读全文
posted @ 2014-12-14 16:49 疾风剑 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1 package net.blogjava.mobile; 2 3 import java.net.HttpURLConnection; 4 import java.util.ArrayList; 5 import java.util.List; 6 7 import org.apache.... 阅读全文
posted @ 2014-12-14 13:36 疾风剑 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 网络版程序:import java.io.BufferedReader;import java.io.InputStream;import java.io.InputStreamReader;import java.net.URL;import java.net.URLConnection;impo... 阅读全文
posted @ 2014-12-12 04:56 疾风剑 阅读(1688) 评论(0) 推荐(0) 编辑
摘要: 安装完后的主程序所在的目录,安装完毕,打开tomcat(如何启动参考)服务器默认是在8080端口监听。在浏览器的地址栏输入:http://localhost:8080看见界面表明服务器安装正确。配置:将端口号改为80,避免输入端口号,修改conf/server.xml,相应内容改为核心配置:虚拟目录... 阅读全文
posted @ 2014-12-10 17:32 疾风剑 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: public abstract Resources getResources () Return a Resources instance for your application's package.BitmapFactoryextends Objectjava.lang.Object ↳ ... 阅读全文
posted @ 2014-12-10 09:28 疾风剑 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1、显示当前时间和日期: 1 case R.id.btnShowDate: 2 { 3 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); 4 ... 阅读全文
posted @ 2014-12-09 23:18 疾风剑 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1 package com.highxin.number_location; 2 3 4 import java.io.File; 5 import java.io.FileOutputStream; 6 import java.io.IOException; 7 import ... 阅读全文
posted @ 2014-12-09 20:22 疾风剑 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.* ; 2 import org.jdom.* ; 3 import org.jdom.output.* ; 4 public class DOMDemo { 5 public static void main(String args[]) throws ... 阅读全文
posted @ 2014-12-08 17:48 疾风剑 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页