当前位置:网站首页>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
边栏推荐
- 【原创】Auto.js get和post 案例
- Pro * C Jin Cang database migration guide (4) KingbaseES Pro * C migration guide)
- Have bosses know date field flinksql is synchronized to the use of the null on how to deal with
- 问题记录:jenkins构建时报错The goal you specified requires a project to execute but there is no POM in...
- MySQL-多表查询
- leetcode:162. 寻找峰值
- VS中使用BugTrap定位程序崩溃点
- 05-分布式计算框架
- 网易数帆陈谔:云原生“牵手”低代码,加速企业数字化转型
- ClickHouse常用函数速查大全
猜你喜欢
随机推荐
Nacos入门学习
Auto.js Pro 编写第一个脚本hello world
leetcode:163 缺失的区间
Auto.js Pro 计算脚本运行时间
SqlSession [[email protected]]
程序包简单解释
思维+启发式合并
【TA-霜狼_may-《百人计划》】先行部分 手搓视差体积云
【leetcode热题Hot100】——LRU缓存
Pro * C Jin Cang database migration guide (4) KingbaseES Pro * C migration guide)
leetcode:162. 寻找峰值
JWT入门学习
QT添加资源文件、样式表、qss文件使用
2022-08-02 顾宇佳 学习笔记 多线程
用 SQL 做数据分析的十大常用功能,附面试原题解答!!
Redshift贴logo的方法
【剑指offer】——股票的最大利润
利用索引机制进行绕过
七夕??继续肝文章才是正道!!Auto.js 特殊定位控件方法
Mysql-如何进行慢SQL查询









