11 2023 档案
摘要:forward proxy & reverse proxy https://zhuanlan.zhihu.com/p/163948996 https://netnut.io/forward-proxy-server/ Definition of a Forward Proxy Server One
阅读全文
摘要:ELK monitor Jenkins jobs https://github.com/fanqingsong/jenkins-elk-docker 监控每一个jenkins jobs build日志, 全部容器化配置, jenkins容器产生日志文件 filebeat容器监控日志文件 logsta
阅读全文
摘要:D - Good Tuple Problem https://atcoder.jp/contests/abc327/tasks/abc327_d 思路 - dfs染色判断 https://www.zhihu.com/question/292465499 判断二分图 的常见方法是染色法:用两种颜色,对
阅读全文
摘要:D - ABC Puzzle https://atcoder.jp/contests/abc326/tasks/abc326_d Sample Input 1 Copy 5 ABCBC ACAAB Sample Output 1 Copy Yes AC..B .BA.C C.BA. BA.C. ..
阅读全文
摘要:Store config in the environment https://12factor.net/config The twelve-factor app stores config in environment variables (often shortened to env vars
阅读全文