摘要: CREATE or replace FUNCTION alterColumn(cloumnName VARCHAR(32), out v_retcode text)AS$BODY$ declare row_data VARCHAR; showSql VARCHAR; i INTEGER:=1; in 阅读全文
posted @ 2020-04-08 19:20 Z程序 阅读(589) 评论(0) 推荐(0)
摘要: Json 中clean方法有两个: 一:会格式化入参,将换行符替换成空格 clean(String bodyHtml, String baseUri, Whitelist whitelist)二:new Document.OutputSettings().prettyPrint(false)设置为f 阅读全文
posted @ 2020-03-25 15:29 Z程序 阅读(2086) 评论(0) 推荐(0)