上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 27 下一页
摘要: 给定一个整数数组,判断是否存在重复元素。 如果任意一值在数组中出现至少两次,函数返回 true 。如果数组中每个元素都不相同,则返回 false 。 最简洁的代码: set函数去重 class Solution: def containsDuplicate(self, nums: List[int] 阅读全文
posted @ 2020-12-13 14:51 然终酒肆 阅读(639) 评论(0) 推荐(0)
摘要: 位运算的奇技淫巧 阅读全文
posted @ 2020-12-13 12:59 然终酒肆 阅读(100) 评论(0) 推荐(0)
摘要: import java.util.*; 阅读全文
posted @ 2020-12-13 11:37 然终酒肆 阅读(541) 评论(0) 推荐(0)
摘要: 获取类功能 public class test0 { public static void main(String[] args) { String str = "anAdEfg"; System.out.println("String类的获取功能"); //获取字符串的长度 int length 阅读全文
posted @ 2020-12-13 11:32 然终酒肆 阅读(113) 评论(0) 推荐(0)
摘要: 1 public class test0 { 2 3 public static void main(String[] args) 4 { 5 6 System.out.println("90 度的正弦值:" + Math.sin(Math.PI/2)); 7 System.out.println( 阅读全文
posted @ 2020-12-12 23:23 然终酒肆 阅读(143) 评论(0) 推荐(0)
摘要: 用java的helloworld 我知道这是最低级的东西,总要让结构完整 public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); // 输出 Hello 阅读全文
posted @ 2020-12-12 23:11 然终酒肆 阅读(49) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/evening/archive/2012/03/29/2423554.html 阅读全文
posted @ 2020-11-22 22:17 然终酒肆 阅读(59) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/163563.htm 阅读全文
posted @ 2020-11-22 22:05 然终酒肆 阅读(116) 评论(0) 推荐(0)
摘要: 本来我的pc是这样的(磁盘管理) 由于现在不想用臃肿的双系统 所以就想删除ubuntu 先下载一个EasyBcd 直接删除ubuntu启动引导 之后我画红线区域就是当初给linux分的区 选中一个 删除卷 后边几个都删掉 这个分区图示 是有几何意义的 你删了 他们临着 就并到一起了 系统分区删不了 阅读全文
posted @ 2020-11-20 20:46 然终酒肆 阅读(473) 评论(0) 推荐(0)
摘要: ipconfig /flushdns 阅读全文
posted @ 2020-11-20 20:16 然终酒肆 阅读(115) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 27 下一页