当前位置:网站首页>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)
- 【leetcode热题Hot100】——任务调度器
- leetcode:140. 单词拆分 II
- 第八章 字符输入输出和输入验证
- Linux定时任务脚本执行时mysqldump备份异常的问题
- Useful Monitoring Scripts What you want part1 in Oracle
- C语言实验十三 指针(三)
- PyTorch installation - error when building a virtual environment in conda before installing PyTorch
- 网易数帆陈谔:云原生“牵手”低代码,加速企业数字化转型
- 关于 Redis 必问面试题,你知道哪些?
猜你喜欢

基于flowable的upp(统一流程平台)运行性能优化(2)

【笔记】混淆矩阵和ROC曲线

JS高级 之 Proxy-Reflect 使用详解
软件测试个人求职简历该怎么写,模板在这里

找不到符号@SuperBuilder,你以为真的是Lombok的问题?

nVisual信息基础设施可视化管理

【leetcode热题Hot100】——任务调度器

Best Practices for Migration from Jincang Database from MySQL to KingbaseES (3. MySQL Database Migration Practice)

程序包简单解释

用 SQL 做数据分析的十大常用功能,附面试原题解答!!
随机推荐
How to write test cases in software testing technology (2)
网工知识角|华为网络工程师,华为、华三、思科设备三层交换机如何使用三层接口?命令敲起来
Compose the displacement of the view
Auto.js Pro 编写第一个脚本hello world
vant-field中colon属性为true报错
【原创】Auto.js get和post 案例
问下有用sql server flink-sql-connector-sqlserver-cdc-2
kubernetes部署ldap
vsftp容器搭建+go开发web用户管理界面(更新于2022.02.23)
Auto.js Pro 计算脚本运行时间
什么是数据标注? 数据标注公司主要做什么?
uniapp运行到手机,基座提示本应用无法独立运行,需要与hbuilderX 搭配使用
(一)Nacos注册中心集群环境搭建
leetcode:153. 寻找旋转排序数组中的最小值
PyTorch installation - error when building a virtual environment in conda before installing PyTorch
QT添加资源文件、样式表、qss文件使用
ClickHouse数据类型
用 SQL 做数据分析的十大常用功能,附面试原题解答!!
js的组成及js样式
C语言——结构体(声明、内存对齐、自引用)、位段、联合体、枚举常量合集