码迷,mamicode.com
首页 >  
搜索关键字:required    ( 3455个结果
离线gdb导入sde时,面要素提示the number of points is less than required
在一个项目中,需要把离线的gdb数据原封不动导入到sde中,出现一个奇怪现象,同为WGS1984坐标系的要素类,在入库时提示点数过少的异常错误,找到对应的数据记录后,发现图形确实很小,怀疑本地要素类的空间分辨率和Sde中要素类的空间分辨率不一致,直接导致面要素不能闭合。经过几次尝试,入库前做以下处理 ...
分类:数据库   时间:2020-06-22 10:43:32    阅读次数:120
密码强度及输入合法性校验
密码规则:八位以及八位以上, 必须是数字,大小写字母,或者特殊字符四选三。 HTML代码: <div class="form-group"> <label class="col-sm-4 control-label is-required">登录密码:</label> <div class="col ...
分类:其他好文   时间:2020-06-19 20:43:49    阅读次数:89
selenium打开浏览器底层实现原理中的异常1(TypeError: dump() missing 1 required positional argument: 'fp')
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dump({ 'Capabilities':{ 'browserName':'Edge' } }) ...
分类:其他好文   时间:2020-06-18 01:24:39    阅读次数:225
element-ui的rules中正则表达式
rules: { loseEfficacyReason: [ { required: true, message: '请输入原因', trigger: 'blur' }, { min: 2, message: '请输入不少于2个字符', trigger: 'blur' }, { pattern: / ...
分类:其他好文   时间:2020-06-17 16:48:07    阅读次数:124
avue+elementui中form中表单label调整
首先我用的bladex,前端采用elementui+avue来做的 需求:label内容过长,我要调整label宽度不至于让他换行 首先看了elementui的文档 发现没有效果,然后看了avue文档, 设置之后生效,但是始终不在一行,我在option属性中设置了:labelWidth:"120px ...
分类:其他好文   时间:2020-06-17 11:05:42    阅读次数:294
springboot开启矩阵传参MatrixVariable
/** * 根据 URI 规范 RFC 3986 中 URL 的定义,路径片段中可以可以包含键值对。 * 规范中没对对应的术语。一般 “URL 路径参数” 可以被应用,尽管更加独特的 “矩阵 URI” 也经常被使用并且相当有名。 * 在 Spring MVC 它被成为矩阵变量 * 矩阵变量可以出现在 ...
分类:编程语言   时间:2020-06-17 11:04:07    阅读次数:104
在SpringBoot中注入RedisTemplate怎么实现实例异常解决
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:编程语言   时间:2020-06-16 15:14:43    阅读次数:55
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use.解决办法
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, ...
分类:其他好文   时间:2020-06-16 14:41:14    阅读次数:63
python3.8 + django3.0.7 使用pymysql报错:django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.2
1.python3.8 + django3.0.7 使用pymysql报错: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.2 2.报错原因:是dj ...
分类:数据库   时间:2020-06-16 13:12:42    阅读次数:111
返回long类型精度丢失
返回前端的实体中包含long类型,并且因为精度丢失导致返回数据变化。添加注解把long转换成字符串。 @ApiModelProperty(value = "活动ID ", name = "campaignId", required = true) @JsonSerialize(using= ToSt ...
分类:其他好文   时间:2020-06-16 12:45:30    阅读次数:44
3455条   上一页 1 ... 13 14 15 16 17 ... 346 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!