Android分辨率处理工具 代码段

public class DensityUtil { /** * 根据手机的分辨率从 dp 的单位 转成为 px(像素) */ public static int dip2px(Context context, float dpValue) { final float scale = context.getResources().getDisplayMetrics().density; retur

cwf8 2015-01-11   2536   0
Java  

Java时间日期格式化工具 代码段

java.util.*; import java.text.*; import java.util.Calendar; public class VeDate { /** * 获取现在时间 * * @return 返回时间类型 yyyy-MM-dd HH:mm:ss */ public static Date getNowDate() { Date currentTime = new Date()

pc688 2015-05-05   2129   0
Java  

android自定义对话框工具 代码段

public class CustomDialog { private AlertDialog.Builder builder; private Context context; public CustomDialog(Context context) { // TODO Auto-generated constructor stub this.context = context; } publi

gxw6 2015-05-03   2109   0
Android  

Android开发中json数据解析工具 代码段

用Android自带的JSONArray及JSONObject处理json数据---------------------------------------------------------------- 在下面方法中传入的String path是数据所在的服务器url地址 public class dealJsonUtil { /* * 获取"数组形式"的JSON数据, */ public s

jopen 2015-05-07   2763   1
Java   Android  

python多线程ping和arpping扫描工具 代码段

#/usr/bin/env python #--encoding=UTF-8-- #a simpl ping scaner import subprocess from threading import Thread from Queue import Queue import re num_ping_threads = 3 num_arp_threads = 3 in_queue = Queue

jopen 2015-06-24   4516   0
Python  

ElasticSearch 数据导入导出Python工具 代码段

esutil.py ''' Export and Import ElasticSearch Data. Simple Example At __main__ @author: wgzh159@163.com @note: uncheck consistency of data, please do it by self ''' import json import os import sys im

ehstor 2016-01-24   2127   0
Python  

Java屏幕截图工具 捕获屏幕 代码段

import javax.swing.WindowConstants; /** * 捕获屏幕,屏幕截图工具 */ public class ScreenCaptureFrame extends JFrame

b4c2 2014-12-31   5253   1
Java  

Java导出防止小数显示不全工具 代码段

4”;“-0.8”会显示成“-.8” 现在,通过以下Java工具类保证导出的数据(特别是小数)显示全 2、Java工具类 /** * @Title:DecimalPoint.java *

m2yy 2015-02-01   4529   0
Java  

长微博生成工具PHP源码 根据文字生成长微博图片 代码段

content="text/html; charset=utf-8" /> 长微博<em>工具</em>