移动开发[总排行] [月排行] [周排行] [日排行]
本文已经收录至我的GitHub,欢迎大家踊跃star和issues。https://github.com/midou-tech/articles题外话这次本来是准备用filebeat写数据到es,然后下一篇写查询语法和一些查询操作。就在我要写数据的时候,发现不对啊。mapping配置什么的都不知道,只是把数据塞进去了,完全不知道数据怎么结构化存储的,也不知道怎么查询。一般去对接es业务,都需要告诉
分类:移动开发 时间:2020-12-11 11:39:48 阅读:7
java.io.IOException: Could not find resource com/xxx/xxxMapper.xml 报错内容: org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSess ...
分类:移动开发 时间:2020-12-10 11:20:18 阅读:9
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 ...
分类:移动开发 时间:2020-12-10 11:10:22 阅读:9
一:导入如百度地图等的外部类。 步骤:1.首先 将androidstudio项目显示切换到 project 状态显示项目 2.然后添加.jar文件,将所有的.jar文件放入libs文件夹内(libs文件夹就在项目文件夹下),然后在引入的.jar文件上右键然后点击 Add As Library... ...
分类:移动开发 时间:2020-12-10 10:41:40 阅读:8
为什么要用线程池 新启线程需要新建——执行任务——销毁这个过程,我们准备一批线程放在那,当需要执行任务的时候就可以直接拿到线程来用,节约了新建和销毁的过程,提高效率。 线程资源是稀缺而昂贵的,所以我们需要利用线程池统一管理,限制线程数。 创建线程池时各个参数的含义 corepoolsize:线程池的 ...
分类:移动开发 时间:2020-12-10 10:41:27 阅读:16
在布局根节点加上下面三行 android:id="@+id/view_parent" android:clickable="true" android:focusableInTouchMode="true" 在代码中监听view_parent的FocusChangeListener事件 view_p ...
分类:移动开发 时间:2020-12-09 12:22:44 阅读:17
https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md appium的核心时一个Web服务器,它提供了一套REST的接口。他接受到客户端的连接,监听到命令,接着在移动设备上执行这些命令,然 ...
分类:移动开发 时间:2020-12-09 12:20:07 阅读:14
在Mapper.xml中注释中文时,编译会报如下错误 Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 2 字节的 UTF-8 序列的字节 2 无效。 at com.sun.or ...
分类:移动开发 时间:2020-12-09 12:16:27 阅读:8
Vue3教程 使用Vue3新特性创建一个简单App 1.Vue3安装和设置 首先,我们需要把项目vue next webpack preview复制过来,此项目包含Vue的设置 git clone https://github.com/vuejs/vue next webpack preview.g ...
分类:移动开发 时间:2020-12-09 12:10:42 阅读:10
图灵学院 java高级架构师教程-mybatis中mapper接口的创建流程 SqlSession的getMapper() 首先,我们来看下FruitMappermapper=session.getMapper(FruitMapper.class);这段代码,意思很简单,根据传入的class获取这个 ...
分类:移动开发 时间:2020-12-09 12:05:19 阅读:6
180818215277
上一页152761下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!