从《太平年》看职场典型三大代表
从《太平年》看职场典型三大代表 -王福强的个人博客:一个架构士的思考与沉淀 pre > code{ white-space: pre-wrap; font-family: monospace; font-size: 14px; /* border-left: blueviolet; border-left-width: thick; border-left-style: double; padding-left: 1rem !important; */ } .x-indicator{ display:none; } .htmx-request .x-indicator{ display:inline; } .htmx-request.x-indicator{ display:inline; } { "@context": "https://schema.org", "@type": "NewsArticle", "headline": "从《太平年》看职场典型三大代表", "image": [ "https://afoo.me/images/fb_subscribe.jpg" ], "datePublished": "2026-02-07", "author": [{ "@type": "Person", "name": "王福强", "url": "https://afoo.me" }] } 福强私学 福强AI学堂 架构百科 博客文章 创作出版 产品与服务 登录信息 更多链接 (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); 从《太平年》看职场典型三大代表 王福强 2026-02-07 (adsbygoogle = window.adsbygoogle || []).push({}); 这阵子一直在刷一个剧: 《太平年》 刚刷到胡进思废钱弘倧(老七)前后的剧情,发现里面几个人物的表现很经典… 这三大典型就是: 胡进思 水丘昭券 元相公 胡进思属于当权派典型代表,通常属于权力部门领导,表现出来的往往强势,让人忌惮,当然,也会让人觉得飞扬跋扈。 这或许也是老七跟他不对付的一个主要原因。 这类人有两个典型解决,一个是胡进思/司马懿这种, 处乱世,博弈空间更大,所以,遇到老大想搞他的时候,他还有挣扎的空间; 另一个就是白起这种,无处他投,老大赐死,那只能就范; 常青树不多,毕竟,用完就扔的也不少,比如来俊臣 🤣 水丘属于实干派,技术官僚,王安石一类的,对官家来说,绝对放心那种,但对人性、人事和权力斗争这些其实不如当权派看得明白,跟对老大还好,跟错老大(比如老七这种),结局也挺悲催。 水丘给职场人最大的警示就是,主明不明,自己有时候说了不算。太过热心甚至越权得罪小人,得先掂量下自己能不能承受招惹的因果。 这方面,第三个典型就做得比较好了,元相公,中庸派,或者说明哲保身派。 你说元相公看不透整个朝堂的势力格局吗?他看得透透儿的,但他分寸拿捏的也绝对到位。该说的说,不该说的不说。 看到水丘请求留下跟老七一对一谈话,他犹豫了下还是闭嘴了,🤣 元相公升一个级别就是冯道,而冯道之所以10朝元老不倒,也是因为他年轻的时候差点儿被刘守光给刀了,所以后面明白了,自己就是一个打工的,不该管的事儿,别吓操心🤣, 从这个角度来说,“吃亏要趁早”绝对是对的🤣 (adsbygoogle = window.adsbygoogle || []).push({}); >>>>>> 更多阅读 <<<<<< 说说组织这东西 哪里是阶级固化,明明就是阶级消亡 好聚好散是最好的结局和起点 「福强私学」来一个? 「福强私学」, 一部沉淀了个人成长、技术与架构、组织与管理以及商业上的方法与心法的百科全书。 福强老师的 AI 通识课 开天窗,拉认知,订阅「福报」,即刻拥有自己的全模态人工智能。 Copyright © 王福强个人版权所有 - Since 2004 (Everything is homebrewed with Pandoc and Markdown, little Scala also included.) // Set "light" theme as default if (!localStorage.theme) { localStorage.theme = "light"; } if ( localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches) ) { document.documentElement.classList.add('dark'); } else { document.documentElement.classList.remove('dark'); } function attachEvent(selector, event, fn) { const matches = document.querySelectorAll(selector); if (matches && matches.length) { matches.forEach((elem) => { elem.addEventListener(event, () => fn(elem), false); }); } } window.onload = function () { attachEvent('[data-toggle-menu]', 'click', function (elem) { elem.classList.toggle('expanded'); document.body.classList.toggle('overflow-hidden'); document.getElementById('header')?.classList.toggle('h-screen'); document.querySelector('#header nav')?.classList.toggle('hidden'); }); attachEvent("[data-toggle-color-scheme]", "click", function () { document.documentElement.classList.toggle("light"); localStorage.theme = "light"; }); }; window.onpageshow = function () { const elem = document.querySelector('[data-toggle-menu]'); if (elem) { elem.classList.remove('expanded'); } document.body.classList.remove('overflow-hidden'); document.getElementById('header')?.classList.remove('h-screen'); document.querySelector('#header nav')?.classList.add('hidden'); }; var gitalk = new Gitalk({ clientID: '518a605d711883414ac0', clientSecret: '69fb8ccc0616c5bcbc64d24ece0d06d279da91ff', repo: 'afoo.me.comments', owner: 'fujohnwang', admin: ['fujohnwang'], id: location.pathname.substring(0, 49), // Ensure uniqueness and length less than 50 distractionFreeMode: false // Facebook-like distraction free mode }) gitalk.render('comments') /* paste this line in verbatim */ window.formbutton=window.formbutton||function(){(formbutton.q=formbutton.q||[]).push(arguments)}; /* customize formbutton below*/ formbutton("create", { action: "https://formspree.io/f/xknlpkkd", title: "有什么可以帮到您?💕💕💕 How can I help you?", buttonImg: "", fields: [ { type: "email", label: "您的电子邮箱(方便与您联系):", name: "email", required: true, placeholder: "your@email.com" }, { type: "textarea", label: "您想提交的反馈和询问信息:", name: "message", placeholder: "What's on your mind?", }, { type: "submit" } ], styles: { title: { backgroundColor: "blue" }, button: { backgroundColor: "blue" } } }); // tooltips tippy('#aiedu', { content: "As to AI nowadays, LLM and Stable Diffusion are hot even hottest among them, If your want to both know-why and know-how with them, instead of only know-how which can't repeat itself, you should get you to https://ai.afoo.me right now ❗" });