本文链接:https://blog.csdn.net/u010104750/article/details/52080799DXperience控件包,使用起来非常方便,但有时候某些功能的实现在文档中不太容易找到解决方案,比如下面要提到的这个功能我就在文档中找了很久也没找到,最后还是在官方论坛上找到 ...
分类:
其他好文 时间:
2019-09-19 23:30:03
阅读次数:
120
推荐阅读:http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html 1. 启动网格布局 启动后,子元素的float、display: inline-block、display: table-cell、vertical-align ...
分类:
其他好文 时间:
2019-09-17 09:19:30
阅读次数:
89
本文只介绍同网段公网IP、虚拟IP以及scan的变更,稍后会介绍不同网段的IP变更。实验环境:1、停止RAC集群服务在两个节点分别停止集群服务:[root@odb09~]#/u01/app/11.2.0/grid/bin/crsctlstopcluster-all[root@odb09~]#/u01/app/11.2.0/grid/bin/crsctlstopcrs[root@odb10~]#/u
分类:
数据库 时间:
2019-09-16 18:01:57
阅读次数:
132
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
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
Grid网格布局 概述:Grid将容器划分为一个个网格,通过任意组合不同的网格,做出你想想要的布局 Grid与flex布局相似,将整个Grid分为了容器与子项(格子) Grid容器的三个重要的概念: 行和列 行和列的概念和栅格系统的的概念相似 单元格在水平方向排成一路为一行 单元格在竖直方向上拍成一 ...
分类:
其他好文 时间:
2019-09-13 01:05:43
阅读次数:
142
使用过 锐浪报表的 程序员 都知道,功能很强大,确实带来了很多便利,但今天发现一个问题,关于一维码的条形码无法固定宽度: 打印相差了0.07毫米,居然差别这么大, 打印出来的条码,要么太宽,要么太窄 目前使用的锐浪报表版本是最新版本6.6 如果能优化,就更完美了。 2019.09.11 ...
分类:
其他好文 时间:
2019-09-11 13:19:35
阅读次数:
481
In a 2 dimensional array grid, each value grid[i][j] represents the height of a building located there. We are allowed to increase the height of any n ...
分类:
其他好文 时间:
2019-09-07 22:16:39
阅读次数:
103
62. Unique Paths 空间可以按行优化为 O(n),也可以按列优化为O(m)。 62. Unique Paths 空间可以按行优化为 O(n),也可以按列优化为O(m)。 62. Unique Paths 空间可以按行优化为 O(n),也可以按列优化为O(m)。 62. Unique P ...
分类:
其他好文 时间:
2019-09-07 10:31:24
阅读次数:
56