摘要:
在Web项目运行的时候,IDEA可能会报Error running ‘Tomcat’:Unable to open debugger port (127.0.0.1:56767): java.net.SocketException “socket closed”错误,启动不了Tomcat此时,你需要 阅读全文
摘要:
The length, precision, or scale attribute for column, distinct type, structured type, array type, attribute of structured type, routine, cast target t 阅读全文
摘要:
DB2 修改字段的数据类型为decimal(18,3): alter table TMMICSALJ01 alter ACT_AMOUNT set data type DECIMAL(18,3); DB2 扩大字段的长度: ALTER TABLE 数据库.表 ALTER COLUMN 表字段 SET 阅读全文