A frog has just learned some number theory, and can't wait to show his ability to his girlfriend. Now the frog is sitting on a grid map of infinite ro ...
分类:
其他好文 时间:
2019-10-21 22:16:11
阅读次数:
91
诊断:CLSRSC-400: A system reboot is required to continue installing.Linux7.5安装Grid Infrastructure 12.2.0.1时,在root.sh时会报错2019/1021 09:19:28 CLSRSC-330: A ...
分类:
其他好文 时间:
2019-10-21 19:22:33
阅读次数:
160
Emoogle Grid UVA - 11916 因为个else改了一夜,我真是个憨憨 题意:有M*N个小方格,K种颜色,B个小方格是被打碎的,然后规定除了被打碎的小方格,其他小方格都必须涂一种颜色,并且相邻上下两行不能是同一种颜色,现在给出你对1e8+7取模后的方案数R,还有N,K,B个(x,y) ...
分类:
其他好文 时间:
2019-10-19 13:16:56
阅读次数:
70
此篇為之前筆記的總結練習Demo | Github練習的 html 內容已經預訂好,在 body 內的內容如下所示123456789101112131415161718192021222324252627282930313233 1 2 3 4 5 6 7 8 💩 9 10 11 12 13 14... ...
分类:
Web程序 时间:
2019-10-17 15:37:21
阅读次数:
91
[TOC]更新、更全的《机器学习》的更新网站,更有python、go、数据结构与算法、爬虫、人工智能教学等着你:https://www.cnblogs.com/nickchen121/# 线性支持向量机(鸢尾花分类)# 一、导入模块```pythonimport numpy as npimport ... ...
分类:
其他好文 时间:
2019-10-16 17:36:23
阅读次数:
75
今天在检查oracle rac集群时,突然才发现服务器的根目录下面占用了很多空间,照道理不应该出现这种情况,初步猜想可能是哪个日志或跟踪文件太大导致。切换到跟目录,使用du -sh *来一层一层查看到底是哪个文件占用了这么多空间,最后定位到目录/u01/app/11.2.0/grid/crf/db/ ...
分类:
数据库 时间:
2019-10-15 13:02:07
阅读次数:
92
一、概述 网格布局(Grid)是最强大的 CSS 布局方案。 它将网页划分成一个个网格,可以任意组合不同的网格,做出各种各样的布局。以前,只能通过复杂的 CSS 框架达到的效果,现在浏览器内置了。 上图这样的布局,就是 Grid 布局的拿手好戏。 Grid 布局与 Flex 布局有一定的相似性,都可 ...
分类:
Web程序 时间:
2019-10-15 09:47:20
阅读次数:
111
``` 给定一个包含了一些 0 和 1的非空二维数组 grid , 一个 岛屿 是由四个方向 (水平或垂直) 的 1 (代表土地) 构成的组合。你可以假设二维矩阵的四个边缘都被水包围着。 找到给定的二维数组中最大的岛屿面积。(如果没有岛屿,则返回面积为0。) 示例 1: [[0,0,1,0,0,0,... ...
分类:
其他好文 时间:
2019-10-14 12:10:26
阅读次数:
74
In a 2D grid of s and s, we change at most one to a . After, what is the size of the largest island??(An island is a 4 directionally connected group o ...
分类:
其他好文 时间:
2019-10-14 01:24:21
阅读次数:
105
题目链接: "LightOJ 1030" Description You are in a cave, a long cave! The cave can be represented by a $1 \times N$ grid. Each cell of the cave can contain ...
分类:
其他好文 时间:
2019-10-13 20:48:29
阅读次数:
113