11 2021 档案

摘要:PGSQL-通过SQL语句来计算两个日期相差的天数 阅读全文
posted @ 2021-11-30 15:55 戈博折刀 阅读(764) 评论(0) 推荐(0)
摘要:#IMPORT [MIN,5,ATR] AS VARTP_ATR:=VAR.ATR; 转: http://www.cxh99.com/2015/11/06/31669.shtml 文华财经的指标和程序化交易编写都是用的“麦语言”吗?如何学习麦语言? https://www.fmz.com/bbs-t 阅读全文
posted @ 2021-11-29 11:09 戈博折刀 阅读(215) 评论(0) 推荐(0)
摘要:https://www.makeapie.com/explore.html#sort=createTime~timeframe=all~author=allhttps://yoo66.com/app/echarts/doc/example/map15.html 阅读全文
posted @ 2021-11-22 16:21 戈博折刀 阅读(290) 评论(0) 推荐(0)
摘要:转: Java正则表达式提取字符的方法实例 阅读全文
posted @ 2021-11-19 12:03 戈博折刀 阅读(152) 评论(0) 推荐(0)
摘要:select date_trunc('h',now()) -interval '24 h'; WHERE a.req_time BETWEEN (date_trunc('h',now()) -interval '24 h') AND date_trunc('h',now()) 参考: Postgre 阅读全文
posted @ 2021-11-15 17:23 戈博折刀 阅读(508) 评论(0) 推荐(0)
摘要:public static String divi(Integer a,Integer b){ //如果b为0,这里近似为1 if (b==0){ if (a>0){ return "100"; }else if (a<0){ return "-100"; }else{ return "0"; } 阅读全文
posted @ 2021-11-08 17:45 戈博折刀 阅读(283) 评论(0) 推荐(0)
摘要:Mybatis in 条件传参三种实现方法(直接$,List,[]) MyBatis in 传参及使用 阅读全文
posted @ 2021-11-06 14:41 戈博折刀 阅读(708) 评论(0) 推荐(0)