码迷,mamicode.com
首页 >  
搜索关键字:segment    ( 2130个结果
Oracle创建表空间
建立表空间并设置为默认表空间(最大32GB) 1. create temporary tablespace test tempfile '/home/oracle/oradata/abc/test.dbf' size 50m autoextend on next 50m maxsize 20480m ...
分类:数据库   时间:2021-01-29 12:21:20    阅读次数:0
Python for Data Science - A neural network with a Perceptron
Chapter 6 - Other Popular Machine Learning Methods Segment 2 - A neural network with a Perceptron Perceptron A perceptron is a neural network with jus ...
分类:编程语言   时间:2021-01-27 13:05:55    阅读次数:0
Python for Data Science - DBSCan clustering to identify outliers
Chapter 4 - Clustering Models Segment 3 - DBSCan clustering to identify outliers DBSCAN for Outlier Detection Unsupervised method that clusters core s ...
分类:数据库   时间:2021-01-26 11:57:37    阅读次数:0
Python for Data Science - Creating statistical charts
Chapter 7 - Collaborative Analytics with Plotly Segment 2 - Creating statistical charts Setting up to use Plotly within Jupyter import numpy as np imp ...
分类:编程语言   时间:2021-01-25 11:18:24    阅读次数:0
【NX二次开发】掌握拉伸的偏置方向
结论:偏置的方向为曲线方向与拉伸方向的向量叉乘。 在UF_MODL_create_extrusion帮助中有这么一句话:Note that the offset direction is determined by the cross product of the direction vector  ...
分类:其他好文   时间:2021-01-25 10:41:13    阅读次数:0
李超线段树
参考: https://oi-wiki.org/ds/li-chao-tree/ 例题: P4097 [HEOI2013]Segment #include<bits/stdc++.h> #define db double const int p=39989; using namespace std; ...
分类:其他好文   时间:2021-01-18 11:39:35    阅读次数:0
C++对二维数组、结构体之类的排序
对结构体排序 ''' #include<iostream> #include<algorithm> using namespace std; const int si= 101; struct segment { int l, r; bool operator < (const segment v) ...
分类:编程语言   时间:2021-01-18 11:05:01    阅读次数:0
Python for Data Science - Delving into non-parametric methods using pandas and scipy
Chapter 5 - Basic Math and Statistics Segment 6 - Delving into non-parametric methods using pandas and scipy import numpy as np import pandas as pd im ...
分类:编程语言   时间:2021-01-18 10:33:21    阅读次数:0
厉害了,淘宝千万并发,14 次架构演进…
作者:huashiou https://segmentfault.com/a/1190000018626163 本文以设计淘宝网的后台架构为例,介绍从一百个并发到千万级并发情况下服务端的架构的14次演进过程,同时列举出每个演进阶段会遇到的相关技术,让大家对架构的演进有一个整体的认知。 文章最后汇总了 ...
分类:其他好文   时间:2021-01-11 11:29:29    阅读次数:0
MySQL之7---InnoDB 和 事务流程、Crash Recovery、ACID
MySQL之7 InnoDB 和 事务流程、Crash Recovery、ACID InnoDB术语和概念 InnoDB概述图 表数据 磁盘(.ibd)每表文件表空间 段(segment) 区(extents) 页(pages) 内存(innodb_buffer_pool)缓冲池 innodb_bu ...
分类:数据库   时间:2021-01-08 11:24:46    阅读次数:0
2130条   上一页 1 2 3 4 5 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!