当前位置:网站首页>Kotlin multiplication, how do I multiply smaller and smaller?
Kotlin multiplication, how do I multiply smaller and smaller?
2022-08-03 03:36:00 【Ango can't move】
LL.e(TAG, "timeByNew1: ${System.currentTimeMillis()}")LL.e(TAG, "timeByNew2 : ${timeByNew}")LL.e(TAG, "timeByNew3 : ${timeByNew * 1000}")LL.e(TAG, "timeByNew4 : ${(System.currentTimeMillis() - (timeByNew * 1000))}")
After multiplying, it becomes smaller
Isn't this outrageous
...
Because I used Int to accept timeByNew
instead of Long
Just change it to Long
边栏推荐
猜你喜欢
随机推荐
我的“眼睛”就是尺!
How to write test cases in software testing technology (2)
服务器在线测速系统源码
流程图(1)
什么样的存储服务,才能成为企业数字化创新“加速器”?
MySQL-如何分库分表?一看就懂
【数据分析】基于MATLAB实现SVDD决策边界可视化
【 original 】 Auto. Js the get and post case
Guys, I don't understand a bit: why the documentation of oracle-cdc writes that the connector can be done exactly-o
机器学习【KNN案例、API、总结】
Auto. Js scripts run time calculated Pro
网易数帆陈谔:云原生“牵手”低代码,加速企业数字化转型
SqlSession [[email protected]]
黑马程序员Servlet
有大佬知道 使用flinksql是 同步的日期字段为null的话怎么处理吗
Useful Monitoring Scripts What you want part1 in Oracle
leetcode:172. 阶乘后的零
网工知识角|华为网络工程师,华为、华三、思科设备三层交换机如何使用三层接口?命令敲起来
Mysql-如何进行慢SQL查询
通过kubernetes可视化界面(rancher)安装kibana









