会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小毛驴
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
77
下一页
2017年11月9日
Log4j 配置 的webAppRootKey参数问题
摘要: Log4j 配置 的webAppRootKey参数问题 为了让Web项目中的Spring 使用Log4j做如下配置:1、在web.xml中添加如下内容:<!--如果不定义webAppRootKey参数,那么webAppRootKey就是缺省的"webapp.root"。但最好设置,以免项目之间的名称
阅读全文
posted @ 2017-11-09 17:00 小毛驴
阅读(278)
评论(0)
推荐(0)
2017年11月7日
调试
摘要: http://www.cnblogs.com/CARPE-DIEM-wu/p/7798119.html 黄金规则 从帮助台得到的观点是不明确的 检查插头 不要想,而要看 回到目录 制造失败 回到目录 不要想,而要看 回到目录 分而治之 回到目录 一次只改一个地方 回到目录 保持审计跟踪 回到目录 检
阅读全文
posted @ 2017-11-07 12:43 小毛驴
阅读(156)
评论(0)
推荐(0)
2017年11月4日
anroid之异步不如异步
摘要: executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR) 使用自定义的CorePoolSize为7的Executor(Executors.newFixedThreadPool(7)): 使用未设限制的Executor(Executors.newCachedT
阅读全文
posted @ 2017-11-04 08:56 小毛驴
阅读(127)
评论(0)
推荐(0)
2017年11月3日
html5之hash
摘要: 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 小毛驴
阅读(394)
评论(0)
推荐(0)
js解析XML
摘要: 昨天写一个接口的部分XML解析功能,用JS实现,直接在页面显示。 xmlDoc = $.parseXML(selected.FReqInfo), $xml = $(xmlDoc), $Order = $xml.find("Order"); //console.log($Order); //conso
阅读全文
posted @ 2017-11-03 09:17 小毛驴
阅读(742)
评论(0)
推荐(0)
2017年10月30日
20171030工作日志
该文被密码保护。
阅读全文
posted @ 2017-10-30 09:02 小毛驴
阅读(0)
评论(0)
推荐(0)
2017年10月28日
调用Linux的busybox,通过linux命令来获取AndRoidIP
摘要: //根据busybox获取本地Mac public static String getLocalMacAddressFromBusybox(){ String result = ""; String Mac = ""; result = callCmd("busybox ifconfig","HWa
阅读全文
posted @ 2017-10-28 01:51 小毛驴
阅读(245)
评论(0)
推荐(0)
2017年10月20日
android之键盘转载
摘要: 显示键盘: EditText editText.setFocusable(true); editText.setFocusableInTouchMode(true); editText.requestFocus(); InputMethodManager inputManager = (InputM
阅读全文
posted @ 2017-10-20 13:09 小毛驴
阅读(121)
评论(0)
推荐(0)
android启动应用
摘要: private void openApp(String packageName) { PackageInfo pi = getPackageManager().getPackageInfo(packageName, 0); Intent resolveIntent = new Intent(Inte
阅读全文
posted @ 2017-10-20 10:27 小毛驴
阅读(167)
评论(0)
推荐(0)
2017年10月19日
androidcode
摘要: 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 小毛驴
阅读(470)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
77
下一页
公告