码迷,mamicode.com
首页 >  
搜索关键字:minimum    ( 3256个结果
基于参数shared_pool_reserved_size进一步理解共享池shared pool原理
基于参数shared_pool_reserved_size进一步理解共享池shared pool原理 原创 Oracle 作者:wisdomone1 时间:2015-11-23 21:02:50 10596 0 结论 1,与共享池相关的参数为:shared_pool_size,shared_pool ...
分类:其他好文   时间:2020-04-30 15:46:05    阅读次数:63
Houdini18 HDK Offline Test
cmake_minimum_required(VERSION 3.5) project(Triangle) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) # OPENGL find_package(OpenGL REQU ...
分类:其他好文   时间:2020-04-30 15:40:50    阅读次数:98
移动端HTML简单适配代码
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 其中 width:viewport 的宽度,可以 ...
分类:移动开发   时间:2020-04-28 15:16:23    阅读次数:65
[LC] 1102. Path With Maximum Minimum Value
Given a matrix of integers A with R rows and C columns, find the maximum score of a path starting at [0,0] and ending at [R-1,C-1]. The score of a pat ...
分类:其他好文   时间:2020-04-27 09:21:15    阅读次数:58
Find Minimum in Rotated Sorted Array II
Problem Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). Find the minimum ...
分类:其他好文   时间:2020-04-26 12:31:47    阅读次数:51
Elasticsearch7.x
一、elasticsearch版本与jdk版本对应关系 参考位置 2020年3月27日更新 elasticsearch安装 及 启动异常解决 虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/ ...
分类:其他好文   时间:2020-04-25 23:36:30    阅读次数:173
cmake语法学习 - 01 Basic - D - shared - library
cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### ...
分类:其他好文   时间:2020-04-25 16:50:46    阅读次数:78
cmake语法学习 - 01 Basic - E- installing
cmake_minimum_required(VERSION 3.5) project(cmake_examples_install) ############################################################ # Create a library ## ...
分类:其他好文   时间:2020-04-25 16:48:02    阅读次数:73
310. Minimum Height Trees
package LeetCode_310 import java.util.* import kotlin.collections.ArrayList /** * 310. Minimum Height Trees * https://leetcode.com/problems/minimum-he ...
分类:其他好文   时间:2020-04-25 14:15:15    阅读次数:64
cmake语法学习 - 01 Basic - B Hello headers
# Set the minimum version of CMake that can be used # To find the cmake version run # $ cmake --version cmake_minimum_required(VERSION 3.5) # Set the ...
分类:其他好文   时间:2020-04-25 13:10:15    阅读次数:81
3256条   上一页 1 ... 12 13 14 15 16 ... 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!