码迷,mamicode.com
首页 >  
搜索关键字:tools    ( 10556个结果
java接口的高级应用
直接上菜 /*接口类*/ public interface MsgListener{ public void afterMsgRecived(String msgData); } /*工具类*/ public class Tools{ public static void getMsgData(String reciver,MsgListener listener){ reciver+...
分类:编程语言   时间:2014-06-19 10:57:26    阅读次数:295
Android数字签名解析(三)
在刚才开始学习android数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头 转向,经过一段时间的了解,总算明白一些。 一、make_key脚本生成密钥对 android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
分类:移动开发   时间:2014-06-16 12:14:22    阅读次数:240
20天自制操作系统(四)
D:\30day\projects\04_day\harib01b下代码如何编译运行。把z_tools复制到04_day下,然后修改Makefile文件的run:run : $(MAKE) img $(COPY) haribote.img ..\..\qemu\a.img $(MA...
分类:其他好文   时间:2014-06-16 08:21:31    阅读次数:230
9 tools to help you with Java Performance Tuning
9 tools to help you with Java Performance TuningJava Performance Tuning tools to help you improve your Java CodePreviously I wrote an article about 5 ...
分类:编程语言   时间:2014-06-13 15:07:34    阅读次数:458
Google官方网页载入速度检测工具PageSpeed Insights 使用教程
相信有接触前端开发的大神们都听说过Google官方的PageSpeed Tools,这个网页载入速度检测工具有在线版本也有一个 Chrome 扩展,叫PageSpeed Insights,在此之前,Jeff 了解的更多是雅虎的 Yslow 。不过在Jeff 使用过 PageSpeed Insight...
分类:Web程序   时间:2014-06-12 12:31:26    阅读次数:219
vmware-tools安装说明
在Mac OS X中的VMware里运行debian,为了安装vmware-tools,需要首先在debian里做以下事情:sudo aptitude install build-essentialsudo aptitude updatesudo aptitude install build-ess...
分类:其他好文   时间:2014-06-12 11:52:58    阅读次数:221
FireFox调试手机浏览器
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_AndroidIN THIS ARTICLEPrerequisitesADB setupOn the Android deviceOn the de...
分类:移动开发   时间:2014-06-12 07:33:41    阅读次数:684
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!