07 2025 档案

摘要:import java.util.*; public class DoubleColorBall { public static void main(String[] args) { List<Integer> redBalls = getredBalls(); int blueBall = get 阅读全文
posted @ 2025-07-31 22:00 leocat 阅读(0) 评论(0) 推荐(0)
摘要:TortoiseSVN1.Unable to connect to a repository at URL2.Error running context: An error occurred during SSL communication svn连接服务器报上面两个错,我通过降低版本连接上的,一般 阅读全文
posted @ 2025-07-14 14:18 leocat 阅读(352) 评论(0) 推荐(0)
摘要:一、需求 一张user表,主键自增,姓名可重复,现在将姓名重复的数据保留最大的id,不重复的不要动。 1 CREATE TABLE `test_user` ( 2 `id` int NOT NULL AUTO_INCREMENT, 3 `name` varchar(4) DEFAULT NULL, 阅读全文
posted @ 2025-07-08 12:55 leocat 阅读(10) 评论(0) 推荐(0)