上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 35 下一页
摘要: android 读取assets文件下的txt文件,解决了读取txt文件的乱码问题; 阅读全文
posted @ 2016-05-30 17:00 魔流剑 阅读(5486) 评论(0) 推荐(0) 编辑
摘要: 1)public class StartupReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Intent startupintent = new Intent(context,StrongTracks.cl... 阅读全文
posted @ 2016-05-30 16:58 魔流剑 阅读(429) 评论(0) 推荐(0) 编辑
摘要: /** * 安装APK文件 *@param APK文件 *Version: *author:YangQuanqing */ private void installAPK(File file){ //按照系统安装文件的配置信息的意图过滤器才设置意图 Intent _Intent=new ... 阅读全文
posted @ 2016-05-30 16:57 魔流剑 阅读(173) 评论(0) 推荐(0) 编辑
摘要: /** * 判断服务是否处于运行状态. * @param servicename * @param context * @return */ public static boolean isServiceRunning(String servicename,Context context){ Activit... 阅读全文
posted @ 2016-05-30 16:56 魔流剑 阅读(2562) 评论(0) 推荐(0) 编辑
摘要: // CharacterExtractor.java // Copyright (c) 2010 William Whitney // All rights reserved. // This software is released under the BSD license. // Please see the accompanying LICENSE.txt for det... 阅读全文
posted @ 2016-05-30 16:55 魔流剑 阅读(4419) 评论(0) 推荐(0) 编辑
摘要: 1 import java.awt.image.BufferedImage; 2 import java.io.FileOutputStream; 3 import org.jbarcode.JBarcode; 4 import org.jbarcode.encode.EAN8Encoder; 5 import org.jbarcode.paint.EAN8TextPain... 阅读全文
posted @ 2016-05-30 16:54 魔流剑 阅读(4033) 评论(0) 推荐(0) 编辑
摘要: 实现“摇一摇”功能,其实很简单,就是检测手机的重力感应,具体实现代码如下: 一、在 AndroidManifest.xml 中添加操作权限 二、实现代码 阅读全文
posted @ 2016-05-30 16:49 魔流剑 阅读(11040) 评论(1) 推荐(0) 编辑
摘要: 以下代码是继承OncePerRequestFilter实现登录过滤的代码: 写完过滤器后,需要在web.xml中进行配置: 阅读全文
posted @ 2016-05-30 16:44 魔流剑 阅读(17232) 评论(0) 推荐(0) 编辑
摘要: 程序员都很懒,你懂的! java程序员在实际的开发中会遇到很多的单位换算问题。今天我给大家带来的是关于计算机硬盘大小的换算。多数情况下,一般要求 b,kb,mb,gb,tb,pb之间的大小转换,我们都知道他们之间的换算是乘以1024或者除以1024。但是具体怎么用java代码来实现呢?请看 下面的代 阅读全文
posted @ 2016-05-30 16:43 魔流剑 阅读(6274) 评论(0) 推荐(0) 编辑
摘要: 1 package com.mohe.twocode; 2 3 4 import java.awt.Color; 5 import java.awt.Graphics2D; 6 import java.awt.image.BufferedImage; 7 import java.io.File; 8 import java.io.IOException; ... 阅读全文
posted @ 2016-05-30 16:37 魔流剑 阅读(1243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 35 下一页
点击右上角即可分享
微信分享提示