实体属性值(Entity--attribute--value EAV)模式,可以方便 PHP 实现 EAV 模型。 目的 实体属性值模型(Entity-attribute-value EAV)是一种用数据模型描述实体的属性(属性,参数),可以用来形容他们潜在巨大,但实际上将适用于给定的实体的数量是相 ...
分类:
Web程序 时间:
2020-09-22 16:29:09
阅读次数:
60
开启了自动注释和自动缩进对粘帖代码不方便 关闭自动注释:set fo-=r 关闭自动缩进(这个对C/C++代码好像无效):set noautoindent关闭C语言缩进 :set nocindent 再 Shift + Insert 恢复 :set fo=r :set autoindent:set ...
分类:
系统相关 时间:
2020-09-22 16:28:56
阅读次数:
71
场景:两个BigDecimal之间做除法 BigDecimal result = dto.getCargoWeight().divide(record.getCargoWeight()); 问题:java.lang.ArithmeticException: Non-terminating decim ...
分类:
其他好文 时间:
2020-09-22 16:28:38
阅读次数:
87