<mapper namespace="com.lcb.mapping.userMapper"> <!--association 一对一关联查询 --> 第 43 页 共 485 页<select id="getClass" parameterType="int" resultMap="Classes ...
分类:
其他好文 时间:
2020-04-12 20:08:29
阅读次数:
107
ElasticSearch中字段的类型一旦确定就不能修改,如果我们要修改其类型就要重新建mapping。然后把旧索引中的数据批量导入到新索引中。同时采用给索引起别名的方式使客户端应用程序不需要重启。 1、演示字段类型一旦确定不能修改 添加文档,同时默认创建了索引 PUT index1/type1/1 ...
分类:
其他好文 时间:
2020-04-12 18:16:51
阅读次数:
83
编写filter过滤器有两种方法,一种是使用注解配置,另一种是使用web.xml配置,此处使用web.xml配置来实现过滤器 (1)使用web.xml配置过程 <filter> <filter-name>setCharacterFilter</filter-name> <filter-class>c ...
分类:
编程语言 时间:
2020-04-12 10:18:33
阅读次数:
52
在一个 Hibernate 项目中,我们需要同时设置 hbm.xml 和 Annotations 的 mapping 这种情况 hibernate.cfg.xml 如何配置? 其实 hibernate.cfg.xml 中是可以同时设置 hbm.xml 和 Annotations 的。 例如下面的配置 ...
分类:
移动开发 时间:
2020-04-11 23:30:40
阅读次数:
101
好久没更新了,咳咳。情况是这样的,周五在公司前端组开技术分享会,担心干货不够,所以周四晚上连夜写了这么一个Demo出来哗众取宠,实际上效果还是挺不错的,这次装了一手好逼,只不过当时组内的妹子们都没来,没能看到这盛大的场面,唉,简直遗憾至极。 先把Demo上了:http://output.jsbin. ...
分类:
Web程序 时间:
2020-04-10 00:30:37
阅读次数:
94
首先检测是否可用 GPU import tensorflow as tf print('GPU', tf.test.is_gpu_available()) # GPU True tf.device Tensorflow 通过 tf.device 指定每个操作运行的设备,可以指定本地的 CPU、GPU ...
分类:
其他好文 时间:
2020-04-07 09:44:25
阅读次数:
83
分三部分内容详细介绍Openstack系统安装配置流程
分类:
其他好文 时间:
2020-04-06 13:53:55
阅读次数:
77
xls4-想要使用Python的xlwt设置单元格的背景色。 但是不知道如何设置。 【解决过程】 1.从Working with Excel Files in Python 找到官网的:The xlwt Module,无果。 2.参考: XLWT : Changing the Cell Backgr ...
分类:
编程语言 时间:
2020-04-05 00:41:21
阅读次数:
109
以stm32l475-atk-pandora开发板为了例,说明rtthread添加menuconfig中没有的驱动的方法 打开目录rtthread\rt-thread-master\bsp\stm32\stm32l475-atk-pandora\board\CubeMX_Config中的STM32L ...
分类:
其他好文 时间:
2020-04-04 22:58:30
阅读次数:
471
web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-04-03 12:22:19
阅读次数:
61