10 2021 档案

摘要:float类型的存储 之前我们学过了Java的四种基本整数类型: byte(1字节) short(2字节) int(4字节) long(8字节) 其中一个字节是8位,所以能表示的个数就是28*x个(其中x表示字节数) 因为有正数和负数,所以范围就是-28*x-1到​28*x-1​-1,正数为什么要减 阅读全文
posted @ 2021-10-31 15:17 紫英626 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-23 19:33 紫英626 阅读(15) 评论(0) 推荐(0) 编辑
摘要:set wshshell=wscript.createobject("wscript.shell") wshshell.AppActivate"" for i=1 to 10000wscript.sleep 100 wshshell.sendKeys "^v" wshshell.sendKeys " 阅读全文
posted @ 2021-10-20 19:38 紫英626 阅读(4430) 评论(0) 推荐(0) 编辑

紫英

点击右上角即可分享
微信分享提示