有了私服当然就得备份数据了,手机照片,工作目录,经典电影之类的,DT时代数据无价。 syncthing Syncthing is a continuous file synchronization program. It synchronizes files between two or more ...
分类:
其他好文 时间:
2020-04-07 22:42:29
阅读次数:
332
@ "toc" 1 Python 注释概述 注释(Comments)是用来向开发者(用户)提示或解释某些代码的思路、作用和功能等,可以添加到代码中的任何位置。Python 解释器(Python Interpreter)在执行程序(代码)时会忽略注释部分,不做任何处理,即注释部分不会被 Python ...
分类:
编程语言 时间:
2020-04-07 22:36:42
阅读次数:
166
Given the node of a binary search tree, return the sum of values of all nodes with value between and (inclusive). The binary search tree is guaranteed ...
分类:
其他好文 时间:
2020-04-06 09:50:46
阅读次数:
73
We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is the Euclid ...
分类:
其他好文 时间:
2020-04-06 09:25:29
阅读次数:
73
题面: If we represent a date in the format YYYY-MM-DD (for example, 2017-04-09), do you know how many 9s will appear in all the dates between Y1-M1-D1 a ...
分类:
其他好文 时间:
2020-04-05 22:01:51
阅读次数:
84
Given the root of a binary tree, find the maximum value V for which there exists different nodes A and B where V = |A.val - B.val| and A is an ancesto ...
分类:
其他好文 时间:
2020-04-05 12:01:52
阅读次数:
97
题目传送门 题目描述 NEKO#ΦωΦ has just got a new maze game on her PC! The game's main puzzle is a maze, in the forms of a 2×n2×n rectangle grid. NEKO's task is ...
分类:
其他好文 时间:
2020-04-04 22:34:42
阅读次数:
81
1:select语句: 【注1:】 【注2:】 select相当于关系代数中的投影运算 from相当于关系代数中的笛卡尔积 where相当于关系代数中的选择运算 查询条件作用于from子句中的表和视图 2:简单查询: between: in: like: null: ...
分类:
其他好文 时间:
2020-04-03 20:24:38
阅读次数:
90
Axis in DataFrame Optional parameter may appear in arithmetric between DataFrame and Series,the key point understanding the meaning of is match ,by de ...
分类:
其他好文 时间:
2020-04-02 22:15:27
阅读次数:
69
View、Text、Image组件 View 1. 示例代码 2. view控件属性: class="" 样式类 Text 1. 示例代码 2. text控件属性: class="" 样式类 font size="" 字体大小 单位可以为px或者rpx,有关rpx后面会提到 font weight= ...
分类:
其他好文 时间:
2020-03-31 23:10:35
阅读次数:
137