本笔记是从onenote写的,然后导成word发布在这里。自己记的相对随意,没有多花时间编辑因此也有内容重点不很突出、中英文混杂等的缺点,请见谅。 一 Course Introduction 方式:从基础的角度切入 story-like: ·When Can Machine Learn? (illu ...
分类:
其他好文 时间:
2018-03-21 16:30:04
阅读次数:
231
Alternative Storage Engines Alternative Storage Engines Alternative Storage Engines Alternative Storage Engines Table of Contents 15.1 Setting the Sto ...
分类:
数据库 时间:
2018-03-15 19:20:06
阅读次数:
264
1、描述DOM事件捕获的具体流程: window——document——html——body——。。。——目标元素 2、event对象的常见应用 event.preventDefault() 阻止默认事件,如阻止a标签跳转 event.stopPropagation() 阻止冒泡 event.sto ...
分类:
其他好文 时间:
2018-03-03 23:33:02
阅读次数:
321
Minions&Unicorn The film focuses on the story of Grew and the bastard Bled. A variety of music accounted for a large proportion in the film. At the be ...
分类:
其他好文 时间:
2018-02-11 14:31:37
阅读次数:
154
转载 Kafka Kafka是最初由Linkedin公司开发,是一个分布式、支持分区的(partition)、多副本的(replica),基于zookeeper协调的分布式消息系统,它的最大的特性就是可以实时的处理大量数据以满足各种需求场景:比如基于hadoop的批处理系统、低延迟的实时系统、sto ...
分类:
其他好文 时间:
2018-02-08 20:22:12
阅读次数:
222
拓扑图如下:实验目的:1、vlan互通2、内网PAT访问外网3、内网发布web服务器供外网访问实验步骤:一、为了实现这些目标,首先我们需要配置防火墙使得各自网段可以ping到防火墙1、配置云cloud1:cloud2:cloud3:2、OK,先不管防火墙,先实现第一个实验目的,将内网互通那么第一步,配置端口vlan状态以及本地IP地址SW1:SW2:(算了先不配本地IP了一会儿跟虚拟IP一起配,不
分类:
其他好文 时间:
2018-02-01 21:11:46
阅读次数:
210
继上一节。BeautifulSoup的高级应用 之 find findAll,这一节,主要解说BeautifulSoup有关的其它几个重要应用函数。 本篇中,所使用的html为: html_doc = """ <html> <head><title>The Dormouse's story</tit ...
分类:
其他好文 时间:
2018-01-24 19:54:06
阅读次数:
394
函数命名规则: 与变量一样,参考python的官方推荐的命名格式:function_name。小写+下划线 必备参数:必须传参数,可以在调用时赋值。 默认参数:参数可传可不传。不传参,就是默认值;传了参就覆盖。参数名要相同!(例如:step是个默认参数) 可选参数:中括号表示。(例如之前:[,sto ...
分类:
编程语言 时间:
2018-01-18 00:51:52
阅读次数:
144
开始学习2-sat的姿势 http://blog.csdn.net/jarjingx/article/details/8521690 这篇文章写的真好 算法的过程如下: 构图 更具体的后面再说缩点 Tarjan算法缩点,将所有的边反过来( 为什么?后面有嗯 )判可行 枚举集合的两个元素,看其是否处于 ...
分类:
其他好文 时间:
2018-01-17 18:15:02
阅读次数:
201
题目 liympanda, one of Ikki’s friend, likes playing games with Ikki. Today after minesweeping with Ikki and winning so many times, he is tired of such e ...
分类:
其他好文 时间:
2018-01-14 14:29:01
阅读次数:
179