上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 187 下一页
摘要: a 阅读全文
posted @ 2018-01-05 18:01 papering 阅读(245) 评论(0) 推荐(0)
摘要: 从日志提取sql恢复误删改数据 遍历log目录 [root@hadoop3 log]# history | grep grep | grep log609 find / | grep access.log1009 find . -type f | xargs grep INSERT INTO > / 阅读全文
posted @ 2018-01-05 15:34 papering 阅读(197) 评论(0) 推荐(0)
摘要: 订阅与发布 — Redis 设计与实现 https://redisbook.readthedocs.io/en/latest/feature/pubsub.html 阅读全文
posted @ 2018-01-05 10:36 papering 阅读(326) 评论(0) 推荐(0)
摘要: https://opencv.org/ OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial 阅读全文
posted @ 2018-01-05 00:43 papering 阅读(394) 评论(0) 推荐(0)
摘要: https://cn.mathworks.com/help/finance/creditscorecard.validatemodel.html?requestedDomain=www.mathworks.com The area under the CAP curve, known as the 阅读全文
posted @ 2018-01-04 21:43 papering 阅读(396) 评论(0) 推荐(0)
摘要: HTTPSConnectionPool(host='login.sina.com.cn', port=443): Max retries exceeded with url: /cgi/pin.php?r=48137058&s=0&p=tc-e8d1b4ea6beb93e9c1f67504c40e2 阅读全文
posted @ 2018-01-04 15:01 papering 阅读(831) 评论(0) 推荐(0)
摘要: 结合数据量和时间段,调整线程总数的阈值c_done, c_all, tl, tstep, tnum = 0, len(tuple_l), [], 1000, 15h = time.strftime('%H', time.localtime(time.time()))if int(h) >= 18: 阅读全文
posted @ 2018-01-04 14:13 papering 阅读(223) 评论(0) 推荐(0)
摘要: 实践: 1、同台主机python程序在收到浏览器端的画图请求后给画图的golang程序发送消息 #coding=utf-8 import socket import datetime,time import os unix_domain_socket = "/tmp/uds_python_golan 阅读全文
posted @ 2018-01-04 11:16 papering 阅读(232) 评论(0) 推荐(0)
摘要: 实践: 1: 进程1 echo 123 >myPipe 进程2 小结: 1、 匿名管道用于父子进程间的通信。 cat < myPipe 一文搞懂六大进程通信机制原理(全网最详细) - 知乎 https://zhuanlan.zhihu.com/p/465574868 顾名思义,进程通信( Inter 阅读全文
posted @ 2018-01-04 08:13 papering 阅读(2255) 评论(0) 推荐(0)
摘要: 小结: 1、 To facilitate communication between processes, most operating systems support Inter Process Communication (IPC) resources, such as pipes and so 阅读全文
posted @ 2018-01-04 03:48 papering 阅读(218) 评论(0) 推荐(0)
摘要: 问题:隐藏codeigniter url中的index.php 此处.htaccess为原框架自带 此处.htaccess为手动添加 很显然,默认情况下,index.php在URL地址段中的存在一定程度上影响了URL的简洁和SEO的进行。我们可以通过下面本文介绍的方法来去掉这个讨厌的Index.ph 阅读全文
posted @ 2018-01-04 02:20 papering 阅读(600) 评论(0) 推荐(0)
摘要: http://www.alloyteam.com/2015/03/sexpressmysql/ 阅读全文
posted @ 2018-01-03 21:48 papering 阅读(187) 评论(0) 推荐(0)
摘要: https://nodejs.org/en/download/package-manager/ 阅读全文
posted @ 2018-01-03 21:38 papering 阅读(144) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom time import sleepimport timefrom selenium.webdriver.common.keys import Keysbrowser = webdriver.Firefox( executable_path='C:\\Users\\sas\\Pychar... 阅读全文
posted @ 2018-01-03 17:53 papering 阅读(615) 评论(0) 推荐(0)
摘要: https://webtatic.com/packages/php72/ 阅读全文
posted @ 2018-01-03 12:32 papering 阅读(174) 评论(0) 推荐(0)
摘要: 2022 字节跳动 | 商业化技术 | 后端开发实习生 | 一面,二面,HR面 (OC) - 力扣(LeetCode) https://leetcode.cn/circle/discuss/Akwta3/ 一面(11月21号,1h多)自我介绍项目 介绍一下自己最熟悉的项目?项目使用的技术栈?项目的微 阅读全文
posted @ 2018-01-03 09:59 papering 阅读(929) 评论(0) 推荐(0)
摘要: 扩容 计划 提醒 预案 阅读全文
posted @ 2018-01-03 09:11 papering 阅读(136) 评论(0) 推荐(0)
摘要: 最高层cpu寄存器 阅读全文
posted @ 2018-01-03 08:24 papering 阅读(210) 评论(0) 推荐(0)
摘要: 可用磁盘空间不足 支持SELECT information_schema. TABLES 阅读全文
posted @ 2018-01-03 07:30 papering 阅读(513) 评论(0) 推荐(0)
摘要: 不借助共享存储区或数据结构 阅读全文
posted @ 2018-01-03 02:55 papering 阅读(189) 评论(0) 推荐(0)
摘要: yum install php yum install php-fpm 启动fpm [root@VM_141_64_centos html]# service php-fpm restart Redirecting to /bin/systemctl restart php-fpm.service[ 阅读全文
posted @ 2018-01-03 01:25 papering 阅读(808) 评论(0) 推荐(0)
摘要: https://www.quora.com/What-are-some-advantages-of-using-Node-js-over-a-Flask-API Flask is a Python web microframework. It needs to be run behind a WSG 阅读全文
posted @ 2018-01-02 21:55 papering 阅读(206) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/11178426/how-can-i-pass-data-from-flask-to-javascript-in-a-template 阅读全文
posted @ 2018-01-02 21:39 papering 阅读(137) 评论(0) 推荐(0)
摘要: 磁盘阵列(Redundant Arrays of Independent Disks,RAID) 云 500G 不够用 扩容 方案1 重建分区,由500G到1T,按历史增速,1年后再扩到1.5T,.....上限2T 方案2 购买新云盘,修改程序代码 阅读全文
posted @ 2018-01-02 18:49 papering 阅读(312) 评论(0) 推荐(0)
摘要: 问题: 小长假的第一天早上8:18一个数据,被定时任务中的脚本漏处理; 查定时任务的日志,发现调度异常 查var messages-20171231 日志信息,排查问题。 http://man7.org/linux/man-pages/man3/audit_set_rate_limit.3.html 阅读全文
posted @ 2018-01-02 15:23 papering 阅读(6257) 评论(0) 推荐(0)
摘要: 一个数据结构 能为并发进程所执行的一组操作 阅读全文
posted @ 2018-01-02 12:33 papering 阅读(172) 评论(0) 推荐(0)
摘要: 名字指出我们所要寻找的那个资源 地址指出那个资源在何处 路由告诉我们如何到达该处 阅读全文
posted @ 2018-01-01 23:09 papering 阅读(255) 评论(0) 推荐(0)
摘要: 算法 阅读全文
posted @ 2018-01-01 16:08 papering 阅读(522) 评论(0) 推荐(0)
摘要: ip 阅读全文
posted @ 2018-01-01 10:36 papering 阅读(187) 评论(0) 推荐(0)
摘要: 来自信源的信号 调制 调频 调幅 调相 正交振幅调制 阅读全文
posted @ 2017-12-31 14:33 papering 阅读(299) 评论(0) 推荐(0)
摘要: 用数字技术对现有的模拟电话用户线进行改造 阅读全文
posted @ 2017-12-31 11:25 papering 阅读(416) 评论(0) 推荐(0)
摘要: code division multiple access 阅读全文
posted @ 2017-12-30 22:27 papering 阅读(328) 评论(0) 推荐(0)
摘要: 帧长度/用户数=分配到每个用户的时隙宽度 阅读全文
posted @ 2017-12-30 22:21 papering 阅读(458) 评论(0) 推荐(0)
摘要: 光纤的直径减小到只有一个光的波长 阅读全文
posted @ 2017-12-30 17:47 papering 阅读(136) 评论(0) 推荐(0)
摘要: 信道 码元传输速率上限 信噪比 阅读全文
posted @ 2017-12-30 17:45 papering 阅读(337) 评论(0) 推荐(0)
摘要: 180M电子书 通过已经下载到pc,在上传到私有公网服务器,之后,再异地下载 以下代码,文件内容错乱 [root@bigdata-server-03 mydataweb]# du -Bm 87M ./templates87M .[root@bigdata-server-03 mydataweb]# 阅读全文
posted @ 2017-12-29 16:46 papering 阅读(1136) 评论(0) 推荐(0)
摘要: 运输层 transport layer 传输控制协议 transmission control protocol 阅读全文
posted @ 2017-12-29 12:38 papering 阅读(205) 评论(0) 推荐(0)
摘要: [root@hadoop3 /]# crontab -e/tmp/crontab.TB7A7w: 设备上没有空间[root@hadoop3 /]# df -Bg文件系统 1G-块 已用 可用 已用% 挂载点/dev/mapper/centos-root 50G 50G 1G 100% /devtmp 阅读全文
posted @ 2017-12-29 10:40 papering 阅读(505) 评论(0) 推荐(0)
摘要: 信道利用率 网络利用率 加权平均值 阅读全文
posted @ 2017-12-28 19:18 papering 阅读(262) 评论(0) 推荐(0)
摘要: tmp 阅读全文
posted @ 2017-12-28 16:22 papering 阅读(169) 评论(0) 推荐(0)
上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 187 下一页