上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: ```java public class variable_test01 { public static void main(String[] args) { System.out.println(); //定义秒杀价变量 double price =3599.00; //定义颜色变量 String 阅读全文
posted @ 2022-07-28 19:54 NiceTwocu 阅读(924) 评论(0) 推荐(0) 编辑
摘要: public class study_day1 { public static void main(String[] args) { //字符串子面变量 System.out.println("HelloWorld"); System.out.println("黑马程序员"); //整数字面变量 S 阅读全文
posted @ 2022-07-28 19:53 NiceTwocu 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 基础语法 package com.itheima;//包名 import java.util.Arrays; public class HelloWorld { //定义一个类 public static void main(String[] args) {//定义一个main函数 System.o 阅读全文
posted @ 2022-07-28 19:52 NiceTwocu 阅读(19) 评论(0) 推荐(0) 编辑
摘要: package com.company; public class Data02 { public static void main(String[] args) { System.out.println(1024);//这是一个整数,默认就是Int类型 System.out.println(3.4 阅读全文
posted @ 2022-07-28 19:52 NiceTwocu 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 原文出自 https://www.cnblogs.com/YouJeffrey/p/16212939.html 阅读全文
posted @ 2022-06-26 18:48 NiceTwocu 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 原文出自 https://www.cnblogs.com/seamy/p/15649080.html 阅读全文
posted @ 2022-06-26 18:47 NiceTwocu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 原文出自 https://www.cnblogs.com/YouJeffrey/p/16037305.html https://www.cnblogs.com/liuys635/p/15749899.html 阅读全文
posted @ 2022-06-26 18:44 NiceTwocu 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 转载文章 https://www.cnblogs.com/xiaolehua/p/16397732.html 阅读全文
posted @ 2022-06-26 18:42 NiceTwocu 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 集合点 同步定时器 图中当用户达到5个,或时间到5秒中就会执行后面的请求,可以达到一个并发效果 固定定时器,每次请求间隔多少秒 统一随机定时器,下面固定延迟多少秒在加上一个随机时间,不会大于上面设置的时间, 高斯定时器,是固定一个时间在加上偏差时间 阅读全文
posted @ 2022-06-26 18:39 NiceTwocu 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-26 18:37 NiceTwocu 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页