码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
Oracle SQL 优化之sql tuning advisor (STA)
前言:经常可以碰到优化sql的需求,开发人员直接扔过来一个SQL让DBA优化,然后怎么办? 当然,经验丰富的DBA可以从各种方向下手,有时通过建立正确索引即可获得很好的优化效果,但是那些复杂SQL错综复杂的表关联,却让DBA们满头大汗。 如下特别介绍一种oracle官方提供的科学优化方法STA,经过 ...
分类:数据库   时间:2020-05-13 12:02:41    阅读次数:72
64. Minimum Path Sum
package LeetCode_64 /** * 64. Minimum Path Sum * https://leetcode.com/problems/minimum-path-sum/description/ * * Given a m x n grid filled with non-ne ...
分类:其他好文   时间:2020-05-13 00:38:52    阅读次数:62
Redis 集群搭建
首先redis就是一个服务,在linux里面其实就是一个进程的存在。所以因为资源限制,也可以使用一台机器进行伪集群测试。 注意这玩意,至少6个实例,三对的master slave redis集群解决问题 1)容量不够,进行扩容 2)并发读写操作, redis实例进行分摊 什么是集群 Redis 集群 ...
分类:其他好文   时间:2020-05-12 13:33:39    阅读次数:45
启动jupyter报错 Fatal error in launcher: Unable to create process using '"h:\python\python.exe" "G:\PYTHON\Scripts\jupyter.exe" notebook'
在终端输入jupyter notebook之后无法正常启动jupyter, 报错 E:\python_note\test1>jupyter notebook Fatal error in launcher: Unable to create process using '"h:\python\pyt ...
分类:编程语言   时间:2020-05-11 23:49:15    阅读次数:85
Xor Sum题解>----(思维+递归)
Xor Sum AtCoder 2272 Time limit : 2sec / Memory limit : 256MB Score : 600 points Problem Statement You are given a positive integer N. Find the number ...
分类:其他好文   时间:2020-05-11 19:09:03    阅读次数:87
Golden Tiger Claw (KM算法)
Golden Tiger Claw (KM算法) Describe Omi, Raymondo, Clay and Kimiko are on new adventure in search of new Shen Gong Wu. But Evil Boy Genius Jack Spicer i ...
分类:编程语言   时间:2020-05-11 18:32:58    阅读次数:58
array_key_exists — 检查数组里是否有指定的键名或索引
说明 array_key_exists ( mixed $key , array $array ) : bool 数组里有键 key 时,array_key_exists() 返回 TRUE。 key 可以是任何能作为数组索引的值。https://www.bzddrive.com/news/1468 ...
分类:编程语言   时间:2020-05-11 14:54:22    阅读次数:63
Kaggle_Data Visulazation of seaborn
exercise1 首先下载.csv文件的数据集,该数据集是基于如下背景: In this notebook, we'll work with a dataset of historical FIFA rankings for six countries: Argentina (ARG), Braz ...
分类:其他好文   时间:2020-05-10 21:24:49    阅读次数:88
dnsenum
介绍 dns域名信息收集工具 帮助文件 root@kali:~# dnsenum --help dnsenum VERSION:1.2.6 Usage: dnsenum [Options] <domain> [Options]: Note: If no -f tag supplied will de ...
分类:编程语言   时间:2020-05-09 16:50:04    阅读次数:92
用实践带领你进入numpy的世界——(二):numpy基本数组创建函数
numpy——科学计算库的讲解(二) np.zeros()创建全零数组np.empty()创建数值不定的数组(数组元素值取决于内存)np.ones()创建全一数组np.linspace()创建任意长度的一维数组np.arange()与python中的range使用方法相同,返回的是一个数组np.ar ...
分类:编程语言   时间:2020-05-08 21:17:21    阅读次数:78
7370条   上一页 1 ... 28 29 30 31 32 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!