- 博客(3)
- 问答 (1)
- 收藏
- 关注
原创 DB2错误代码大全
DB2 错误代码大全sqlcode sqlstate 说明000 00000 SQL语句成功完成01xxx SQL语句成功完成,但是有警告+012 01545 未限定的列名被解释为一个有相互关系的引用+098 01568 动态SQL语句用分号结束+100 02000 没有找到满足SQL语句的行+110 01561 用DATA CAPTURE定义的表的更新操作不能发送到原来的子系统+111 01590 为2型索引设置了SUBPAGES语句+117 01525 要插入的值的个数不等于被插入表的
2022-02-17 10:55:48
3852
原创 Failed to configure a DataSource: ‘url’ attribute is not specified and no embedd
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedd
2022-02-17 10:53:41
692
原创 String字符串intern方法浅析
String的intern方法(仅代表个人理解)首先要明白:1、直接使用双引号声明出来的的String对象是存储在常量池中,new出来的对象存在于堆中2、如果不是双引号声明的String对象,可以使用String的intern方法。intern方法会从字符串常量池中查询当前字符串是否存在,若不存在则会将当前字符串放入常量池中public static void main(String[] args) {String s = new String(“1”);s.intern();String s
2021-04-13 14:06:27
282
空空如也
公安联网核查系统接口问题咨询
2021-12-02
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅