For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:
其他好文 时间:
2020-06-08 00:23:38
阅读次数:
49
引言 PC端(Windows),想找个表情,不太好找,如果可以直接打上代码,岂不是很方便,快捷。 手机端(安卓),我觉得比较好找到相应的表情包,打上代码反而不太方便。 PC(Windows)端表情代码 有很多种替代写法: 写法一: 微笑:[Smile](电脑端输入) 伤心:[Grimace] 其他表 ...
分类:
微信 时间:
2020-06-07 10:49:46
阅读次数:
841
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: The length of both num1 and num2 is < 5100 ...
分类:
其他好文 时间:
2020-06-06 11:10:45
阅读次数:
57
Dos命令 打开CMD方式 开始+系统+命令提示符 win + R 输入 cmd(推荐) 在资源管理器地址栏前面加上cmd 空格 常用的dos命令 1.#盘符切换 D:2.#查看当前目录下所有文件 dir3.#切换目录 cd /d 4.#返回上一级别 cd ..5.#清理屏幕 cls6.#退出终端 ...
分类:
其他好文 时间:
2020-06-06 01:15:22
阅读次数:
106
打开cmd的方式 win+R 输入cmd 回车 开始 系统 命令提示符 常用命令 切换盘符 F: 显示目录 dir 切换目录 cd 返回上一级 cd.. 清理屏幕 clear 退出终端 exit 查看电脑ip ipconfig 打开计算机程序 calc(计算机) notepad(记事本) 获取域名对 ...
分类:
其他好文 时间:
2020-06-05 23:15:35
阅读次数:
65
weblogic打补丁小结: 在WebLogic Server 10.3.4之后的版本, Oracle 提供了 PSUs (patch set updates). 具体参考(My Oracle Support Note 1306505.1). 在1470197.1 文档中,描述了weblogic当前 ...
分类:
Web程序 时间:
2020-06-05 15:28:53
阅读次数:
212
什么是层叠上下文(stacking context) 可以理解为一个dom节点在Z轴高人一等,特性类似于BFC,即层叠上下文的内部子元素再怎么翻江倒海,翻云覆雨都不会影响外部的元素。 CSS2创建层叠上下文的两种方法(参考MDN) 根元素 (HTML) 绝对(absolute)定位或相对(relat ...
分类:
Web程序 时间:
2020-06-04 21:24:29
阅读次数:
96
Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of th ...
分类:
其他好文 时间:
2020-06-04 11:56:26
阅读次数:
48
转自:https://blog.csdn.net/scarecrow_byr/article/details/48625085 linux syscon and regmap study note-v0.1 2015.9.19 Sherlock draft1. What is regmap and ...
分类:
系统相关 时间:
2020-06-04 10:39:23
阅读次数:
103
问题描述 问题描述: 之前用的好好的,重换了下环境,Tomcat运行没有问题,但控制台怎么多出这么一句话: NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.b ...
分类:
编程语言 时间:
2020-06-04 01:13:27
阅读次数:
848