Introduction about React component lifecycle. 1 Lifecycle A React component in browser can be any of the following three statuses: mounted, update and ...
分类:
Web程序 时间:
2019-06-14 20:07:30
阅读次数:
97
Note sth about PCA(Principal Component Analysis) ML6月20日就要考试了,准备~~日更~~博客,来记录复习一下这次ML课所学习的一些方法。 博客是在参考老师的ppt,以及 "戳这里,学习播客" 之后完成的,主要运用ppt的公式,因为博客公式自己链过去 ...
分类:
其他好文 时间:
2019-06-13 22:02:32
阅读次数:
121
https://www.python.org/dev/peps/pep-0442/ PEP 442 -- Safe object finalization Contents Abstract Definitions Impact Benefits Description Reference-coun ...
分类:
其他好文 时间:
2019-06-11 22:20:38
阅读次数:
142
Introduction to Algorithms 3rd Thomas H. Cormen Cracking the coding Interview about coding and interview 6th Design Patterns Elements of Reusable Obje ...
分类:
其他好文 时间:
2019-06-06 22:52:36
阅读次数:
107
Why do we need formal logic? Inferences About Birds Winston Chapter 13: Page 284 Exercise: Inferences About Foos Predicates Conjunctions and Disjuncti ...
分类:
其他好文 时间:
2019-06-06 09:20:21
阅读次数:
104
一、概述 kubernetes 的eviction检测diskpresure,检测的是kubelet的root-dir。kubelet的默认root-dir是/var/lib/kubelet,可以使用参数--root-dir进行修改,源码: kubernetes/cmd/kubelet/app/op ...
分类:
其他好文 时间:
2019-06-05 16:38:51
阅读次数:
103
./ 当前目录。../ 父级目录。/ 根目录。 举个栗子: 页面引入js、css等文件: 1.如果about.jsp页面想引入common.css文件: 以about.jsp为基点寻找 直到 和static文件在同一级; 2.如果引入的外部css、js文件又引入image等时: 举个栗子: abou ...
分类:
其他好文 时间:
2019-06-05 15:06:19
阅读次数:
84
元数据是描述数据的数据(data about data),主要是描述数据属性(property)的信息,用来?支持如指示存储位置、历史数据、资源查找、文件记录等功能。EOS元数据有两种元数据:系统元数据和用户定义的元数据。 对于 Bucket 中的每个对象,EOS 都会保存该 Object 的系统元 ...
分类:
其他好文 时间:
2019-06-05 09:44:10
阅读次数:
322
# coding=utf-8'''web游览器多窗口操作: 获取当前窗口句柄 current_window_handle 获取所有窗口句柄 window_handles 切换窗口 switch_to_window 检查元素操作:是否可见 is_displayed() 是否可编辑 is_enabled ...
分类:
Web程序 时间:
2019-06-05 00:11:36
阅读次数:
123
初见PyQt5,涉及到的主要组件都在标题和import里了。笔者感觉本次代码中最有价值的是面向对象编程的思想:类、方法和继承,如在主程序中反复调用各类函数方法。另,笔者脑中想应该可以通过PyQt的界面来实现垃圾分类程序的前端框架,现在的问题是如何把窗口界面连接到数据库了。 ...
分类:
其他好文 时间:
2019-06-03 21:51:23
阅读次数:
211