上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: 本次安装笔者借鉴了n篇前辈的文章,如有冒犯,请指正 https://blog.csdn.net/qq_20788055/article/details/80372577 https://blog.csdn.net/qq_37172528/article/details/80459490 https: 阅读全文
posted @ 2019-03-31 13:06 Moliay 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 原题链接https://leetcode.com/problems/number-of-atoms/ 题目描述 Given a chemical formula (given as a string), return the count of each atom. An atomic element 阅读全文
posted @ 2019-03-30 09:41 Moliay 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 给定一个数列 1 1 1 3 5 9 17……,这个数列第四项开始等于前三项的和,让你求出第20190324项的最后四位数。 package BlueCup; public class Main { public static void main(String[] args) { long res 阅读全文
posted @ 2019-03-29 19:46 Moliay 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 原题链接https://leetcode.com/problems/partition-to-k-equal-sum-subsets/ 题目描述 Given an array of integers nums and a positive integer k, find whether it’s p 阅读全文
posted @ 2019-03-28 15:34 Moliay 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 文章目录 一. DOSBox && debug使用1.安装配置(以下方法们按照从麻烦到简便的顺序)(1) 多步骤(可行,但不推荐)(2)一步到位(强烈推荐) 2. 窗口大小 二. debug两种状态三.debug命令及操作? :查看文档A :逐步汇编1.不给地址的话,默认为0101或者当前的IP地址 阅读全文
posted @ 2019-03-25 21:05 Moliay 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 原题链接https://leetcode.com/problems/longest-univalue-path 题目描述 Given a binary tree, find the length of the longest path where each node in the path has 阅读全文
posted @ 2019-03-25 15:38 Moliay 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 文章目录 啥是JavaScriptJavaScript与HTML的结合方式js文件在HTML中的位置注释方式变量命名规范:定义的关键字 To be a struggling Rick for everything~ 啥是JavaScript 题外话,JavaScript并非java的简版,这在核心技 阅读全文
posted @ 2019-03-25 08:04 Moliay 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 原题链接https://leetcode.com/problems/redundant-connection/ 题目描述 In this problem, a tree is an undirected graph that is connected and has no cycles. The g 阅读全文
posted @ 2019-03-23 21:31 Moliay 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 异常描述:大概看到这个鬼样子…… 打开tomcat解压后文件: conf -> logging.properties右键,选择以记事本或其他方式打开(只要能修改文件内容的软件都OK)找到 java.util.logging.ConsoleHandler.encoding = UTF-8 把UTF-8 阅读全文
posted @ 2019-03-22 12:17 Moliay 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 原题链接https://leetcode.com/problems/friend-circles/ 题目描述 There are N students in a class. Some of them are friends, while some are not. Their friendship 阅读全文
posted @ 2019-03-21 14:54 Moliay 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页