1. SPA是什么 单页Web应用(single page application,SPA),就是只有一个Web页面的应用, 是加载单个HTML页面,并在用户与应用程序交互时动态更新该页面的Web应用程序 单页面应用程序: 只有第一次会加载页面, 以后的每次请求, 仅仅是获取必要的数据.然后, 由页 ...
分类:
其他好文 时间:
2019-08-22 20:30:09
阅读次数:
96
如果你的数据库还处于挂起状态,请把我下面代码的test改为你的库名,然后执行完,刷新就正常了:USE masterGOALTER DATABASE test SET SINGLE_USERGOALTER DATABASE test SET EMERGENCYGODBCC CHECKDB(test,R ...
分类:
数据库 时间:
2019-08-22 18:52:31
阅读次数:
309
常用的备份参数 -A 备份全库 -B 备某一个数据库下的所有表 -R, --routines 备份存储过程和函数数据 --triggers 备份触发器数据 --master-data={1|2} 告诉你备份后时刻的binlog位置 如果等于1,则将其打印为CHANGE MASTER命令; 如果等于2 ...
分类:
数据库 时间:
2019-08-22 13:25:29
阅读次数:
89
单页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 1. Data competition Introduction 2. Example: Credit Fraud Detector EDA(Exploratory Data Analysis) Why taking log ...
分类:
其他好文 时间:
2019-08-20 22:38:33
阅读次数:
139
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 Pattern Recognition, 2018 - Elsevier 2019-08-18 22:31:01 Paper: https://www.sciencedirect.com/sc ...
分类:
其他好文 时间:
2019-08-18 21:23:14
阅读次数:
72
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
MGR整体架构及特点 single-master 只有一个节点写入,都可以读取 multi-master 每个节点都可以写入和读取 涉及到的概念: group communication system (GCS) writeset membership cerification info flow ...
分类:
数据库 时间:
2019-08-15 17:12:23
阅读次数:
513