Question Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touches the left ...
分类:
其他好文 时间:
2019-09-16 10:10:50
阅读次数:
79
https://leetcode.com/problems/unique-paths/ Medium Medium Medium A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diag ...
分类:
其他好文 时间:
2019-09-14 19:30:03
阅读次数:
100
写在前面的话 液晶(LCD)显示具有功耗低、体积小、重量轻、超薄等许多其他显示器无法比拟的优点,近几年被广泛应用于FPGA控制的智能仪器、仪表和低功耗的电子产品中。LCD可分为段位式LCD、字符式LCD和点阵式LCD。其中段位式LCD和字符式LCD只能用于字符和数字的简单显示,不能满足图像曲线和汉字 ...
分类:
其他好文 时间:
2019-09-14 11:38:14
阅读次数:
147
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2019-09-14 00:17:29
阅读次数:
98
Rules: 1,Any live cell with fewer than two live neighbors dies, as if caused by under-population. 2,Any live cell with two or three live neighbors liv ...
分类:
其他好文 时间:
2019-09-13 15:52:01
阅读次数:
88
Grid网格布局 概述:Grid将容器划分为一个个网格,通过任意组合不同的网格,做出你想想要的布局 Grid与flex布局相似,将整个Grid分为了容器与子项(格子) Grid容器的三个重要的概念: 行和列 行和列的概念和栅格系统的的概念相似 单元格在水平方向排成一路为一行 单元格在竖直方向上拍成一 ...
分类:
其他好文 时间:
2019-09-13 01:05:43
阅读次数:
142
option = { legend: {}, tooltip: { formatter:function(res){ return res.data.name; } }, visualMap: {//区间内控制显示颜色 top: 10, right: 10, show: true, dimensio... ...
分类:
其他好文 时间:
2019-09-12 16:22:41
阅读次数:
570
Python 下的单例模式 要点: 方法:重写new函数 应该考虑的情况: 要点: 实例化的过程其实不是直接调用init的,首先是new分配一块空间来创建实例,再由init对这个实例进行初始化.我们无法阻止new和init的调用,我们只能是限制他们的内容,以此使他们能达到单例的目的 代码: ? 1 ...
分类:
编程语言 时间:
2019-09-11 18:12:37
阅读次数:
100
使用过 锐浪报表的 程序员 都知道,功能很强大,确实带来了很多便利,但今天发现一个问题,关于一维码的条形码无法固定宽度: 打印相差了0.07毫米,居然差别这么大, 打印出来的条码,要么太宽,要么太窄 目前使用的锐浪报表版本是最新版本6.6 如果能优化,就更完美了。 2019.09.11 ...
分类:
其他好文 时间:
2019-09-11 13:19:35
阅读次数:
481