摘要:
阅读全文
摘要:
import time from selenium import webdriver browser = webdriver.Chrome() wait_time = 1 USER = 'xl.feng' PWD = 'fengxiaole' seed_url = 'http://xx.com/login.jhtml' browser.get(seed_url) # time.sleep... 阅读全文
摘要:
G-->f 阅读全文
摘要:
import random import threading N = 100 res_dic = {} def compute_combination(n, x): numerator = 1 denominator = 1 breaker = n - x for i in range(n, breaker, -1): numerat... 阅读全文
摘要:
100个人 两个思维切入点 1>做对的题怎么分配 m(x)表示答对x道题的最多人数f(x)表示答对x道题的人数 m(0)=5m(1)=20=>f(0)=0m(2)=m(1)+1=21=>f(1)=f(0)=0 思维模型一把尺子,移动游标 A 79% 合格率至少79% 合格率最多100% 2>做错的题 阅读全文
摘要:
https://zh.wikipedia.org/wiki/中华人民共和国测绘限制 中国法规要求地图提供商使用一种称为GCJ-02的坐标系统。百度地图另外使用一种BD-09坐标系[12],似乎也是基于GCJ-02[13]。 (禁止)未经批准,在测绘活动中擅自采用国际坐标系统 — 中华人民共和国测绘法 阅读全文
摘要:
w a b 位置点的互异性不是所放的通信硬件,而是他们的物理实体的区别;不变的是物理实体; 物理实体,指建筑结构、大楼在以银河系为视角下的所处的大环境。 阅读全文
摘要:
一分钟看懂TCP粘包拆包 https://mp.weixin.qq.com/s/bcwgnL5CGlLMUTxRogbQKQ 翻译 搜索 复制 阅读全文
摘要:
en.wikipedia.org/wiki/Yum_(.rpm) The Yellowdog Updater, Modified (yum) is an open-source command-line package-management utility for computers running 阅读全文
摘要:
w 阅读全文
摘要:
16G内存OK 4G内存 no 82000 277186000 34542000 251186000 346186000 34742000 25282000 27842000 25342000 25440000 34640000 34742000 25540000 34842000 25640000 阅读全文
摘要:
python 虚拟机是单线程;当线程执行I/O密集型操作是 单核CPU,不存在“并行”,与语言无关:每个线程运行中,其他线程等待该线程让步 粗粒度的并行 靠 软件,细 硬 阅读全文
摘要:
https://en.wikipedia.org/wiki/Bulk_synchronous_parallel https://zh.wikipedia.org/wiki/整体同步计算模型 超级步(SuperStep) 在一个超级步中,各处理器均执行局部操作,并且可以通过选路器接收和发送消息,如果一 阅读全文
摘要:
小结: 1、覆盖索引 回表 2、 All indexes in PostgreSQL are secondary indexes, meaning that each index is stored separately from the table's main data area (which 阅读全文
摘要:
【rdd 惰性执行】 为了提高计算效率 spark 采用了哪些机制 1-rdd 基于分布式内存数据集进行运算 2-lazy evaluation :惰性执行,即rdd的变换操作并不是在运行该代码时立即执行,而仅记录下转换操作的对象;只有当运行到一个行动代码时,变换操作的计算逻辑才真正执行。 http 阅读全文
摘要:
B-tree - Wikipedia https://en.wikipedia.org/wiki/B-tree B+ tree - Wikipedia https://en.wikipedia.org/wiki/B%2B_tree A B-tree (Bayer & McCreight 1972) 阅读全文
摘要:
Data Structures and Algorithms: Red-Black Trees https://www.cs.auckland.ac.nz/software/AlgAnim/red_black.html A rotation is a local operation in a sea 阅读全文
摘要:
AVL 比红黑树 更平衡 查多:AVL 增删多:红黑树 https://www.cs.usfca.edu/~galles/visualization/AlgorithmLibrary/RedBlack.js 红黑树的叶子节点: sentinel nodes 哨兵节点平衡二叉搜索树的高度 保证了搜索的 阅读全文
摘要:
AVL 依次插入1、2、3, 插入3,1不平衡了,对节点1左旋后平衡。 graph 1((1))-->2L((NIL)) 1((1))-->2((2)) graph 2((2))-->1((1)) 2((2))-->3((3)) 逆序,依次插入, 插入1,3不平衡了,对节点3右旋后平衡。 依次插入9 阅读全文
摘要:
1、二叉搜索树:去一个陌生的城市问路到目的地; for each node, all elements in its left subtree are less-or-equal to the node (<=), and all the elements in its right subtree 阅读全文
摘要:
Autoregressive Integrated Moving Average Model,简记ARIMA 搜索 复制 阅读全文
摘要:
w x <- c(52, 30, 10, 8)labels <- c("分析思考", "写代码、调试", "沟通", "其他")png(file = "D:\\Documents\\r_action\\TimeInOfficePresent.png")pie(x,labels)dev.off() 阅读全文
摘要:
https://zh.wikipedia.org/zh-cn/ODBC ODBC(Open Database Connectivity,开放数据库互连)提供了一种标准的API(应用程序编程接口)方法来访问数据库管理系统(DBMS)。这些API利用SQL来完成其大部分任务。ODBC本身也提供了对SQL 阅读全文
摘要:
w PowerDesigner 阅读全文
摘要:
w 缺少方法论 数据模型管理工具:不是DDL、excel、word 表有时间戳字段:便于今后ETL-抽取 逻辑建模使用CASE工具:如PowerDesign 逻辑模型应与之上(前)的概念模型一致 使用CASE工具由逻辑模型生成物理建模应用术语表自动生成物理模型的字段 数据建模师有效地和客户沟通,问出 阅读全文
摘要:
皮尔逊相关系数 斯皮尔曼等级相关(Spearman Rank Correlation) http://wiki.mbalib.com/wiki/斯皮尔曼等级相关 从表中的数字可以看出,工人的考试成绩愈高其产量也愈高,二者之间的联系程度是很一致的,但是相关系数r=0.676 并不算太高,这是由于它们之 阅读全文