Using each of the digits 1, 2, 3,...,D1 exactly once to form D1 digit numbers, how many are divisible by D2. 输入 The input data will contain multiple c ...
分类:
其他好文 时间:
2019-09-22 15:24:53
阅读次数:
98
思路:Beats -> Logstash -> Elasticsearch ...
分类:
数据库 时间:
2019-09-22 01:56:17
阅读次数:
155
mvcc 全称 multiple version concurrency control 多版本并发控制,是数据库领域比较常用的一种非锁并发技术。 mysql 的innodb中,在RR、RC级别会使用mvcc来提升并发。 实现原理: 首先理解几个基本知识点。 一、mysql在行都设置了默认列(对查询 ...
分类:
数据库 时间:
2019-09-16 19:57:46
阅读次数:
129
[TOC] multiprocessing模块 ? 仔细说来,multiprocess不是一个模块而是python中一个操作、管理进程的包。 之所以叫multi是取自multiple的多功能的意思,在这个包中几乎包含了和进程有关的所有子模块。由于提供的子模块非常多,为了方便大家归类记忆,我将这部分大 ...
分类:
其他好文 时间:
2019-09-12 21:29:05
阅读次数:
89
先上代码 这是上传文件的按钮 这是显示在页面上的表格 试一试吧! 这些代码的前提是在vue中引入jquery。 ...
分类:
Web程序 时间:
2019-09-12 16:45:51
阅读次数:
528
OFDM(orthogonal frequency division multiplexing),which assigns one block (in time ) to one user, OFDMA (orthogonal frequency division multiple access) ...
分类:
其他好文 时间:
2019-09-12 16:34:03
阅读次数:
103
Problem Description Two players, Stan and Ollie, play, starting with two natural numbers. Stan, the first player, subtracts any positive multiple of t ...
分类:
其他好文 时间:
2019-09-10 18:03:29
阅读次数:
101
[virtualization] Hypervisor What is hypervisor? A virtualization platform. - Enables you to run multiple operating systems on ho... ...
分类:
其他好文 时间:
2019-09-06 12:53:32
阅读次数:
155
Remember improving English and learning multiple languages really helps open up a lot of career doors. Are you free now? Do you like spicy food? If yo ...
分类:
其他好文 时间:
2019-09-06 01:02:31
阅读次数:
105
SDI窗体 single document interface 单文档界面,即单个简单的窗体 MDI窗体 multiple document interface 多文档界面(主窗体与子窗体的关系,避免交互界面混乱) MDI窗体的使用方法: ①确定一个主窗体,并将属性IsMdiContainer设置为 ...