摘要:
RequestId 阅读全文
摘要:
http://pytz.sourceforge.net/#problems-with-localtime https://docs.djangoproject.com/en/2.2/topics/i18n/timezones/ The best and simplest solution is to 阅读全文
摘要:
https://developer.mozilla.org/zh-CN/docs/Controlling_DNS_prefetching DNS 请求需要的带宽非常小,但是延迟却有点高,这一点在手机网络上特别明显。预读取 DNS 能让延迟明显减少一些,例如在用户点击链接时。在某些情况下,延迟能减少一 阅读全文
摘要:
network.http.max-connections https://bugs.chromium.org/p/chromium/issues/detail?id=12066 https://chromium.googlesource.com/chromium/src/+/65.0.3325.16 阅读全文
摘要:
https://v8.dev/blog/fast-async async function computeAnswer() { return 42;}undefinedconst p = computeAnswer(); undefinedp.then(console.log); 42Promise 阅读全文
摘要:
agentzh 的 Nginx 教程(版本 2019.07.31) agentzh 的 Nginx 教程(版本 2019.07.31) https://openresty.org/download/agentzh-nginx-tutorials-zhcn.html#01-NginxVariables 阅读全文
摘要:
由于存在上述三种 URL 重定向机制,那么在多种方法同时设定的情况下,哪种方法会首先起作用呢?优先级顺序如下: HTTP 协议的重定向机制永远最先触发,即便是在没有传送任何页面——也就没有页面被(客户端)读取——的情况下。 HTML 的重定向机制 (<meta>) 会在 HTTP 协议重定向机制未设 阅读全文
摘要:
降低软件复杂性的一般原则和方法 原创: 政华 美团技术团队 昨天 阅读全文
摘要:
重构:改善饿了么交易系统的设计思路 原创: 盛赫 阿里巴巴中间件 昨天 阅读全文
摘要:
Collecting MySQL-python==1.2.5 (from -r requirementsNoGit.txt (line 9)) Using cached https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68deb 阅读全文
摘要:
https://mp.weixin.qq.com/s/PfM3hEsDa3CMLbbKqis-og 线上一次大量 CLOSE_WAIT 复盘 原创 ms2008 poslua 2019-07-05 最近,我在压测线上的一个长连接服务时,发现服务端出现大量的 CLOSE_WAIT 状态长时间不会释放, 阅读全文
摘要:
https://mp.weixin.qq.com/s/lD2b-DZyvRJ3qWqmlvHpxg 从零开始入门 K8s | etcd 性能优化实践 原创 陈星宇 阿里巴巴云原生 2019-12-16 作者 | 陈星宇(宇慕) 阿里云基础技术中台技术专家 本文整理自《CNCF x Alibaba 云 阅读全文
摘要:
https://www.zhihu.com/question/25539382 翻译 搜索 复制 阅读全文
摘要:
京东 PC 首页 2019 改版前端总结 原创: 何Jason,EC,小屁 凹凸实验室 今天 阅读全文
摘要:
http://stblog.baidu-tech.com/?p=1684) coredump调试记录 - PHP篇 原创: 扶墙 贝壳产品技术 今天 阅读全文
摘要:
Java字节码增强探秘 https://mp.weixin.qq.com/s/CH9D-E7fxuu462Q2S3t0AA 阅读全文
摘要:
中台经验谈——从京东、阿里到科蒂 | 42章经 原创: 钟秋阳 42章经 昨天 阅读全文
摘要:
kmp https://leetcode.cn/problems/longest-happy-prefix/ 阅读全文
摘要:
JAVA中的指针 - 最好是风梳烟沐 - 博客园 https://www.cnblogs.com/CNty/p/10913844.html Python调用C语言之使用指针 - 张弦 - 博客园 https://www.cnblogs.com/zhangxian/articles/4586905.h 阅读全文
摘要:
我大概知道他在说什么了,是对内存单元的竞争访问吧。Python有GIL,在执行伪码时是原子的。但是伪码之间不保证原子性。 UDP丢包,你是不是做了盲发?没有拥塞控制的情况下,确实会出现丢包严重的情况。你先看看发送速率,还有是否带有拥塞控制。 https://groups.google.com/for 阅读全文
摘要:
a 阅读全文
摘要:
族谱数据结构 数据库事务性 核心点 每次新元素诞生时,传递族谱信息 血缘数据结构 https://stackoverflow.com/questions/6163683/cycles-in-family-tree-software https://github.com/praveenmylavara 阅读全文
摘要:
https://www.cs.ubc.ca/~nickhar/papers/FamilyTrees/SODA-FamilyTrees.pdf 阅读全文
摘要:
https://cloud.tencent.com/document/api/213/15753 浮动 IP 地址 https://cloud.google.com/solutions/best-practices-floating-ip-addresses?hl=zh-cn 本解决方案介绍使用浮动 阅读全文
摘要:
https://zh.wikipedia.org/wiki/C3线性化 在计算机科学中,C3算法主要用于确定多重继承时,子类应该继承哪一个父类的方法,即方法解析顺序(Method Resolution Order,MRO)。 C3算法实现了三种重要特性: 保持继承拓扑图的一致性, 保证局部优先原则( 阅读全文
摘要:
验证 fingerprint for the ECDSA key ssh-keygen -t ecdsa -f ssh_host_ecdsa_key 在B上ssh A ,得到A的fingerprint for the ECDSA key :请问怎么在A上核实fingerprint for the E 阅读全文
摘要:
https://www.freebuf.com/articles/web/181169.html 基于机器学习的WebShell检测方法与实现(上) http://www.h3c.com/cn/d_201408/839582_30008_0.htm 一、 文件上传漏洞与WebShell的关系 文件上 阅读全文
摘要:
线性筛(欧拉筛) - zhuohan123 - 博客园 https://www.cnblogs.com/zhuohan123/p/3233011.html 阅读全文
摘要:
tmp Linux 工具:点的含义 https://linux.cn/article-10465-1.html https://linux.cn/article-10587-1.html Bash 中的 & 符号和文件描述符 阅读全文
摘要:
https://www.oschina.net/p/arkcompiler 华为方舟编译器作为一款全新的编译器可以显著提高手机的运行速度,它不采用现有编译器边解释边执行的模式,而是将这种动态编译改为静态编译,可以做到全程执行机器码,进而高效运行程序,大大缩短程序响应时间。 多语言联合:将同一应用中的 阅读全文
摘要:
阅读全文
摘要:
Micro Frontends https://martinfowler.com/articles/micro-frontends.html Integration approaches Server-side template composition Build-time integration 阅读全文
摘要:
TreeFrog Framework : High-speed C++ MVC Framework for Web Application http://www.treefrogframework.org TreeFrog Framework : High-speed C++ MVC Framewo 阅读全文