规雨
规雨
全部文章
分类
Java-web开发(24)
Java底层(1)
Java项目实战(1)
会用决定下限,基础决定上限(5)
全栈-Java基础(13)
数据结构(8)
每日一道编程题(57)
知识积累(8)
算法(1)
归档
标签
去牛客网
登录
/
注册
兴趣记录
以兴趣为驱动,以咸鱼为目标
全部文章
(共118篇)
59 大数加法
leetcode上不了,做一下牛客网的 题目 以字符串的形式读入两个数字,再以字符串的形式输出两个数字的和。 输入描述: 输入两行,表示两个数字a和b,-109 <= a , b <= 109 ,用双引号括起。 输出描述: 输出a+b的值,用双引号括起。 输入例子1: ...
2020-03-25
0
778
超级巨坑记录:springboot+thymeleaf更换背景图(静态资源图片)无法获取(404错误)
在login.html中应用了一张background.jpg图片,然后我把该图片换成另一张图片,也改名外background.jpg,然后就无法获取该图片,404错误。 当我把原图换回来的时候,又可以看见了。 这好像是第二张图片有毒一样。 而且: shiro没有对该图进行拦截。 thymelea...
2020-03-24
0
931
Java泛型
泛型 1. 什么是泛型 2. 泛型类、接口 类 接口 3. 泛型方法 4. 类型通配符 5. 泛型擦除 6. 泛型和数组 1. 什么是泛型 在推出泛型之前,程序员通过构建元素类型为Object的集合,存储多个任意类型的数据对象;在使...
2020-03-24
0
673
58 Balance a Binary Search Tree
题目 Given a binary search tree, return a balanced binary search tree with the same node values. A binary search tree is balanced if and only if the d...
2020-03-23
0
518
57 Find the Distance Value Between Two Arrays
题目 Given two integer arrays arr1 and arr2, and the integer d, return the distance value between the two arrays. The distance value is defined as the...
2020-03-22
0
594
【学习】微信小程序开发
小程序开发 1. 下载编辑器 2. 项目目录 3. 组件 4. 指令 5. 前后端交互 1. 下载编辑器 百度搜索微信小程序,在开发者工具里面下载即可。 安装完毕之后创建一个小程序项目,选择测试ID。 2. 项目目录 app.json pages...
2020-03-22
0
622
56 Height Checker
题目 Students are asked to stand in non-decreasing order of heights for an annual photo. Return the minimum number of students that must move in order...
2020-03-21
0
619
55 Construct Binary Search Tree from Preorder Traversal
题目 Return the root node of a binary search tree that matches the given preorder traversal. (Recall that a binary search tree is a binary tree where ...
2020-03-20
0
575
54 Minimum Number of Steps to Make Two Strings Anagram
题目 Given two equal-size strings s and t. In one step you can choose any character of t and replace it with another character. Return the minimum num...
2020-03-19
0
479
设计模式详解
持续更新 相关代码地址 设计模式 设计模式的意义 1. 七大原则 1.1 单一职责原则 1.2 接口隔离原则 1.3 依赖倒转(倒置)原则 1.4 里氏替换原则 1.5 开闭原则 1.6 迪米特法则 1.7 合成复用原则 小结 2. UML类图 3. 设计模式 3.1单例模式 3.11饿...
2020-03-18
0
770
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页