02 2017 档案

摘要:网上找到两种方法: 1、 2、菜单栏,Tools -> Adnroid -> enable ADB integration 阅读全文
posted @ 2017-02-25 18:14 one_person 阅读(300) 评论(0) 推荐(0)
摘要:package test;public class Regex { public static void main(String[] args) { System.out.println(ipCheck("192.168.12.231")); } /** * 验证ip是否合法 * * @param 阅读全文
posted @ 2017-02-23 11:57 one_person 阅读(8056) 评论(0) 推荐(0)
摘要:1、点击运行配置按钮右边的下拉三角形,选择“外部工具 配置(External Tools) 2、在打开的对话框中,选中“程序(Program)”,点击新建图标。名称可以任意取,例如“打开目录”,“位置(Location)”填入: ${env_var:SystemRoot}\explorer.exe 阅读全文
posted @ 2017-02-14 08:47 one_person 阅读(3103) 评论(1) 推荐(0)
摘要: 阅读全文
posted @ 2017-02-09 17:58 one_person 阅读(492) 评论(0) 推荐(0)
摘要:1. 打开eclipse,菜单“Help”-“Install New Software...” 2. 在Work with 地址栏输入:http://download.eclipse.org/releases/juno 阅读全文
posted @ 2017-02-09 17:38 one_person 阅读(121) 评论(0) 推荐(0)