需要用到的资源:http://download.csdn.net/detail/xunzaosiyecao/7482441
        1、下载上面链接的资料,解压后,将xml.exe文件拷到EditPlus文件目录下。
        2、打开editplus->tools->configue user tools,点击Add Tool,选择Program,如下图:
     ...
                            
                            
                                分类:
其他好文   时间:
2014-06-19 13:06:48   
                                阅读次数:
495
                             
                    
                        
                            
                            
                                直接上菜
/*接口类*/
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数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头
转向,经过一段时间的了解,总算明白一些。
一、make_key脚本生成密钥对
android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
                            
                            
                                分类:
移动开发   时间:
2014-06-16 12:14:22   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                本教程堪称网上能找到的最好正则表达式入门教程原地址:http://www.jb51.net/tools/zhengze.html本文目标30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它。如何使用本教程最重要的是——请给我30分钟,如果你没有使用正则表达式...
                            
                            
                                分类:
其他好文   时间:
2014-06-15 07:27:15   
                                阅读次数:
262
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                在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
                             
                    
                        
                            
                            
                                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