码迷,mamicode.com
首页 >  
搜索关键字:single number2    ( 5106个结果
mysqldump备份总结
常用的备份参数 -A 备份全库 -B 备某一个数据库下的所有表 -R, --routines 备份存储过程和函数数据 --triggers 备份触发器数据 --master-data={1|2} 告诉你备份后时刻的binlog位置 如果等于1,则将其打印为CHANGE MASTER命令; 如果等于2 ...
分类:数据库   时间:2019-08-22 13:25:29    阅读次数:89
浅谈前端SPA(单页面应用)
单页Web应用(single page web application,SPA): SPA 是一种特殊的 Web 应用,是加载单个 HTML 页面并在用户与应用程序交互时动态更新该页面的。它将所有的活动局限于一个 Web 页面中,仅在该 Web 页面初始化时加载相应的 HTML 、 JavaScri ...
分类:其他好文   时间:2019-08-21 00:00:01    阅读次数:138
数据挖掘——Data competition: From 0 to 1: Part I
Data competition: From 0 to 1: Part I 1. Data competition Introduction 2. Example: Credit Fraud Detector EDA(Exploratory Data Analysis) Why taking log ...
分类:其他好文   时间:2019-08-20 22:38:33    阅读次数:139
GYM 101061 I. Playing with strings(有待更新)
I. Playing with strings time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Taboush is a 10 year-old sch... ...
分类:其他好文   时间:2019-08-19 23:16:18    阅读次数:186
On-line fusion of trackers for single-object tracking
On-line fusion of trackers for single-object tracking Pattern Recognition, 2018 - Elsevier 2019-08-18 22:31:01 Paper: https://www.sciencedirect.com/sc ...
分类:其他好文   时间:2019-08-18 21:23:14    阅读次数:72
Data Mining Note
Week 1 Reading: Han Chapter 1~3 Overview Data mining: Automatic knowledge discovery from data (KDD). Data warehousing: Efficient data analysis Data wa ...
分类:其他好文   时间:2019-08-17 22:17:17    阅读次数:99
单例模式
一、基于__new__ 二、基于模块 1、重点:一个文件在一个项目中只加载一次 ...
分类:其他好文   时间:2019-08-17 01:05:10    阅读次数:53
MySQL 高可用之 MGR
MGR整体架构及特点 single-master 只有一个节点写入,都可以读取 multi-master 每个节点都可以写入和读取 涉及到的概念: group communication system (GCS) writeset membership cerification info flow ...
分类:数据库   时间:2019-08-15 17:12:23    阅读次数:513
python常见面试题
面试问题: 1.python的垃圾回收机制:主要使用引用计数(reference counting)来跟踪和回收垃圾。在引用计数的基础上,通过“标记 清除”(mark and sweep)解决容器对象可能产生的循环引用问题,通过“分代回收”(generation collection)以空间换时间的 ...
分类:编程语言   时间:2019-08-13 20:59:40    阅读次数:109
prometheus+grafana监控redis
prometheus+grafana监控redis redis安装配置 https://www.cnblogs.com/autohome7390/p/6433956.html redis_exporter 安装 prometheus配置 grafana配置 主题下载地址:https://grafan ...
分类:其他好文   时间:2019-08-12 23:41:02    阅读次数:137
5106条   上一页 1 ... 61 62 63 64 65 ... 511 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!