前言 做毕业设计涉及到安卓开发,决定好好学习安卓开发。在正式做毕业设计之前,有必要先设计和完成一个与毕业设计最终成果相关的demo或者说样例APP。最终毕业设计需要实现的功能包括通过调用PHP端API实现JSON获取和解析,等功能。而快递查询APP恰好具有我最终实现功能大部分的前置效果,故选取制作一 ...
分类:
移动开发 时间:
2019-05-14 22:04:12
阅读次数:
238
Given preorder and inorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:
其他好文 时间:
2019-05-13 20:18:35
阅读次数:
112
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and ...
分类:
其他好文 时间:
2019-05-13 12:40:32
阅读次数:
130
Given two binary trees, write a function to check if they are the same or not.Two binary trees are considered the same if they are structurally identi ...
分类:
其他好文 时间:
2019-05-11 21:42:17
阅读次数:
96
CV学习进度条记录,也是SRTP的进度记录。 阶段一(2019.4 2019.5): 1、opencv简单操作学习。(实现了一些基础操作,从颜色通道到边缘轮廓,完成) 2、linux学习。(尚未完成,仅仅只安装了虚拟机) 阶段二(2019.5 2019.6): 1、编写数据增加的api。 2、学习g ...
分类:
其他好文 时间:
2019-05-11 00:02:28
阅读次数:
123
今天翻了翻其他大佬的博客,发现自己有些。。。颓废。。。 有必要洗心革面,好好学习 序:正常的BST有可能退化,成为链,大大降低效率,所以有很多方法来保持左右size的平衡,本文将简单介绍Treap,Splay,替罪羊,FHQ Treap; 另:代码都是普通平衡树 1.Treap 树堆,在数据结构中也 ...
分类:
其他好文 时间:
2019-05-06 11:48:36
阅读次数:
111
出来工作两年,发现自己进步太小了,工作能力是不能混的,想先从基础知识好好复习一下,再深入的学习一些高级框架和先进的理念。找回了博客园的密码账号,好好学习和总结。先从数据类型总结一下,无非就是值类型,引用类型,在菜鸟教程上看到一种指针类型,这个之前没学习到之后总结一下。说明一下,个人总结方便查看,快速 ...
前言 SpringBoot早就想好好学习一下了,奈何自己水平不够在ssm卡了很久,好在前几天写完了一个SSM项目发到阿里云上了,网址在这贴一下,觉得还可以就往下学新的框架了,其实有了SpringMVC的底子学习过程还是很快的,记录一下学习的全过程,这样以后忘了的知识点也方便查缺补漏,话不多说直接上干 ...
分类:
编程语言 时间:
2019-05-05 23:40:23
阅读次数:
312
Given a sorted linked list, delete all duplicates such that each element appear only once. Example 1: Example 2: ...
分类:
其他好文 时间:
2019-05-01 13:45:03
阅读次数:
153
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinctnumbers from the original list. Example 1: Example 2: ...
分类:
其他好文 时间:
2019-05-01 13:21:13
阅读次数:
123