<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLBC26AA/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p> 说明 ...
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:
数据库 时间:
2020-12-18 12:26:29
阅读次数:
2
aapt2compile资源(编译res目录下的资源)--dir编译的目录-o编译生成的压缩包--legacy将使用早期版本的AAPT时允许的错误视为警告aapt2compile-ooutRes.zip--dirres--legacyaapt2compile(目标资源文件编译)编译出对应flat文件aapt2compileres/values/string.xml-ocompiled/aapt2l
分类:
其他好文 时间:
2020-12-16 13:07:09
阅读次数:
8
influxDB-查询操作 1 # 综合使用 2 书写顺序 3 select distinct * from '表名' where '限制条件' group by '分组依据' having '过滤条件' order by limit '展示条数' 4 执行顺序 5 from -- 查询 6 whe ...
分类:
数据库 时间:
2020-12-16 12:46:47
阅读次数:
6
https://blog.csdn.net/qq_34908844/article/details/78569483 https://segmentfault.com/q/1010000000374487 ...
分类:
微信 时间:
2020-12-16 12:39:45
阅读次数:
3
nginx proxy_pass 是支持带/ 的,同时对于不同的模式,会产生不同的效果, 整体总结(当然还有特殊情况) proxy_pass 带/的,使用的是绝对路径,请求格式会变成 http://$domainname:$port/proxy/$resource->http://$upstream ...
分类:
其他好文 时间:
2020-12-16 12:34:32
阅读次数:
2
PostgreSQLとOracleのsql差异 1.rownum (1)Oracle分页查询使用rownum,PostgreSQL使用limit offset OraclePostgreSQL select * from (select rownum r,e.* from emp e where r ...
分类:
数据库 时间:
2020-12-16 12:30:29
阅读次数:
6
需求: 在做公司文件共享系统的项目的时候,遇到个单次上传最大个数10的需求。 过程: 去翻了文档,看到limit这个属性,美滋滋的加上了。自测了下,选择11个确实执行了on-exceed对应的方法,提示出来超出限制。 提测阶段: 测试突然说我这个限制有bug,最后测试确实是存在bug,原因是文档这个 ...
分类:
Web程序 时间:
2020-12-14 13:38:53
阅读次数:
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
HANDLER语句1.HANDLERtbl_nameOPEN[[AS]alias]2.3.HANDLERtbl_nameREADindex_name{=|<=|>=|<|>}(value1,value2,...)4.[WHEREwhere_condition][LIMIT...]5.HANDLERtbl_nameREADindex_name{FIRST|NEXT|PREV|
分类:
数据库 时间:
2020-12-10 10:32:49
阅读次数:
4