{"id":7,"date":"2022-05-13T17:59:51","date_gmt":"2022-05-13T09:59:51","guid":{"rendered":"http:\/\/10.0.102.231\/?page_id=7"},"modified":"2026-08-01T14:24:54","modified_gmt":"2026-08-01T06:24:54","slug":"%e5%85%b3%e4%ba%8e","status":"publish","type":"page","link":"https:\/\/www.rchen.top\/?page_id=7","title":{"rendered":"About"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n<title>\u5173\u4e8e\u535a\u4e3b \u00b7 \u4e00\u7ebf\u8fd0\u7ef4\u4eba\u7684\u6280\u672f\u7b14\u8bb0<\/title>\n<style>\n  :root{\n    --bg:#0e1116;\n    --bg-soft:#161b22;\n    --bg-card:#1a2029;\n    --border:#262d38;\n    --text:#e6edf3;\n    --text-dim:#9aa7b4;\n    --text-mut:#6b7785;\n    --accent:#58a6ff;\n    --c-stable:#58a6ff;\n    --c-secure:#3fb950;\n    --c-eff:#d29922;\n    --c-obsv:#bc8cff;\n    --radius:14px;\n    --shadow:0 6px 24px rgba(0,0,0,.35);\n  }\n  *{box-sizing:border-box;margin:0;padding:0}\n  html{font-size:clamp(15px,4.2vw,16px)}\n  body{\n    background:\n      radial-gradient(1200px 500px at 80% -10%, rgba(88,166,255,.10), transparent 60%),\n      radial-gradient(900px 400px at -10% 10%, rgba(188,140,255,.08), transparent 55%),\n      var(--bg);\n    color:var(--text);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",\"PingFang SC\",\"Hiragino Sans GB\",\"Microsoft YaHei\",sans-serif;\n    line-height:1.7;\n    overflow-wrap:break-word;\n    word-break:break-word;\n    -webkit-text-size-adjust:100%;\n    padding:0 clamp(14px,4vw,24px) 56px;\n  }\n  .wrap{\n    width:100%;\n    max-width:880px;\n    margin:0 auto;\n  }\n\n  \/* Hero *\/\n  .hero{\n    text-align:center;\n    padding:clamp(36px,9vw,64px) 0 clamp(24px,6vw,40px);\n  }\n  .avatar{\n    width:clamp(72px,20vw,96px);\n    height:clamp(72px,20vw,96px);\n    border-radius:50%;\n    margin:0 auto clamp(16px,4vw,22px);\n    display:grid;\n    place-items:center;\n    font-size:clamp(30px,8vw,40px);\n    background:linear-gradient(135deg,#1f6feb,#bc8cff);\n    box-shadow:var(--shadow);\n    border:1px solid var(--border);\n  }\n  .hero h1{\n    font-size:clamp(22px,6.4vw,30px);\n    font-weight:700;\n    letter-spacing:.5px;\n  }\n  .hero .sub{\n    margin-top:10px;\n    color:var(--text-dim);\n    font-size:clamp(14px,3.8vw,15.5px);\n    max-width:620px;\n    margin-left:auto;\n    margin-right:auto;\n  }\n  .tags{\n    margin-top:18px;\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    justify-content:center;\n  }\n  .tag{\n    font-size:clamp(12px,3.4vw,13px);\n    color:var(--text-dim);\n    border:1px solid var(--border);\n    background:var(--bg-soft);\n    padding:5px 12px;\n    border-radius:999px;\n    white-space:nowrap;\n  }\n\n  \/* Section *\/\n  section{margin-top:clamp(28px,7vw,44px)}\n  .sec-title{\n    font-size:clamp(18px,5vw,22px);\n    font-weight:700;\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:clamp(14px,3.6vw,20px);\n    padding-left:12px;\n    border-left:4px solid var(--accent);\n  }\n  .sec-title small{\n    font-size:clamp(12px,3.2vw,13px);\n    font-weight:500;\n    color:var(--text-mut);\n    letter-spacing:1px;\n  }\n\n  \/* Pillars grid *\/\n  .grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:clamp(10px,2.8vw,16px);\n  }\n  .card{\n    background:var(--bg-card);\n    border:1px solid var(--border);\n    border-radius:var(--radius);\n    padding:clamp(14px,4vw,20px);\n    box-shadow:var(--shadow);\n    transition:transform .15s ease,border-color .15s ease;\n  }\n  .card:active{transform:scale(.99)}\n  .card .ico{\n    width:38px;height:38px;border-radius:10px;\n    display:grid;place-items:center;font-size:20px;margin-bottom:12px;\n    background:var(--bg-soft);border:1px solid var(--border);\n  }\n  .card h3{\n    font-size:clamp(15px,4.2vw,17px);\n    font-weight:700;\n    display:flex;align-items:baseline;gap:8px;\n  }\n  .card h3 .en{font-size:clamp(11px,3vw,12px);color:var(--text-mut);font-weight:500;letter-spacing:.5px}\n  .card ul{margin-top:10px;list-style:none;display:flex;flex-direction:column;gap:8px}\n  .card li{\n    position:relative;\n    padding-left:18px;\n    font-size:clamp(13px,3.6vw,14.5px);\n    color:var(--text-dim);\n  }\n  .card li::before{\n    content:\"\";position:absolute;left:2px;top:9px;\n    width:7px;height:7px;border-radius:2px;background:var(--dot,var(--accent));\n  }\n  .pillar-stable{--dot:var(--c-stable)}\n  .pillar-stable .ico{color:var(--c-stable)}\n  .pillar-secure{--dot:var(--c-secure)}\n  .pillar-secure .ico{color:var(--c-secure)}\n  .pillar-eff{--dot:var(--c-eff)}\n  .pillar-eff .ico{color:var(--c-eff)}\n  .pillar-obsv{--dot:var(--c-obsv)}\n  .pillar-obsv .ico{color:var(--c-obsv)}\n\n  \/* Generic list blocks *\/\n  .block{\n    background:var(--bg-card);\n    border:1px solid var(--border);\n    border-radius:var(--radius);\n    padding:clamp(16px,4.4vw,22px);\n    box-shadow:var(--shadow);\n    margin-bottom:clamp(10px,2.8vw,14px);\n  }\n  .block h3{\n    font-size:clamp(15px,4.2vw,17px);\n    font-weight:700;\n    margin-bottom:10px;\n    color:var(--text);\n  }\n  .block p,.block li{\n    font-size:clamp(13.5px,3.7vw,15px);\n    color:var(--text-dim);\n  }\n  .block ul{margin:8px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:7px}\n  .block li::marker{color:var(--accent)}\n\n  .note{\n    border-left:3px solid var(--accent);\n    background:var(--bg-soft);\n    padding:clamp(12px,3.4vw,16px) clamp(14px,3.8vw,18px);\n    border-radius:0 var(--radius) var(--radius) 0;\n    font-size:clamp(13.5px,3.7vw,15px);\n    color:var(--text-dim);\n    margin-bottom:clamp(10px,2.8vw,14px);\n  }\n  .note b{color:var(--text)}\n\n  footer{\n    margin-top:clamp(34px,8vw,52px);\n    text-align:center;\n    color:var(--text-mut);\n    font-size:clamp(12px,3.3vw,13px);\n    border-top:1px solid var(--border);\n    padding-top:20px;\n  }\n\n  \/* Breakpoint: phones (\u2264680px) \u2014 single column, tighter padding *\/\n  @media (max-width:680px){\n    .grid{grid-template-columns:1fr}\n    .card{padding:14px}\n    .hero{padding:34px 0 22px}\n  }\n  \/* Breakpoint: small phones (\u2264380px) \u2014 extra safety, no overflow *\/\n  @media (max-width:380px){\n    body{padding:0 12px 48px}\n    .tags{gap:6px}\n    .tag{padding:4px 10px}\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"wrap\">\n\n  <header class=\"hero\">\n    <div class=\"avatar\">\u26a1<\/div>\n    <h1>\u5173\u4e8e\u535a\u4e3b<\/h1>\n    <p class=\"sub\">\u4e00\u7ebf\u8fd0\u7ef4\u5de5\u7a0b\u5e08\uff0c\u6df1\u8015 IT \u57fa\u7840\u67b6\u6784\u3001\u82af\u7247 CAD\u3001\u7f51\u7edc\u67b6\u6784\uff0c\u4ee5\u53ca DevOps \/ SRE \u65b9\u5411\u7684\u7814\u7a76\u4e0e\u5de5\u7a0b\u5b9e\u8df5\u3002<\/p>\n    <div class=\"tags\">\n      <span class=\"tag\">IT \u57fa\u7840\u67b6\u6784<\/span>\n      <span class=\"tag\">\u82af\u7247 CAD<\/span>\n      <span class=\"tag\">\u7f51\u7edc\u67b6\u6784<\/span>\n      <span class=\"tag\">DevOps<\/span>\n      <span class=\"tag\">SRE<\/span>\n    <\/div>\n  <\/header>\n\n  <section>\n    <h2 class=\"sec-title\">\u5173\u952e\u804c\u8d23 <small>KEY RESPONSIBILITIES<\/small><\/h2>\n    <div class=\"grid\">\n\n      <div class=\"card pillar-stable\">\n        <div class=\"ico\">\ud83d\udee1\ufe0f<\/div>\n        <h3>\u7a33\u5b9a\u6027 <span class=\"en\">Stability<\/span><\/h3>\n        <ul>\n          <li>\u4fdd\u969c\u4e1a\u52a1\u7cfb\u7edf\u4e0e\u7ad9\u70b9\u7684\u6301\u7eed\u53ef\u7528\uff0c\u786e\u4fdd\u8fde\u7eed\u6027\u3002<\/li>\n          <li>\u5398\u6e05\u5e76\u6d88\u9664\u566a\u97f3\u544a\u8b66\uff0c\u964d\u4f4e\u65e0\u6548\u4e8b\u4ef6\u5e72\u6270\u3002<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card pillar-secure\">\n        <div class=\"ico\">\ud83d\udd10<\/div>\n        <h3>\u5b89\u5168\u6027 <span class=\"en\">Security<\/span><\/h3>\n        <ul>\n          <li>\u4fdd\u969c\u4fe1\u606f\u5b89\u5168\uff0c\u843d\u5b9e\u8bbf\u95ee\u63a7\u5236\u4e0e\u8fb9\u754c\u9632\u62a4\u3002<\/li>\n          <li>\u786e\u4fdd\u6570\u636e\u7684\u5b8c\u6574\u6027\u4e0e\u53ef\u6062\u590d\u6027\uff08\u5907\u4efd\u4e0e\u5bb9\u707e\uff09\u3002<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card pillar-eff\">\n        <div class=\"ico\">\u2699\ufe0f<\/div>\n        <h3>\u6548\u7387 <span class=\"en\">Efficiency<\/span><\/h3>\n        <ul>\n          <li>\u63d0\u5347\u80fd\u6548\u6bd4\u4e0e\u8d44\u6e90\u5229\u7528\u7387\u3002<\/li>\n          <li>\u6c89\u6dc0\u81ea\u52a8\u5316\u811a\u672c\uff0c\u51cf\u5c11\u91cd\u590d\u4eba\u5de5\u3002<\/li>\n          <li>\u6253\u78e8\u66f4\u6613\u7528\u7684\u5de5\u5177\uff0c\u964d\u4f4e\u4f7f\u7528\u95e8\u69db\u3002<\/li>\n          <li>\u5efa\u7acb\u6807\u51c6\u5316\u6d41\u7a0b\u4e0e\u64cd\u4f5c\u6307\u5357\u3002<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card pillar-obsv\">\n        <div class=\"ico\">\ud83d\udcca<\/div>\n        <h3>\u53ef\u89c2\u6d4b\u6027 <span class=\"en\">Observability<\/span><\/h3>\n        <ul>\n          <li>\u843d\u5730 Zabbix\u3001Grafana\u3001Prometheus \u7b49\u76d1\u63a7\u4e0e\u544a\u8b66\u65b9\u6848\u3002<\/li>\n          <li>\u6570\u636e\u5c55\u793a\u4e0e\u8d8b\u52bf\u5206\u6790\uff0c\u6c89\u6dc0\u53ef\u89c6\u5316\u770b\u677f\u3002<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2 class=\"sec-title\">\u5176\u4ed6 <small>PRINCIPLES<\/small><\/h2>\n\n    <div class=\"block\">\n      <h3>\u76ee\u6807<\/h3>\n      <ul>\n        <li>\u6210\u4e3a\u4e00\u540d\u4f18\u79c0\u7684 IT \u8fd0\u7ef4\u5de5\u7a0b\u5e08\u3002<\/li>\n        <li>\u6df1\u5316\u4e13\u4e1a\u6280\u80fd\uff0c\u638c\u63e1\u524d\u6cbf\u6280\u672f\uff0c\u6c89\u6dc0\u5de5\u4f5c\u65b9\u6cd5\u8bba\u3002<\/li>\n        <li>\u4fdd\u6301\u65e0\u9650\u5b66\u4e60\u3002<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"block\">\n      <h3>\u5fc3\u6001<\/h3>\n      <p>\u4ee5\u66f4\u5e7f\u9614\u7684\u89c6\u89d2\u4e0e\u4ea7\u54c1\u5316\u601d\u7ef4\u770b\u5f85\u95ee\u9898\uff1b\u4e13\u6ce8\u4e3a\u7528\u6237\u4e0e\u516c\u53f8\u63d0\u5347\u8d28\u91cf\u3001\u964d\u4f4e\u6210\u672c\u548c\u590d\u6742\u6027\uff0c\u800c\u975e\u4ec5\u4ec5\u201c\u5b8c\u6210\u4efb\u52a1\u201d\u3002<\/p>\n    <\/div>\n\n    <div class=\"block\">\n      <h3>\u6c9f\u901a<\/h3>\n      <p>\u6ca1\u6709\u4e00\u9879\u4efb\u52a1\u662f\u5355\u6253\u72ec\u6597\u5b8c\u6210\u7684\uff1b\u6709\u6548\u6c9f\u901a\u7684\u672c\u8d28\u662f\u76f8\u4e92\u7406\u89e3\u2014\u2014\u65e2\u786e\u4fdd\u81ea\u5df1\u542c\u61c2\u4ed6\u4eba\uff0c\u4e5f\u8ba9\u4ed6\u4eba\u542c\u61c2\u81ea\u5df1\uff0c\u5e76\u638c\u63e1\u591a\u79cd\u843d\u5730\u8def\u5f84\u3002<\/p>\n    <\/div>\n\n    <div class=\"block\">\n      <h3>\u5171\u4eab<\/h3>\n      <ul>\n        <li>\u65e0\u8bba\u6280\u672f\u591a\u4e48\u51fa\u8272\uff0c\u90fd\u8981\u4fdd\u6301\u5f00\u653e\uff1b\u5206\u4eab\u4fc3\u8fdb\u8fdb\u6b65\uff0c\u4e5f\u4f53\u73b0\u683c\u5c40\u3002<\/li>\n        <li>\u81ea\u5df1\u61c2\u4e00\u4e2a\u4e3b\u9898 \u2260 \u80fd\u628a\u5b83\u8bb2\u6e05\u695a\uff1b\u80fd\u628a\u4ed6\u4eba\u6559\u4f1a\uff0c\u624d\u662f\u771f\u6b63\u7406\u89e3\u3002<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"block\">\n      <h3>\u8d23\u4efb<\/h3>\n      <p>\u62e5\u6709\u8d23\u4efb\u611f\u4e0e\u5c06\u60f3\u6cd5\u4ed8\u8bf8\u5b9e\u8df5\u7684\u52c7\u6c14\uff1a\u4e3b\u52a8\u63fd\u6d3b\u3001\u72ec\u7acb\u89e3\u51b3\u95ee\u9898\u3002\u5c0f\u9879\u76ee\u4e5f\u80fd\u957f\u6210\u5927\u4e8b\uff1b\u7528\u884c\u52a8\u628a\u8fd9\u4e9b\u5fae\u5c0f\u7684\u4e3e\u63aa\u4e32\u8054\u3001\u653e\u5927\u3002<\/p>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2 class=\"sec-title\">\u5173\u4e8e\u672c\u7f51\u7ad9 <small>ABOUT THIS SITE<\/small><\/h2>\n    <div class=\"note\">\u672c\u7f51\u7ad9\u4ec5\u7528\u4e8e\u6280\u672f\u5b66\u4e60\u4e0e\u77e5\u8bc6\u5206\u4eab\u3002<\/div>\n    <div class=\"note\">\u6587\u7ae0\u53ef\u80fd\u5f15\u7528\u6765\u81ea\u4e92\u8054\u7f51\u7684\u5d4c\u5165\u5f0f\u5185\u5bb9\uff08\u89c6\u9891\u3001\u56fe\u7247\u6216\u7b2c\u4e09\u65b9\u6587\u7ae0\uff09\uff1b\u8fd9\u4e9b\u5185\u5bb9\u4e25\u683c\u9650\u4e8e\u6559\u80b2\u7528\u9014\uff0c<b>\u7edd\u4e0d\u7528\u4e8e\u5546\u4e1a\u76ee\u7684<\/b>\u3002<\/div>\n    <div class=\"note\">\u4e0d\u8ba8\u8bba\u7834\u89e3\u8f6f\u4ef6\u7684\u4f7f\u7528\uff1b\u82e5\u6587\u4e2d\u51fa\u73b0\u76f8\u5173\u5185\u5bb9\uff0c\u4ea6\u4ec5\u9650\u4e8e<b>\u4e2a\u4eba\u5b66\u4e60\u76ee\u7684<\/b>\u7684\u8303\u7574\u3002<\/div>\n  <\/section>\n\n  <footer>\n    \u4e00\u7ebf\u8fd0\u7ef4\u4eba\u7684\u6280\u672f\u7b14\u8bb0 \u00b7 \u6301\u7eed\u6784\u5efa\u4e2d\n  <\/footer>\n\n<\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>\u5173\u4e8e\u535a\u4e3b \u00b7 \u4e00\u7ebf\u8fd0\u7ef4\u4eba\u7684\u6280\u672f\u7b14\u8bb0 \u26a1 \u5173\u4e8e\u535a\u4e3b \u4e00\u7ebf\u8fd0\u7ef4\u5de5\u7a0b\u5e08\uff0c\u6df1\u8015 IT \u57fa\u7840\u67b6\u6784\u3001\u82af\u7247 CAD\u3001\u7f51\u7edc\u67b6\u6784 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rchen.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":14,"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":2144,"href":"https:\/\/www.rchen.top\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/2144"}],"wp:attachment":[{"href":"https:\/\/www.rchen.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}