08 2021 档案

摘要:select sys_guid() uuid from dual java后台直接获取打印出来是乱码,利用数据库函数转换下(RAW是种二进制数据) select RAWTOHEX(sys_guid()) uuid from dual 这样就正常了 阅读全文
posted @ 2021-08-10 16:26 小海葵 阅读(344) 评论(0) 推荐(0) 编辑
摘要:数组拼接字符串逗号隔开不用遍历的方式 数组 join()函数的参数是可选的,如果没有包含参数来指定加入/分隔符,默认情况下会使用逗号。例如, var myArray = ['I', 'love', 'chocolate', 'frogs']; var madeAString = myArray.jo 阅读全文
posted @ 2021-08-04 14:32 小海葵 阅读(1473) 评论(0) 推荐(0) 编辑
摘要:今天遇到这么一个问题,我写个文章mark下!! 比如有如下Map类型的数据: { "name":"hello", "poiCodes":[123456,789] } 在Freemarker模板中这么获取的话: "poiCodes": <#if inputData.poiCodes?? && (inp 阅读全文
posted @ 2021-08-04 14:19 小海葵 阅读(1160) 评论(0) 推荐(0) 编辑
摘要:var trs=$("#id tr[class='className']"); --trs.length判断长度 阅读全文
posted @ 2021-08-04 10:31 小海葵 阅读(110) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示