一篇关于SpringMVC 传统文件上传的方法
摘要:一、界面效果 二、html代码 1 <legend>上传APK文件</legend> 2 <form action="<%=basePath%>/apks/commitApk" class="form-horizontal" method="post" enctype="multipart/form
阅读全文
posted @
2016-09-29 16:23
洛易
阅读(1449)
推荐(0) 编辑
关于华为x2中的外置SDCard的使用
摘要:一、前要 记录一下最近在开发生产过程中遇到的一个小问题。在使用x2的华为7寸平板时,由于需要大内存去录制视频,所以就使用X2自带的SDCard口,插入1个128G的SDCard卡。但是Android sdk中只要提供Environment.getExternalStorageDirectory().
阅读全文
posted @
2016-09-20 11:30
洛易
阅读(874)
推荐(0) 编辑
Fragment的陷阱(转)
摘要:以前做过的一个项目,Fragment嵌套高德地图,当再次进入Fragment的时候,会出现奇怪的现象。嵌套的地图会出现滑动不动的情况,起先还以为是高德的bug呢,经过一番研究,终确定这是一个坑。 先对Fragment做一个简单的介绍,借用csdn上朋友写的一段内容。 Android在3.0中引入了f
阅读全文
posted @
2016-09-12 14:19
洛易
阅读(219)
推荐(0) 编辑
The content of the adapter has changed but ListView did not receive a notification
摘要:java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your ada
阅读全文
posted @
2016-09-07 13:37
洛易
阅读(428)
推荐(0) 编辑