上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 186 下一页
摘要: Faster, more memory efficient and more ordered dictionaries on PyPy https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html h 阅读全文
posted @ 2019-10-30 14:33 papering 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 应用程序拦截 nginx 拦截 保证 接口返回 https://serverfault.com/questions/859667/configure-nginx-how-to-handle-500-error-on-upstream-itself-while-nginx-handle proxy_i 阅读全文
posted @ 2019-10-30 12:43 papering 阅读(247) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/yu120/blog/1790419 阅读全文
posted @ 2019-10-30 10:37 papering 阅读(403) 评论(0) 推荐(0) 编辑
摘要: https://github.com/python/cpython/pull/16987 https://github.com/python/cpython/blob/3.8/Objects/dictobject.c 词典的实现原理 阅读全文
posted @ 2019-10-30 00:40 papering 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://github.com/python/cpython/blob/3.8/Objects/dictobject.c 阅读全文
posted @ 2019-10-29 22:38 papering 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/E3PGP6FDBFUcghYfpe6vsg 唯一ID生成算法剖析 原创 cloudoxou 腾讯技术工程 2019-10-08 阅读全文
posted @ 2019-10-29 22:24 papering 阅读(183) 评论(0) 推荐(0) 编辑
摘要: SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain [SSL: CERTIFICATE_VERIFY_FAILED] certificate v 阅读全文
posted @ 2019-10-28 22:35 papering 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 17年的实践:腾讯海量产品的技术方法论-其它分享/专项技术区 - 即时通讯开发者社区! http://www.52im.net/thread-159-1-1.html 腾讯QQ1.4亿在线用户的技术挑战和架构演进之路PPT [附件下载]-资源共享/综合互动区 - 即时通讯开发者社区! http:// 阅读全文
posted @ 2019-10-27 18:29 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://bbs.nsccwx.cn/topic/262/swlu-主核性能采样-调试工具包 阅读全文
posted @ 2019-10-27 12:26 papering 阅读(408) 评论(2) 推荐(0) 编辑
摘要: 效率包括了代码的GC 大小与内存大小,执行速度等等。其中执行速度不是关注的重点 阅读全文
posted @ 2019-10-27 10:45 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 2018腾讯移动游戏 技术评审标准与实践案例 2018腾讯移动游戏技术评审标准与实践案例-腾讯游戏学院 https://gameinstitute.qq.com/tech-ebook 阅读全文
posted @ 2019-10-27 10:42 papering 阅读(194) 评论(0) 推荐(0) 编辑
摘要: (index):1 Resource interpreted as Stylesheet but transferred with MIME type application/octet-stream: "http://120.79.55.182:8082/static/css/chunk-bbd1 阅读全文
posted @ 2019-10-26 10:57 papering 阅读(1424) 评论(0) 推荐(0) 编辑
摘要: [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 阅读(3022) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kevingrace/p/9456563.html 阅读全文
posted @ 2019-10-26 00:44 papering 阅读(231) 评论(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 阅读(137) 评论(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 阅读(137) 评论(0) 推荐(0) 编辑
摘要: IP负载均衡技术 可伸缩网络服务的几种结构,它们都需要一个前端的负载调度器(或者多个进行主从备份)。我们先分析实现虚拟网络服务的主要技术,指出IP负载均衡技术是在负载调度器的实现技术中效率最高的。在已有的IP负载均衡技术中,主要有通过网络地址转换(Network Address Translatio 阅读全文
posted @ 2019-10-25 11:52 papering 阅读(757) 评论(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 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 基础 前端异步请求,局部刷新,加大最大等待时间 nginx开启压缩 进阶 多级nginx的压缩 实践测试: 每级都要开启压缩 gizp on; 最外层开启,但最内层没有开启 最外层没有开启 最外层、最内层均开启 实测是2层 api--> nginx version: nginx/1.12.2 --> 阅读全文
posted @ 2019-10-24 01:03 papering 阅读(750) 评论(0) 推荐(0) 编辑
摘要: Status Code: 431 Request Header Fields Too Large 阅读全文
posted @ 2019-10-23 12:45 papering 阅读(1820) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/r59vUXKXERyQ9r-IpXfiew 研发过程中的测试工作 原创 麒烨 阿里巴巴技术质量 2019-10-14 阿里QA导读:年轻的测试工程师又一次累倒在提测阶段,他拖着疲惫的身躯来向师父诉苦,“师父,开发的时候闲的要死,一到提测累的半死 阅读全文
posted @ 2019-10-23 00:32 papering 阅读(462) 评论(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 阅读(5015) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431 阅读全文
posted @ 2019-10-22 11:12 papering 阅读(3715) 评论(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 阅读(177) 评论(0) 推荐(0) 编辑
摘要: www.a.shifen.com 阅读全文
posted @ 2019-10-17 08:24 papering 阅读(386) 评论(0) 推荐(0) 编辑
摘要: gstack pstack strace 通过进程号 查看 进程的工作目录 Linux神器strace的使用方法及实践 - 知乎 https://zhuanlan.zhihu.com/p/180053751 阅读全文
posted @ 2019-10-17 00:41 papering 阅读(256) 评论(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 阅读(914) 评论(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 阅读(202) 评论(0) 推荐(0) 编辑
摘要: def getSignStr(secretKey, signStr): '''https://cloud.tencent.com/document/product/570/13939 $secretKey = 'pxPgRWDbCy86ZYyqBTDk7WmeRZSmPco0'; $srcStr = 阅读全文
posted @ 2019-10-15 20:49 papering 阅读(597) 评论(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 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 超线程 阿里云 文档 阅读全文
posted @ 2019-10-12 20:49 papering 阅读(149) 评论(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 阅读(940) 评论(0) 推荐(0) 编辑
摘要: 将请求RequestId在服务端接收到请求在处理业务逻辑之前生成 阅读全文
posted @ 2019-10-12 16:45 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: JVM CPU Profiler技术原理及源码深度解析 阅读全文
posted @ 2019-10-11 23:55 papering 阅读(256) 评论(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 阅读(286) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chlinwei/article/details/67632206 阅读全文
posted @ 2019-10-11 10:24 papering 阅读(1364) 评论(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 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Paramiko’s 阅读全文
posted @ 2019-10-10 23:47 papering 阅读(133) 评论(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 阅读(2345) 评论(0) 推荐(0) 编辑
摘要: cache-control: max-age=1,s-maxage=1 阅读全文
posted @ 2019-10-10 22:40 papering 阅读(714) 评论(0) 推荐(0) 编辑
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 186 下一页