上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 186 下一页
摘要: diff 阅读全文
posted @ 2017-08-25 08:50 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/?utm_source=dev-newsletter&utm_medium=email&utm_campaign=aug24- 阅读全文
posted @ 2017-08-24 23:41 papering 阅读(177) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2017-08-24 21:31 papering 阅读(249) 评论(0) 推荐(0) 编辑
摘要: from bs4 import BeautifulSoup import os filepath = 'D:\\pymine\\clean\\spider_map\\baidu_map_html_firstpage_pc_test\\' pathDir = os.listdir(filepath) name_poi_dic = {} need_todo_request = ['搜索结果'... 阅读全文
posted @ 2017-08-24 21:08 papering 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-08-23 13:33 papering 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 滑轮到页面底部 阅读全文
posted @ 2017-08-19 16:29 papering 阅读(5693) 评论(0) 推荐(0) 编辑
摘要: spider from mobile to mobile to mobile ua 阅读全文
posted @ 2017-08-19 12:30 papering 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-08-16 19:36 papering 阅读(335) 评论(0) 推荐(0) 编辑
摘要: G-->f 阅读全文
posted @ 2017-08-14 19:05 papering 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 什么是 CPU 与 GPU? https://mp.weixin.qq.com/s/q-8schSyNjdngufiCGy0Ug 如果 GPU 这么厉害,我们为什么还要用 CPU 呢? https://mp.weixin.qq.com/s/5tOW-Qh5lriSX_lf4GDrlA CPU 是计算 阅读全文
posted @ 2017-08-13 22:18 papering 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 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>做错的题 阅读全文
posted @ 2017-08-13 15:55 papering 阅读(288) 评论(0) 推荐(0) 编辑
摘要: case: 1、 异方差性 (1)调查不同规模公司的利润,发现大公司的利润波动幅度比小公司的利润波动幅度大; (2)分析家庭支出时发现高收入家庭支出变化比低收入家庭支出变化大。在分析家庭支出模型时,我们会发现高收入家庭通常比低收入家庭对某些商品支出有更大的方差; https://baike.baid 阅读全文
posted @ 2017-08-11 11:32 papering 阅读(162) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/中华人民共和国测绘限制 中国法规要求地图提供商使用一种称为GCJ-02的坐标系统。百度地图另外使用一种BD-09坐标系[12],似乎也是基于GCJ-02[13]。 (禁止)未经批准,在测绘活动中擅自采用国际坐标系统 — 中华人民共和国测绘法 阅读全文
posted @ 2017-08-10 20:13 papering 阅读(1844) 评论(0) 推荐(0) 编辑
摘要: from scipy import integrate 阅读全文
posted @ 2017-08-09 22:11 papering 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-08-09 16:13 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: w a b 位置点的互异性不是所放的通信硬件,而是他们的物理实体的区别;不变的是物理实体; 物理实体,指建筑结构、大楼在以银河系为视角下的所处的大环境。 阅读全文
posted @ 2017-08-05 12:26 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-08-04 18:13 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-08-04 14:14 papering 阅读(521) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-08-04 11:00 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 一分钟看懂TCP粘包拆包 https://mp.weixin.qq.com/s/bcwgnL5CGlLMUTxRogbQKQ 翻译 搜索 复制 阅读全文
posted @ 2017-07-31 19:12 papering 阅读(352) 评论(0) 推荐(0) 编辑
摘要: en.wikipedia.org/wiki/Yum_(.rpm) The Yellowdog Updater, Modified (yum) is an open-source command-line package-management utility for computers running 阅读全文
posted @ 2017-07-31 14:01 papering 阅读(381) 评论(0) 推荐(0) 编辑
摘要: w 单调性 二分法 阅读全文
posted @ 2017-07-30 11:41 papering 阅读(330) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-07-26 21:41 papering 阅读(345) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-07-21 20:41 papering 阅读(135) 评论(0) 推荐(0) 编辑
摘要: w 某人第一次使用该app,对该人 阅读全文
posted @ 2017-07-21 09:16 papering 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 16G内存OK 4G内存 no 82000 277186000 34542000 251186000 346186000 34742000 25282000 27842000 25342000 25440000 34640000 34742000 25540000 34842000 25640000 阅读全文
posted @ 2017-07-20 15:02 papering 阅读(456) 评论(0) 推荐(0) 编辑
摘要: python 虚拟机是单线程;当线程执行I/O密集型操作是 单核CPU,不存在“并行”,与语言无关:每个线程运行中,其他线程等待该线程让步 粗粒度的并行 靠 软件,细 硬 阅读全文
posted @ 2017-07-10 22:43 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Bulk_synchronous_parallel https://zh.wikipedia.org/wiki/整体同步计算模型 超级步(SuperStep) 在一个超级步中,各处理器均执行局部操作,并且可以通过选路器接收和发送消息,如果一 阅读全文
posted @ 2017-07-10 09:13 papering 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、覆盖索引 回表 2、 All indexes in PostgreSQL are secondary indexes, meaning that each index is stored separately from the table's main data area (which 阅读全文
posted @ 2017-07-06 19:21 papering 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 【rdd 惰性执行】 为了提高计算效率 spark 采用了哪些机制 1-rdd 基于分布式内存数据集进行运算 2-lazy evaluation :惰性执行,即rdd的变换操作并不是在运行该代码时立即执行,而仅记录下转换操作的对象;只有当运行到一个行动代码时,变换操作的计算逻辑才真正执行。 http 阅读全文
posted @ 2017-07-05 09:47 papering 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 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) 阅读全文
posted @ 2017-07-02 15:15 papering 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-06-29 18:46 papering 阅读(380) 评论(0) 推荐(0) 编辑
摘要: AVL 比红黑树 更平衡 查多:AVL 增删多:红黑树 https://www.cs.usfca.edu/~galles/visualization/AlgorithmLibrary/RedBlack.js 红黑树的叶子节点: sentinel nodes 哨兵节点平衡二叉搜索树的高度 保证了搜索的 阅读全文
posted @ 2017-06-28 22:14 papering 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-06-28 17:13 papering 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-06-27 16:54 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Autoregressive Integrated Moving Average Model,简记ARIMA 搜索 复制 阅读全文
posted @ 2017-06-27 07:55 papering 阅读(153) 评论(0) 推荐(0) 编辑
摘要: w x <- c(52, 30, 10, 8)labels <- c("分析思考", "写代码、调试", "沟通", "其他")png(file = "D:\\Documents\\r_action\\TimeInOfficePresent.png")pie(x,labels)dev.off() 阅读全文
posted @ 2017-06-26 10:46 papering 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/zh-cn/ODBC ODBC(Open Database Connectivity,开放数据库互连)提供了一种标准的API(应用程序编程接口)方法来访问数据库管理系统(DBMS)。这些API利用SQL来完成其大部分任务。ODBC本身也提供了对SQL 阅读全文
posted @ 2017-06-24 11:48 papering 阅读(737) 评论(0) 推荐(0) 编辑
摘要: w PowerDesigner 阅读全文
posted @ 2017-06-24 11:28 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: w 缺少方法论 数据模型管理工具:不是DDL、excel、word 表有时间戳字段:便于今后ETL-抽取 逻辑建模使用CASE工具:如PowerDesign 逻辑模型应与之上(前)的概念模型一致 使用CASE工具由逻辑模型生成物理建模应用术语表自动生成物理模型的字段 数据建模师有效地和客户沟通,问出 阅读全文
posted @ 2017-06-23 22:17 papering 阅读(283) 评论(0) 推荐(0) 编辑
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 186 下一页