04 2019 档案

摘要:Pgsql 字符字段转整型查询: SELECT ext_dim1 sex, sum(index_value::NUMERIC) total FROM aidata.rep_index_values_y T mybatis in 查询: Mysql: 子查询 阅读全文
posted @ 2019-04-29 17:42 漫步CODE人生 阅读(251) 评论(0) 推荐(0)
摘要:function formatSeconds(value) { var theTime = parseInt(value);// 秒 var theTime1 = 0;// 分 var theTime2 = 0;// 小时 if (theTime > 60) { theTime1 = parseInt(theTime / 60); theTime = parseIn... 阅读全文
posted @ 2019-04-05 00:11 漫步CODE人生 阅读(2330) 评论(0) 推荐(0)