introduction 更多控件用法,请参考 here 和 源码。 本文的代码基于这里 本文将介绍3个控件: slider,progress和circleprogress.具体的用法,请参考源码提供的函数。 本文演示结果:滑动滑块,进度条和环形进度条随着slider的值变化而变化。 样式 xml文 ...
分类:
其他好文 时间:
2020-12-16 12:46:27
阅读次数:
3
所有用户都无法发送消息与文件,点击发送按钮无任何反应,包括服务器上登录的RTX客户端 分析原因: a)FileServer服务停止或异常 b)C:\Program Files\Tencent\RTXServer\Config\下 MultiLoginIP.xml 、ConfigCenter.xml ...
分类:
其他好文 时间:
2020-12-16 12:29:51
阅读次数:
2
1、线上实战提问Elasticsearch做模版查询的时候,在使用terms进行批量查询的时候放入数组在模版中进行查询失败,类似于模版传入数组该如何实现?问题来源:死磕Elasticsearch知识星球#定义索引PUTuint-2020-08-17{"mappings":{"properties":{"clock":{"type":"date","format":"epoch_second"},"
分类:
其他好文 时间:
2020-12-16 12:18:07
阅读次数:
2
1. 配置说明 1.配置rabbitmq.properties rmq.ip=192.168.5.109 rmq.port=5672 rmq.producer.num=20 rmq.manager.user=test rmq.manager.password=123456 2.使用注解配置Rabbi ...
分类:
其他好文 时间:
2020-12-15 12:54:42
阅读次数:
8
pom.xml文件 <dependency> <groupId>com.itextpdf</groupId> <artifactId>itext-asian</artifactId> <version>5.2.0</version> </dependency> <dependency> <group ...
分类:
编程语言 时间:
2020-12-15 12:24:57
阅读次数:
4
内置属性 主要有两个常用内置属性:${basedir}项目的根目录(包含pom.xml文件的目录),${version}项目版本 POM属性 用户可以使用该属性引用POM文件中对应元素的值,常用的POM属性包括: ${project.build.sourceDirectory}:项目的主源码目录,默 ...
分类:
其他好文 时间:
2020-12-15 12:18:57
阅读次数:
2
pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
其他好文 时间:
2020-12-15 12:10:21
阅读次数:
3
Eureka maven pom引入 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche ...
分类:
编程语言 时间:
2020-12-15 12:10:00
阅读次数:
3
前言 最近遇到的一个关于mybatis的xml条件判断的问题,平时写的都是以判断空属性是否为空,例如: <if test="type!=null and type !=''"> and status = 1 </if> 所以在这一块并没有足够的重视。 正文 最近刚好要写一个与上边不一样的写法,但是还 ...
分类:
其他好文 时间:
2020-12-14 13:52:25
阅读次数:
5
一、容器刷新前源码分析 做过 SSM 框架整合的都会知道,如果我们需要启动项目,需要在 web.xml 中进行如下配置 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http:// ...
分类:
编程语言 时间:
2020-12-14 13:47:27
阅读次数:
6