`
asdf314159265
  • 浏览: 246227 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论
文章列表
package com.byteversion; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.net.ServerSocket; import java.net.Socket; public class ByteTransport { p ...
环境:主机操作系统 是Windows XP ,虚拟机 是Ubuntu 9.10,虚拟机是VirtualBox 3.08。 1. 安装增强功能包(Guest Additions) 安装好Ubuntu 9.10后,运行Ubuntu并登录。然后在VirtualBox的菜单里选择"设备(Devices)" -> "安装增强功能包(Install Guest Additions)"。     你会发现在Ubuntu桌面上多出一个光盘图标,这张光盘默认被自动加载到了文件夹/media/cdom0。进入命令行终端,输入:     cd /media/cdom0 ...
Paint mPaint=new Paint(); // mPaint.setDither(false); // mPaint.setFilterBitmap(false); BitmapDrawable iconBMP=(BitmapDrawable)getResources().getDrawable(Constans.appImageList[cursor.getInt(cursor.getColumnIndex(from[i]))]); BitmapDrawable noticeicon=(BitmapDrawable)getR ...
http://androidbeginners.ikonetics.com/2009/May/14af05f70905132337v22c47633lffcfd1c8c8057334mailgmailcom.html
Activity有两个handler,第一个发消息,第二个收不到。他们通过what区分。 普通子线程中不能new handler,会报错 handlerthread中能new handler(looper lp) 普通线程是没有looper的 子线程中构造hanler,传入主线程的looper,向主线程发消息
/p/sundytraining-androidapp
       设备上调试和测试的设置   Android提供了众多的设置使你可以更容易的调试和测试程序.要进入开发设置页面,在模拟器中转到Dev Tools > Development Settings.在该设置页面有以下选项:   Debug app:选择要调试的程序.你不需要设定其关联至调试器,但是设定这个值有两个效果:   在调试的时候,如果你在一个断点处暂停了过长的时间,这个设定会防止Android抛出一个错误   这个设定使你可以选择“等待调试器”选项,使程序只有在调试器关联上之后才启动   Wait for Debugger:阻塞所选的程序的加载直到有调试器关联上,这样你就可以 ...
run-as gdbserver showlease ifconfig pppd kill applypatch_st ndc fsck_msdos netstat ps netd sendevent sync flash_image servicemanage schedtest rild updater chmod ioctl input notify schedtop renice testid3 smd ping vdc check_prereq skia_test bmgr ionice umount logwrapper netcfg record qemud dhcpcd chow ...
ADB(Android Debug Bridge)是Android提供的一个通用的调试工具,借助这个工具,我们可以管理设备或手机模拟器的状态。 A.用adb局域网功能连接设备      1,先用usb连接运行adb命令,将连接方式改为tcpip           adb tcpip {port}     port为端口号      2,拔掉usb线,运行adb命令连接设备           adb connect xxx.xxx.xxx.xxx(设备ip):port(刚才设置的端口号)      3,正常运行adb命令   adb的工作方式比较特殊采用监听Socket TCP 5554等端口 ...
Global site tag (gtag.js) - Google Analytics