摘要: 核心提示:英语中对女性的称呼可谓丰富,且谐趣十足。这些称呼多用于口语,表现出称呼者对被称呼者的态度、情感以及彼此之间的微妙或显而易见的关系。 最早开始学习英语的时候,我们就知道,称呼女人有Miss和Mrs. 两种,未婚姑娘称作Miss,现今在美国,一般是十八岁以下的女孩被称为Miss,年龄再大的尽管 阅读全文
posted @ 2024-09-14 18:30 createMan 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Windows10定时自动删除指定路径下N天之前的文件夹及文件 编辑.bat文档:将下列代码编写至txt文本文档,命名改为.bat 1. 删除指定路径下7天之前的所有文件 新建文本文档,编辑如下命令删除文件使用del命令 【路径文件名有空格,用双引号括起来:"E:\TEST\TEST"】 @echo 阅读全文
posted @ 2024-08-28 16:39 createMan 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 日历是我们生活中不可或缺的一部分,它能帮助我们规划时间、安排计划,以及记录生活中的点滴。而动态日历图则更是一种流行的视觉呈现方式,它可以直观地展示出每个日期的数据变化和趋势,让我们更好地理解时间和事件的关系。在这篇文章中,我们将向你介绍如何使用Excel制作一个动态日历图,并在1分钟内完成操作!无需 阅读全文
posted @ 2024-06-25 01:24 createMan 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 世界各国和地区名称代码(按字母排列) (GB/T 2659-2000) Codes for the representation of names of countries and regions 首次发布日期:1981-05-26;复审确认日期:2004-10-14 序号中文简称英文简称两字符代码 阅读全文
posted @ 2024-06-01 17:21 createMan 阅读(188) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; 整形ID转字符串@JsonSeriali 阅读全文
posted @ 2024-05-04 13:08 createMan 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1. git->pull 出现冲突 2. 处理冲突git->Stash Changes… create stash 3. 重复第1次重新pull成功4. git->unstash Changes… 5. 选择刚创建的stash, 勾选pop stash, 点击 pop stash 6. 点击Merg 阅读全文
posted @ 2024-02-27 16:00 createMan 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1. go to the main page [https://www.oracle.com/] 2. then click 'Products' to choose the Java icon 3. click the 'Oracle Java SE Platform' icon [https:/ 阅读全文
posted @ 2024-02-12 19:01 createMan 阅读(7) 评论(0) 推荐(0) 编辑
摘要: A salesperson must sell n items in a bag with random IDs. The salesperson can remove as many as m items from the bag. Determine the minimum number of 阅读全文
posted @ 2023-04-11 23:30 createMan 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: There is a lottery with n coupons and n people take part in it. Each person picks exactly one coupon. Coupons are numbered consecutively from 1 to n. 阅读全文
posted @ 2023-04-11 23:27 createMan 阅读(522) 评论(0) 推荐(0) 编辑
摘要: Given an array of bad numbers and a range of integers, determine the longest segment of integers within the range that does not include any bad number 阅读全文
posted @ 2023-04-11 23:22 createMan 阅读(122) 评论(0) 推荐(0) 编辑