上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 188 下一页
摘要: [root@offical nginx]# nginx -tnginx: [emerg] module "/usr/lib64/nginx/modules/ngx_http_geoip_module.so" version 1012002 instead of 1016001 in /usr/sha 阅读全文
posted @ 2019-10-26 10:29 papering 阅读(3051) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kevingrace/p/9456563.html 阅读全文
posted @ 2019-10-26 00:44 papering 阅读(245) 评论(0) 推荐(0)
摘要: 升级 yum upgradepip3 upgrade yum install -y gcc python34-devel mysql-devel pip3 install -r p/requirements-version.txt wget https://www.python.org/ftp/py 阅读全文
posted @ 2019-10-26 00:10 papering 阅读(152) 评论(0) 推荐(0)
摘要: sed "258,265p" debug.logBak ^C[root@offical logs]# ^C[root@offical logs]# cat debug.logBak -n | grep 7d09b4fc^C[root@offical logs]# cat -n /test/logs/ 阅读全文
posted @ 2019-10-25 18:02 papering 阅读(146) 评论(0) 推荐(0)
摘要: IP负载均衡技术 可伸缩网络服务的几种结构,它们都需要一个前端的负载调度器(或者多个进行主从备份)。我们先分析实现虚拟网络服务的主要技术,指出IP负载均衡技术是在负载调度器的实现技术中效率最高的。在已有的IP负载均衡技术中,主要有通过网络地址转换(Network Address Translatio 阅读全文
posted @ 2019-10-25 11:52 papering 阅读(808) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xbblogs/p/8954165.html return JSON.parse(JSON.stringify(origin)) 最早由Barbara Liskov. 在1974年的GLU语言中提出;该求值策略被用于Python、Java、Ruby、J 阅读全文
posted @ 2019-10-24 23:18 papering 阅读(329) 评论(0) 推荐(0)
摘要: 基础 前端异步请求,局部刷新,加大最大等待时间 nginx开启压缩 进阶 多级nginx的压缩 实践测试: 每级都要开启压缩 gizp on; 最外层开启,但最内层没有开启 最外层没有开启 最外层、最内层均开启 实测是2层 api--> nginx version: nginx/1.12.2 --> 阅读全文
posted @ 2019-10-24 01:03 papering 阅读(781) 评论(0) 推荐(0)
摘要: Status Code: 431 Request Header Fields Too Large 阅读全文
posted @ 2019-10-23 12:45 papering 阅读(1844) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/r59vUXKXERyQ9r-IpXfiew 研发过程中的测试工作 原创 麒烨 阿里巴巴技术质量 2019-10-14 阿里QA导读:年轻的测试工程师又一次累倒在提测阶段,他拖着疲惫的身躯来向师父诉苦,“师父,开发的时候闲的要死,一到提测累的半死 阅读全文
posted @ 2019-10-23 00:32 papering 阅读(515) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/7210507/ajax-post-error-refused-to-set-unsafe-header-connection/7210840 Remove these two lines: XMLHttpRequest isn 阅读全文
posted @ 2019-10-22 16:08 papering 阅读(5120) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431 阅读全文
posted @ 2019-10-22 11:12 papering 阅读(3743) 评论(0) 推荐(0)
摘要: /* Object and type object interface */ /* Objects are structures allocated on the heap. Special rules apply to the use of objects to ensure they are p 阅读全文
posted @ 2019-10-22 09:54 papering 阅读(192) 评论(0) 推荐(0)
摘要: www.a.shifen.com 阅读全文
posted @ 2019-10-17 08:24 papering 阅读(417) 评论(0) 推荐(0)
摘要: gstack pstack strace 通过进程号 查看 进程的工作目录 Linux神器strace的使用方法及实践 - 知乎 https://zhuanlan.zhihu.com/p/180053751 阅读全文
posted @ 2019-10-17 00:41 papering 阅读(322) 评论(0) 推荐(0)
摘要: 在Linux下做性能分析3:perf - 知乎 https://zhuanlan.zhihu.com/p/22194920 Linux Perf 性能分析工具及火焰图浅析 - 知乎 https://zhuanlan.zhihu.com/p/54276509 perf record -a -g -e 阅读全文
posted @ 2019-10-16 23:40 papering 阅读(974) 评论(0) 推荐(0)
摘要: taocrypt MySQL Bugs: #25189: mysqld: coding.cpp:243: void TaoCrypt::Base64Decoder::Decode(): Assertion `endLi https://bugs.mysql.com/bug.php?id=25189 阅读全文
posted @ 2019-10-16 23:27 papering 阅读(229) 评论(0) 推荐(0)
摘要: def getSignStr(secretKey, signStr): '''https://cloud.tencent.com/document/product/570/13939 $secretKey = 'pxPgRWDbCy86ZYyqBTDk7WmeRZSmPco0'; $srcStr = 阅读全文
posted @ 2019-10-15 20:49 papering 阅读(611) 评论(0) 推荐(0)
摘要: https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-0 Core and Builtins bpo-38469: Fixed a bug where the scope of named expressions was not 阅读全文
posted @ 2019-10-15 09:42 papering 阅读(297) 评论(0) 推荐(0)
摘要: 超线程 阿里云 文档 阅读全文
posted @ 2019-10-12 20:49 papering 阅读(155) 评论(0) 推荐(0)
摘要: python/python-linux-procfs/python-linux-procfs.git - Python classes to extract information from the Linux kernel /proc files. https://git.kernel.org/p 阅读全文
posted @ 2019-10-12 20:20 papering 阅读(977) 评论(0) 推荐(0)
摘要: 将请求RequestId在服务端接收到请求在处理业务逻辑之前生成 阅读全文
posted @ 2019-10-12 16:45 papering 阅读(274) 评论(0) 推荐(0)
摘要: JVM CPU Profiler技术原理及源码深度解析 阅读全文
posted @ 2019-10-11 23:55 papering 阅读(274) 评论(0) 推荐(0)
摘要: Perf -- Linux下的系统性能调优工具,第 1 部分 应用程序调优的使用和示例 https://www.ibm.com/developerworks/cn/linux/l-cn-perf1/index.html Perf -- Linux下的系统性能调优工具,第 2 部分 特殊用法以及内核调 阅读全文
posted @ 2019-10-11 20:23 papering 阅读(315) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chlinwei/article/details/67632206 阅读全文
posted @ 2019-10-11 10:24 papering 阅读(1381) 评论(0) 推荐(0)
摘要: iftop -i eth0 -B -F 108.51.5.220 iftop -nN -i eth0 iftop -nN -i eth0 -B iftop --helpiftop: unknown option --iftop: display bandwidth usage on an inter 阅读全文
posted @ 2019-10-11 10:12 papering 阅读(324) 评论(0) 推荐(0)
摘要: Paramiko’s 阅读全文
posted @ 2019-10-10 23:47 papering 阅读(141) 评论(0) 推荐(0)
摘要: 漏洞分析:OpenSSH用户枚举漏洞(CVE-2018-15473)分析 漏洞分析:OpenSSH用户枚举漏洞(CVE-2018-15473)分析 - FreeBuf互联网安全新媒体平台 https://www.freebuf.com/vuls/184583.html CVE-2018-15919 阅读全文
posted @ 2019-10-10 22:59 papering 阅读(2398) 评论(0) 推荐(0)
摘要: cache-control: max-age=1,s-maxage=1 阅读全文
posted @ 2019-10-10 22:40 papering 阅读(744) 评论(0) 推荐(0)
摘要: RequestId 阅读全文
posted @ 2019-10-10 22:39 papering 阅读(2089) 评论(0) 推荐(0)
摘要: 被挖矿 阅读全文
posted @ 2019-10-09 21:55 papering 阅读(153) 评论(0) 推荐(0)
摘要: http://pytz.sourceforge.net/#problems-with-localtime https://docs.djangoproject.com/en/2.2/topics/i18n/timezones/ The best and simplest solution is to 阅读全文
posted @ 2019-10-08 14:40 papering 阅读(230) 评论(0) 推荐(0)
摘要: 邮递员问题 阅读全文
posted @ 2019-09-29 12:57 papering 阅读(302) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/zh-CN/docs/Controlling_DNS_prefetching DNS 请求需要的带宽非常小,但是延迟却有点高,这一点在手机网络上特别明显。预读取 DNS 能让延迟明显减少一些,例如在用户点击链接时。在某些情况下,延迟能减少一 阅读全文
posted @ 2019-09-28 17:32 papering 阅读(649) 评论(0) 推荐(0)
摘要: network.http.max-connections https://bugs.chromium.org/p/chromium/issues/detail?id=12066 https://chromium.googlesource.com/chromium/src/+/65.0.3325.16 阅读全文
posted @ 2019-09-28 16:50 papering 阅读(908) 评论(0) 推荐(0)
摘要: https://v8.dev/blog/fast-async async function computeAnswer() { return 42;}undefinedconst p = computeAnswer(); undefinedp.then(console.log); 42Promise 阅读全文
posted @ 2019-09-27 20:11 papering 阅读(207) 评论(0) 推荐(0)
摘要: 科普:QUIC协议原理分析 阅读全文
posted @ 2019-09-24 12:32 papering 阅读(494) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2019-09-24 10:07 papering 阅读(1366) 评论(0) 推荐(0)
摘要: agentzh 的 Nginx 教程(版本 2019.07.31) agentzh 的 Nginx 教程(版本 2019.07.31) https://openresty.org/download/agentzh-nginx-tutorials-zhcn.html#01-NginxVariables 阅读全文
posted @ 2019-09-21 20:06 papering 阅读(281) 评论(0) 推荐(0)
摘要: 由于存在上述三种 URL 重定向机制,那么在多种方法同时设定的情况下,哪种方法会首先起作用呢?优先级顺序如下: HTTP 协议的重定向机制永远最先触发,即便是在没有传送任何页面——也就没有页面被(客户端)读取——的情况下。 HTML 的重定向机制 (<meta>) 会在 HTTP 协议重定向机制未设 阅读全文
posted @ 2019-09-21 15:33 papering 阅读(399) 评论(0) 推荐(0)
摘要: 降低软件复杂性的一般原则和方法 原创: 政华 美团技术团队 昨天 阅读全文
posted @ 2019-09-20 23:22 papering 阅读(252) 评论(0) 推荐(0)
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 188 下一页