08 2021 档案
摘要:表字段中jsonStr是一个json格式的字符串,类似于map结构。{"name”:"king", "age":18, "score":99} 使用str_to_map可以转化为map结构。 str_to_map(regexp_replace(regexp_replace(regexp_replac
阅读全文
摘要:最近以太坊的分叉,新增了一些字段,原来使用的是老版本 web3j-spring-boot-starter <groupId>org.web3j</groupId> <artifactId>web3j-spring-boot-starter</artifactId> <version>1.6.0</v
阅读全文
摘要:今天遇到hive表新增字段,以往建表都是建外表,直接drop后,重新创建。 由于这次全部使用内表创建的,所以使用add column功能新增字段。 alter table xy_dw.dw_transaction_eth add columns(type1 string comment '类型');
阅读全文
摘要:关闭TAB提示音 修改/etc/inputrc 如果有的话把set bell-style none前面的#注释去掉 没有的话在最后一行添加 关闭vim提示音 修改/etc/vim/vimrc 在最后一行添加set vb t_vb=
阅读全文

浙公网安备 33010602011771号