08 2020 档案

摘要:235. 二叉搜索树的最近公共祖先-leetcode235. 二叉搜索树的最近公共祖先-leetcodeTable of Contents1. 题目2. 代码3. 思路1 题目235. 二叉搜索树的最近公共祖先2 代码/** * Definition for a binary tree node. * class TreeNode { * public $val = null; * ... 阅读全文
posted @ 2020-08-28 21:18 吴丹阳-V 阅读(190) 评论(0) 推荐(0) 编辑
摘要:226. 翻转二叉树-leetcode226. 翻转二叉树-leetcodeTable of Contents1. 题目2. 代码1 题目226. 翻转二叉树2 代码/** * Definition for a binary tree node. * class TreeNode { * public val=null;publicleft = null; * ... 阅读全文
posted @ 2020-08-28 13:29 吴丹阳-V 阅读(116) 评论(0) 推荐(0) 编辑
摘要:2的幂-leetcode2的幂-leetcodeTable of Contents1. 题目2. 代码1 题目231. 2的幂2 代码class Solution { /** * @param Integer n@returnBoolean/functionisPowerOfTwo(n) { if ($n == 1) { ... 阅读全文
posted @ 2020-08-27 21:59 吴丹阳-V 阅读(151) 评论(0) 推荐(0) 编辑
摘要:使用 orgmode 写博客园博客使用 orgmode 写博客园博客Table of Contents1. orgmode2. 通过metaWeblog维护博客园文章2.1. 对了,截图怎么添加呢?3. 注意4. emacs 27.1 运行此插件时会报错,谨慎升级1 orgmodeorgmode 是 emacs 中的一个插件,可以用来做大纲笔记orgmode 官网经过一系列学习,OK,你可以用 o... 阅读全文
posted @ 2020-08-27 17:04 吴丹阳-V 阅读(322) 评论(1) 推荐(0) 编辑
摘要:这是一个通过Emacs Orgmode的cnblogs插件发布的博客这是一个通过Emacs Orgmode的cnblogs插件发布的博客Table of Contents1. 代码块&图片code1.1. 这是二级标题1.2. 加个图片2. 试试表格怎么样3. 引用4. 居中5. 公式支持6. 示例7. 来个链接8. 字体样式9. 列表10. 其他11. 在另外一台电脑上面更新一下12. 到... 阅读全文
posted @ 2020-08-25 00:26 吴丹阳-V 阅读(163) 评论(0) 推荐(0) 编辑
摘要:我意识到了事情的严重性。昨天我工作到哪了呢?于是我打开了 n 多 iterm 窗口,登上了我亲爱的服务器 阅读全文
posted @ 2020-08-12 21:37 吴丹阳-V 阅读(456) 评论(0) 推荐(0) 编辑
摘要:删除重复的电子邮箱-leetcode 1、地址 https://leetcode-cn.com/problems/delete-duplicate-emails/ 2、解法 此题比较简单,主要是考察 sql 的熟练度 # Write your MySQL query statement below 阅读全文
posted @ 2020-08-05 22:48 吴丹阳-V 阅读(163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示