上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 187 下一页
摘要: SELECT id,'|',url,'|',update_time FROM tab LIMIT 10;SELECT COUNT(1) AS parent,(SELECT COUNT(1) FROM tab WHERE id%2=0) AS child FROM tab; 阅读全文
posted @ 2017-12-22 16:59 papering 阅读(499) 评论(0) 推荐(0)
摘要: 1g表 每行都有可能被更新,故全表备份 检测备份是否在进行 [root@hadoop1 ~]# netstat --numeric-ports | grep 3306tcp 0 0 hadoop1:37692 121.110.203.226:3306 ESTABLISHED您在 /var/spool 阅读全文
posted @ 2017-12-22 16:30 papering 阅读(416) 评论(0) 推荐(0)
摘要: SELECT COUNT(1),FROM_UNIXTIME(update_time,'%Y%m%d %H') AS h, FROM_UNIXTIME(create_time,'%Y%m%d') AS d FROM test_url GROUP BY h,d ORDER BY h DESC ; 阅读全文
posted @ 2017-12-22 15:05 papering 阅读(362) 评论(0) 推荐(0)
摘要: 去解决问题 干 阅读全文
posted @ 2017-12-22 12:48 papering 阅读(301) 评论(0) 推荐(0)
摘要: 面向数据 阅读全文
posted @ 2017-12-22 10:50 papering 阅读(140) 评论(0) 推荐(0)
摘要: 小结: 1、User Case 用例是架构设计中非常重要的一环,架构也是基于这些用例进行设计的,如果缺失了用例,就无从谈起架构设计了。 一文读懂架构整洁之道 https://mp.weixin.qq.com/s/XAm1MO4RQYtkj3ay-2jT7A 一文读懂架构整洁之道 原创 马飞翔(泽畔) 阅读全文
posted @ 2017-12-22 10:44 papering 阅读(347) 评论(0) 推荐(0)
摘要: 小结: 1、 “分层架构”遵循了“关注点分离”原则,将属于业务逻辑的关注点放到领域层(Domain Layer)中,而将支撑业务逻辑的技术实现放到基础设施层(Infrastructure Layer)中。同时,领域驱动设计又颇具创见的引入了应用层(Application Layer)。应用层扮演了双 阅读全文
posted @ 2017-12-21 20:42 papering 阅读(854) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/iLoveMyD/p/4281534.html 2015年2月9日 14:36:38 [root@hadoop3 logs]# cat hadoop-root-namenode-hadoop3.log 2017-12-29 15:06:50,183 IN 阅读全文
posted @ 2017-12-21 17:44 papering 阅读(769) 评论(0) 推荐(0)
摘要: 1、获取hostname 相同代码 不同宿主机 日志名 互异 且 可识别宿主机 分布式爬虫 https://docs.python.org/3.6/library/socket.html#socket.SOCK_RAW socket.gethostbyname(socket.gethostname( 阅读全文
posted @ 2017-12-21 13:13 papering 阅读(746) 评论(0) 推荐(0)
摘要: http://hadoop.apache.org/docs/r3.0.0/hadoop-project-dist/hadoop-common/release/3.0.0/RELEASENOTES.3.0.0.html /usr/local/hadoop/etc/hadoop 没有slaves 各个节 阅读全文
posted @ 2017-12-21 11:50 papering 阅读(265) 评论(0) 推荐(0)
摘要: 精细化处理 控制你的数据,你才能得到有效且高效的数据结果 阅读全文
posted @ 2017-12-21 10:19 papering 阅读(171) 评论(0) 推荐(0)
摘要: MySQL的读写分离与主从同步数据一致性 - windpoplar - 博客园 https://www.cnblogs.com/windpoplar/p/11978742.html MySQL的读写分离与主从同步数据一致性 有没有做MySQL读写分离?如何实现mysql的读写分离?MySQL主从复制 阅读全文
posted @ 2017-12-20 18:13 papering 阅读(361) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2017-12-20 17:48 papering 阅读(479) 评论(0) 推荐(0)
摘要: # Licensed to the Software Freedom Conservancy (SFC) under one# or more contributor license agreements. See the NOTICE file# distributed with this work for additional information# regarding copyr... 阅读全文
posted @ 2017-12-20 15:28 papering 阅读(574) 评论(0) 推荐(0)
摘要: https://imququ.com/post/web-proxy.html 阅读全文
posted @ 2017-12-20 00:03 papering 阅读(204) 评论(0) 推荐(0)
摘要: 乐视X501 UC浏览器1080x1920x32Mozilla/5.0 (Linux; U; Android 5.0.2; zh-CN; Letv X501 Build/DBXCNOP5501304131S) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.10.0.800 U3/0.8.0 Mobile Safa... 阅读全文
posted @ 2017-12-19 23:49 papering 阅读(419) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom selenium.webdriver.chrome.options import Options# from selenium.webdriver.firefox.options import Optionsimport timefrom time import sleepimport mathimport randomim... 阅读全文
posted @ 2017-12-19 23:43 papering 阅读(310) 评论(0) 推荐(0)
摘要: -- 经排查日志,发现ordertest.com下的url检测,频繁<Response [403]>,Forbidden;再进一步查询数据库数据:逐日统计错误临时表test_error_temp中ordertest.com日行数:SELECT COUNT(1),FROM_UNIXTIME(creat 阅读全文
posted @ 2017-12-19 14:38 papering 阅读(207) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms847613.aspx Error Message: Connection reset by peer. Explanation: A connection was forcibly closed by a pee 阅读全文
posted @ 2017-12-19 13:35 papering 阅读(740) 评论(0) 推荐(0)
摘要: python 相对其他语言,在业务数据运算/分析方面,高效的编码速度 阅读全文
posted @ 2017-12-19 11:05 papering 阅读(138) 评论(0) 推荐(0)
摘要: url 在表中具有唯一性; 由于定时任务的多进程/代码的多线程/定时任务的调度/脚本的执行时间,导致,破坏了唯一性; SELECT COUNT(1) FROM test_error_tmpUNION ALL SELECT COUNT(DISTINCT url) FROM test_error_tmp 阅读全文
posted @ 2017-12-19 08:51 papering 阅读(1318) 评论(0) 推荐(0)
摘要: -- 订单表新生效的url白天多晚上多?SELECT COUNT(1),FROM_UNIXTIME(create_time,'%H') AS sh FROM order GROUP BY sh ORDER BY sh DESC ;-- 订单表新生效的url白天多晚上多--近一周?SELECT COU 阅读全文
posted @ 2017-12-18 18:11 papering 阅读(187) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-12-18 14:59 papering 阅读(252) 评论(0) 推荐(0)
摘要: http://tcpipguide.com/free/t_TCPOperationalOverviewandtheTCPFiniteStateMachineF.htm http://tcpipguide.com/free/t_TCPOperationalOverviewandtheTCPFinite 阅读全文
posted @ 2017-12-18 12:05 papering 阅读(193) 评论(0) 推荐(0)
摘要: [root@hadoop1 log]# netstatActive Internet connections (w/o servers)Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 hadoop1:56679 157. 阅读全文
posted @ 2017-12-18 11:57 papering 阅读(418) 评论(0) 推荐(0)
摘要: [root@hadoop1 log]# xlcl#spider#48/d*/40 0-8,20-23 * * * python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_update_tmp_err 阅读全文
posted @ 2017-12-18 10:36 papering 阅读(281) 评论(0) 推荐(0)
摘要: 在运行中的进程突然被杀死时,该端发送RST 连接池16个连接 TCP重置攻击指的是使用伪造的TCP重置包干扰用户和网站的连接[1]。这个技术可以在善意的防火墙中应用[2],但也可用于网络审查或是攻击,恶意中断TCP连接,是一种旁观者攻击。 本质上,Internet是用于单个计算机交换电子消息或IP数 阅读全文
posted @ 2017-12-16 21:53 papering 阅读(1064) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#cite_note-52 Common non-standard response fields[edit] Field nameDescriptionExample Content-S 阅读全文
posted @ 2017-12-15 19:19 papering 阅读(243) 评论(0) 推荐(0)
摘要: [哪个地方做什么的哪家靠谱?地名词库行业、业务词库]苏州做网络推广的公司哪家靠谱?苏州镭射机维修哪家最专业?昆山做账的公司哪家比较好广州称重灌装机生产厂家哪家口碑比较好[含有专家知识]郑州律师哪个好,如何判断合同是否有效?[哪个地方有做什么的?]广东哪里有专业的全铝书柜定制?苏州吴中越溪哪里有通过率较高的会计培训班?[2-gram]行业 属性 通过 “2-gram”实现,“动词+名词”昆山注册... 阅读全文
posted @ 2017-12-15 16:48 papering 阅读(613) 评论(0) 推荐(0)
摘要: 通过产品创造不同层面不同高度的价值 阅读全文
posted @ 2017-12-15 16:41 papering 阅读(158) 评论(0) 推荐(0)
摘要: """地点-哪里有做-业务-的(正规|靠谱)-公司?地点-做-业务-的(正规|靠谱)-公司(有哪些?|的联系方式是什么?|哪家口碑好值得信赖?)地点-做-业务-(怎么能省钱?|费用是多少?|需要注意什么?|有哪些流程?)地点-业务-(靠谱吗?到底怎样?)地点-(最好的|靠谱的)业务-是哪家?"""p, b = '深圳市', ['广告设计', '网络推广']ltp_model = ['地点-哪里... 阅读全文
posted @ 2017-12-15 14:47 papering 阅读(933) 评论(0) 推荐(0)
摘要: from wsgiref.util import setup_testing_defaults, request_urifrom wsgiref.simple_server import make_server# A relatively simple WSGI application. It's 阅读全文
posted @ 2017-12-15 11:20 papering 阅读(259) 评论(0) 推荐(0)
摘要: import os, sysimport timeimport loggingimport requestsimport threadingimport random from random import choicefrom selenium import webdriverfrom seleni 阅读全文
posted @ 2017-12-15 08:43 papering 阅读(887) 评论(0) 推荐(0)
摘要: windows不存在进程层次结构 所有进程相同地位 获得进程的句柄 unix 父子孙 进程家族 进程不能拒绝其子进程呢个的继承权 阅读全文
posted @ 2017-12-15 08:33 papering 阅读(292) 评论(0) 推荐(0)
摘要: 支撑功能 中断管理 时钟管理 原语操作 primitive 资源管理功能 进程管理 存储器管理 设备管理 阅读全文
posted @ 2017-12-15 08:25 papering 阅读(193) 评论(0) 推荐(0)
摘要: http://nginx.org/en/docs/beginners_guide.html 阅读全文
posted @ 2017-12-15 01:26 papering 阅读(148) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/处理器主频/156282 处理器主频是一个计算机术语。CPU的主频表示在CPU内数字脉冲信号震荡的速度,主频和实际的运算速度存在一定的关系。 中文名处理器主频 别 名时钟频率 单 位Hz 作 用表示CPU的运算速度 主频也叫时钟频率,单位是H 阅读全文
posted @ 2017-12-14 23:09 papering 阅读(1989) 评论(0) 推荐(0)
摘要: Using Python with TurboGears TurboGears is a Python web framework based on the ObjectDispatch paradigm, it is meant to make possible to write both sma 阅读全文
posted @ 2017-12-14 22:09 papering 阅读(174) 评论(0) 推荐(0)
摘要: https://www.nginx.com/resources/wiki/start/topics/examples/simplepythonfcgi/ 117 2018-06-28 19:56:42 yum install nginx 118 2018-06-28 19:58:32 service 阅读全文
posted @ 2017-12-14 21:54 papering 阅读(166) 评论(0) 推荐(0)
摘要: WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server communicates with web applications, and how web applic 阅读全文
posted @ 2017-12-14 21:23 papering 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 187 下一页