上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 77 下一页
摘要: Log4j 配置 的webAppRootKey参数问题 为了让Web项目中的Spring 使用Log4j做如下配置:1、在web.xml中添加如下内容:<!--如果不定义webAppRootKey参数,那么webAppRootKey就是缺省的"webapp.root"。但最好设置,以免项目之间的名称 阅读全文
posted @ 2017-11-09 17:00 小毛驴 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/CARPE-DIEM-wu/p/7798119.html 黄金规则 从帮助台得到的观点是不明确的 检查插头 不要想,而要看 回到目录 制造失败 回到目录 不要想,而要看 回到目录 分而治之 回到目录 一次只改一个地方 回到目录 保持审计跟踪 回到目录 检 阅读全文
posted @ 2017-11-07 12:43 小毛驴 阅读(149) 评论(0) 推荐(0) 编辑
摘要: executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR) 使用自定义的CorePoolSize为7的Executor(Executors.newFixedThreadPool(7)): 使用未设限制的Executor(Executors.newCachedT 阅读全文
posted @ 2017-11-04 08:56 小毛驴 阅读(120) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u012028371/article/details/67636395 原文:https://www.studyscript.com/Post/index/id/3018.html?page=3 正文~ 概述 浏览器窗口有一个history对象,用来保存浏览 阅读全文
posted @ 2017-11-03 13:33 小毛驴 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 昨天写一个接口的部分XML解析功能,用JS实现,直接在页面显示。 xmlDoc = $.parseXML(selected.FReqInfo), $xml = $(xmlDoc), $Order = $xml.find("Order"); //console.log($Order); //conso 阅读全文
posted @ 2017-11-03 09:17 小毛驴 阅读(712) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-30 09:02 小毛驴 阅读(0) 评论(0) 推荐(0) 编辑
摘要: //根据busybox获取本地Mac public static String getLocalMacAddressFromBusybox(){ String result = ""; String Mac = ""; result = callCmd("busybox ifconfig","HWa 阅读全文
posted @ 2017-10-28 01:51 小毛驴 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 显示键盘: EditText editText.setFocusable(true); editText.setFocusableInTouchMode(true); editText.requestFocus(); InputMethodManager inputManager = (InputM 阅读全文
posted @ 2017-10-20 13:09 小毛驴 阅读(112) 评论(0) 推荐(0) 编辑
摘要: private void openApp(String packageName) { PackageInfo pi = getPackageManager().getPackageInfo(packageName, 0); Intent resolveIntent = new Intent(Inte 阅读全文
posted @ 2017-10-20 10:27 小毛驴 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package UICtrl;import android.animation.ObjectAnimator;import android.content.Context;import android.graphics.Canvas;import android.view.animation.Int 阅读全文
posted @ 2017-10-19 08:01 小毛驴 阅读(457) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 77 下一页