#VAL

java.lang.IllegalArgumentException: XML fragments parsed from previous mappers does not contain value for

     使用mybatis做一个简单的查询的时候,报了这个问题。代码如下:    <mappernamespace="cn.gaiay.business.zm.live.living.dao.LiveMapper">...

Data truncation: Out of range value for column 'id' at row 1 ### The

org.springframework.dao.DataIntegrityViolationException:###Errorupdatingdatabase.Cause:com.mysql.jdbc.MysqlDataTruncation:Datatruncation:Outofrangevalueforcolum...

微信jssdk 返回的 config invalid signature

  这几天一直在调试wxjssdk,按照api的需求,http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html,先是根据appid和秘钥获取access_token并存入缓存:注意的是此处的appid和秘钥是微信公众平台...

spring mvc Error instantiating class ** with invalid types () or values (). Cause: java.lang.NoSuchMethodException:

 一般引起这种问题的原因是bean和mapper里面的字段未对应上,或者bean里面没有默认的构造函数引起的。我今天是后面的一个,自己写了带参数的构造函数引起的这个问题。。。...

Searching for a valid kernel header path... The path "" is not a valid path to the ***** kernel headers. Would you like to change it? [yes]

在centos6.5安装vmtools时候,解压包,mount挂载后,安装pl过程中报这个问题,半天没有解决,google后发现这样就行了 Iinstalledthekernel-develpackage,butitturnsoutthattheheaderswereforadifferentkernelve...
代码星球 ·2020-04-05

Field 'id' doesn't have a default value

Spring项目中设置主键的时候通过@Id@GeneratedValue(strategy=GenerationType.IDENTITY)则在建表的时候,主键应该要设置自增,否则的话,就会报这个错误.  ...
代码星球 ·2020-04-05

doris: shell invoke .sql script for doris and passing values for parameters in sql script.

inmostcases,wewanttoexecutesqlscript indoris routinely.usingazkaban,toloaddata,etc.Andwewanttopassparameterstothesqlscriptfile.wecaneasilyhandlesuchsi...
代码星球 ·2020-04-05

Fluent Validation with Web Api 2

1.nuget添加FluentValidation.WebApi引用. 2.模型定义:[Validator(typeof(CustomerValidator))]publicclassUserModel{publicstringUserName{get;set;}publicstringPassword{ge...

valgrind 使用入门

近期在学习使用valgrind来定位性能问题,记录一下整个操作过程以及涉及到的工具一般在机器上都会预装valgrind工具使用callgrind工具检查程序的调用情况,例如使用valgrind来监控sequoiadb的函数调用关系,可以执行以下命令来启动sequoiadb的某个节点进程valgrind--tool=ca...
代码星球 ·2020-04-05

java map 根据value排序取前n

packagecom.cnblogs.test;importjava.util.List;importjava.util.Map;importcom.google.common.collect.ImmutableMap;importcom.google.common.collect.Lists;importcom.go...

SpringBoot入门教程(十八)@value、@Import、@ImportResource、@PropertySource

SpringBoot提倡基于Java的配置。这两篇博文主要介绍springboot一些常用的注解介绍通过@Value可以将外部的值动态注入到Bean中。添加application.properties的属性,方便后面演示。domain.name=cnblogs@Value("字符串1")privateStringtes...

Handshake failed due to invalid Upgrade header: null 解决方案

解决方案,在 Nginx ,location中添加以下红色代码:proxy_set_headerUpgrade$http_upgrade;proxy_set_headerConnection "upgrade"; server{listen80;server_namelocalh...

Spring4新特性——集成Bean Validation 1.1(JSR-349)到SpringMVC

Spring4新特性——泛型限定式依赖注入Spring4新特性——核心容器的其他改进Spring4新特性——Web开发的增强Spring4新特性——集成BeanValidation1.1(JSR-349)到SpringMVC...

maven 错误:读取 xxx.jar 时出错;invalid LOC header (bad signature) 1 错误

 reqHeader:{Accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,Upgrade-Insecure-Requests=1,Connection=keep-alive,User-Agent=Mozilla/5.0...

Truncated incorrect DOUBLE value: 'NO_REFUND'

解决办法:Mysql中,如果一个字段是字符串,则一定要加单引号问题原因:`item_refund_state`varchar(255)NOTNULLitem_refund_state字段的类型是varchar但where条件中使用了item_refund_state=0 如果where条件中tid对应item...
首页上一页...192193194195196...下一页尾页