海王  
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页

2012年5月29日

摘要: http://blog.chinaunix.net/uid-15797451-id-3041829.html一、IP过滤:包括来源IP或者目标IP等于某个IP比如:ip.src addr==192.168.0.208 or ip.src addr eq 192.168.0.208 显示来源IP (ip.addr(或者ip.src)==192.168.10.87)//有自动补全功能 ip.dst addr==192.168.0.208 or ip.dst addr eq 192.168.0.208 显示目标IP二、端口过滤:比如:tcp.port eq 80 // 不管端口是来源的还是目标的都显 阅读全文
posted @ 2012-05-29 20:15 海王 阅读(269) 评论(0) 推荐(0) 编辑

2012年5月7日

摘要: jbytearray转c++byte数组 C代码 jbyte * arrayBody = env->GetByteArrayElements(data,0); jsize theArrayLengthJ = env->GetArrayLength(data); BYTE * starter = (BYTE *)arrayBody; jbyteArray 转 c++中的BYTE[] C代码... 阅读全文
posted @ 2012-05-07 09:06 海王 阅读(8867) 评论(0) 推荐(0) 编辑

2012年4月3日

摘要: http://www.cnblogs.com/chon/archive/2011/07/11/2102894.html What is Application Application和Actovotu,Service一样是android框架的一个系统组件,当android程序启动时系统会创建一个 application对象,用来存储系统的一些信息。通常我们是不需要指定一个Application的,... 阅读全文
posted @ 2012-04-03 22:54 海王 阅读(832) 评论(0) 推荐(0) 编辑

2012年4月1日

摘要: guide follow :http://source.android.com/source/downloading.html=========================1. $ mkdir ~/bin$ PATH=~/bin:$PATH2. $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo$ chmod a+x ~/bin/repoor(if err: curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/ 阅读全文
posted @ 2012-04-01 09:37 海王 阅读(1794) 评论(1) 推荐(0) 编辑

2012年3月31日

摘要: http://blog.csdn.net/chenvsa/article/details/7013760 其中Vino-Server是Ubuntu自带的远程桌面服务器,也就是在系统(System) —> 首选项(Preferences) —> 远程桌面(Remote Desktop)下,可以很容易开启,然后就可以使用VNC Viewer进行远程桌面连接。具体开通办法,可以参见《Ubuntu下开启... 阅读全文
posted @ 2012-03-31 16:13 海王 阅读(30126) 评论(0) 推荐(1) 编辑
 
摘要: http://android-sz.iteye.com/blog/1265613 进过几天的等待,几经波折终于把android 4.0 的代码下载下来。(http://android-sz.iteye.com/blog/1259206) 终于可以编译了,期待…… 编译环境: 1,系统: Ubuntu 10.10 (64bit)2,Jdk: java (64bit)3,交叉编译链: 自带 为了避免编... 阅读全文
posted @ 2012-03-31 14:20 海王 阅读(2747) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.csdn.net/junlineliu/article/details/6988233 1、初始化编译环境(ubuntu11.04 64bit) $ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"$ sudo apt-get update$ sudo apt-get install sun-java6-jdk$sudo apt-get install git-core gnupg flex bison gperf build-essential \ z 阅读全文
posted @ 2012-03-31 14:18 海王 阅读(824) 评论(0) 推荐(0) 编辑
 
摘要: http://wb127.blog.51cto.com/2232662/793116 android平台2.3.4,发现插上usb鼠标和键盘开机,那么都能正常使用,一旦拔出以后再插回去,就不能使用了。 首先检测/dev/input下的设备节点是否正常,发现拔出和插入设备,节点文件都能正常删除和创建。 # ls /dev/input/ -altotal 8drwxrwxrwx 2 root root... 阅读全文
posted @ 2012-03-31 14:08 海王 阅读(2934) 评论(0) 推荐(0) 编辑
 
摘要: http://www.cnblogs.com/jqyp/archive/2012/01/02/2310077.html SD card porting一、进程启动和配置文件的分析 vold的全称是volume daemon。实际上是负责完成系统的CDROM, USB大容量存储,MMC卡等扩展存储的 挂载任务自动完成的守护进程。它提供的主要特点是支持这些存储外设的热插拔。在Android上的这个 v... 阅读全文
posted @ 2012-03-31 13:40 海王 阅读(10971) 评论(0) 推荐(0) 编辑

2012年3月29日

摘要: 编辑你的AVD,添加 "Keyboard Support" 并且把它的值改为 no. http://www.eoeandroid.com/forum.php?mod=viewthread&tid=114939&page=1#pid1309261 阅读全文
posted @ 2012-03-29 16:14 海王 阅读(622) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页