<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>VBAHome - VBA匠人官网,专业Excel/VBA定制开发与解决方案，公众号左手Excel右手VBA ,智表宏帮,VBAHome十年匠心</title><link>http://www.vbahome.net/</link><description>VBA匠人-匠心品质，用心服务</description><item><title>日常思考</title><link>http://www.vbahome.net/post/51.html</link><description>&lt;p&gt;实现功能的同时有性能意识总是好事，因为有时候为了优化性能可能要推翻以前的架构，那个沉没成本就高了，只能修修补补，最后沉没成本越来越高，实在顶不住暴雷了，不得不推倒重来，这样的例子屡见不鲜，都是设计不当而产生的债务所致，能绕开坑就尽量别踩坑，有些经验可以间接获得，如果所有经验都是直接获得那成本就太高了&lt;/p&gt;</description><pubDate>Sun, 06 Sep 2026 13:39:25 +0800</pubDate></item><item><title>VBA：用代码注入控制网格，再跨实例实现前后端数据同步</title><link>http://www.vbahome.net/post/50.html</link><description>&lt;p data-first-child=&quot;&quot; data-pid=&quot;-uoYWE5G&quot; style=&quot;margin-top: 0px; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;背景：&lt;span style=&quot;border-bottom: 1px solid #373A40;&quot;&gt;基于嵌入窗体的Excel实例实现的网格，通过双击网格指定列，删除对应行的记录（含前端excel表及后端数据库），同时更新关联单据对应记录的状态。&lt;/span&gt;&lt;/p&gt;&lt;p data-pid=&quot;XkirLUXL&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;主要约束：&lt;/p&gt;&lt;p data-pid=&quot;AQvQmzIf&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1、嵌入窗体的Excel表格是新建的实例，与打开窗体的实例不是同一个。&lt;/p&gt;&lt;p data-pid=&quot;aPiH9DyN&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2、由于每次打开窗体都会新建实例，而新实例不具备通过ADO连接数据库的基础条件。&lt;/p&gt;&lt;p data-pid=&quot;WPXDKbdU&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;3、每次操作窗体中的Excel实例，都需要进行窗体与Excel实例间的通信，通信过程会产生对象间的频繁切换。&lt;/p&gt;&lt;p data-pid=&quot;zf5WG7pO&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;解决方案：&lt;/p&gt;&lt;p data-pid=&quot;RftMhZL2&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1、因为双击操作在新实例中进行，所以每次新建的时候要把双击事件Worksheet_BeforeDoubleClick&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=282965433&amp;content_type=Article&amp;match_order=1&amp;q=%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;text-decoration-line: none; color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;代码注入&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;到新实例中。&lt;/p&gt;&lt;p data-pid=&quot;cwRohJRe&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2、为确保前后端数据一致，删除网格中数据行的同时要删除数据库中对应的记录，所以双击事件要包含操作数据库的逻辑，而约束2决定了这一操作无法在新实例中进行，通过反向调用老实例中删除数据的方法OperateDeleteSingle来实现，即跨实例方法调用。&lt;/p&gt;&lt;p data-pid=&quot;uRAaqrB0&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;3、因为操作窗体中的网格实际上是通过窗体与网格间的通信来实现，当删除操作执行后并不能实时反映删除结果，会导致虽然数据已删除但仍展示在网格中的问题，这需要通过刻意强刷来解决。&lt;/p&gt;&lt;p data-pid=&quot;VnI3Yrmr&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;实现要点：&lt;/p&gt;&lt;p data-pid=&quot;dZOSpZf4&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1、注入用新实例的双击事件代码&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;RichText-ConditionalImagePortal&quot; style=&quot;overflow: hidden; max-height: 5000px;&quot;&gt;&lt;img src=&quot;https://pic3.zhimg.com/v2-aa8afd05adea3466cb6219c8c1c9c75e_1440w.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1080&quot; data-rawheight=&quot;506&quot; data-original-token=&quot;v2-ff942446b85fe0be6a45ee8662f145b3&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1080&quot; data-original=&quot;https://pic3.zhimg.com/v2-aa8afd05adea3466cb6219c8c1c9c75e_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 653.995px;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;fQtRYJ_O&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2、向新实例中注入代码的方法&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;RichText-ConditionalImagePortal&quot; style=&quot;overflow: hidden; max-height: 5000px;&quot;&gt;&lt;img src=&quot;https://picx.zhimg.com/v2-13fdb69b3c42f56522236ef854546b6b_1440w.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1080&quot; data-rawheight=&quot;832&quot; data-original-token=&quot;v2-0f31178abf1e1a1b8b92f3f51700102d&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1080&quot; data-original=&quot;https://picx.zhimg.com/v2-13fdb69b3c42f56522236ef854546b6b_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 653.995px;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;A-5_TZ8j&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;3、注入新实例后的代码&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;RichText-ConditionalImagePortal&quot; style=&quot;overflow: hidden; max-height: 5000px;&quot;&gt;&lt;img src=&quot;https://pic1.zhimg.com/v2-209b07f036f0870bc6acf93fc8416260_1440w.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1080&quot; data-rawheight=&quot;409&quot; data-original-token=&quot;v2-cc3ac8cf760132587e1cb6e29372849a&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1080&quot; data-original=&quot;https://pic1.zhimg.com/v2-209b07f036f0870bc6acf93fc8416260_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 653.995px;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;-qAUaVxx&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;4、当前实例（老实例）中操作数据库的方法片段（实现删除数据并更新关联单据状态）&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;RichText-ConditionalImagePortal&quot; style=&quot;overflow: hidden; max-height: 5000px;&quot;&gt;&lt;img src=&quot;https://pica.zhimg.com/v2-01eb76db1ca8615e260a884ea4642b32_1440w.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1080&quot; data-rawheight=&quot;741&quot; data-original-token=&quot;v2-88e47a5e7a0bbf907c2c0e29ba8b8540&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1080&quot; data-original=&quot;https://pica.zhimg.com/v2-01eb76db1ca8615e260a884ea4642b32_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 653.995px;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;9GAI3KX4&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;执行逻辑&lt;/p&gt;&lt;p data-pid=&quot;Qk40PXzQ&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;打开窗体→创建新实例→注入双击事件代码→执行双击操作→更新关联单据状态（跨实例）→删除数据库数据（跨实例）→删除&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=282965433&amp;content_type=Article&amp;match_order=1&amp;q=%E7%BD%91%E6%A0%BC%E6%95%B0%E6%8D%AE&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;text-decoration-line: none; color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;网格数据&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;→强刷网格数据→异常处理，操作日志入库&lt;/p&gt;&lt;p data-pid=&quot;l2hWT1wH&quot; style=&quot;margin-top: 1.4em; margin-bottom: 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;MiSans L3&amp;quot;, &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;总结一句话就是：&lt;span style=&quot;border-bottom: 1px solid #373A40;&quot;&gt;通过向新实例注入代码的方式来控制新实例网格数据，再通过新实例跨实例调用老实例操作数据库的方法来实现前端展示层与后端存储层的数据同步。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 05 Sep 2026 23:09:47 +0800</pubDate></item><item><title>10套精选的纯Excel vba打造的管理系统</title><link>http://www.vbahome.net/post/48.html</link><description>&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;2 8 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;一、智配优凑管理系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;这是一款面向仓储物资管理的智能化平台，涵盖登录、库房管理、品类汇总、寻垛入库、智能凑数出库、自动分配、垛卡打印、入出库统计报表及用户管理等功能，实现物资从入库到出库的全流程数字化管控，提升仓储作业效率与管理精度&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889552763754.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;本系统基于 Office Excel + MySQL 架构深度开发，采用自定义功能菜单与 Excel 原生能力无缝融合，底层由 MySQL 数据库提供稳定可靠的数据存储与管理。这一设计既能充分发挥 Office 生态的强大优势为企业管理赋能，又能依托 MySQL 保障数据安全与高效读写，同时让操作人员零门槛上手，大幅降低培训成本与学习曲线，真正实现降本增效。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889563178889.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px;color: rgb(15, 17, 21);font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif;font-size: 16px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;&amp;quot;,&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;二、钢轨探伤管理系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span data-pm-slice=&quot;0 0 []&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; float: none; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important; display: inline !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是一款面向&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; scrollbar-color: transparent transparent; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-weight: 600; font-stretch: inherit; font-size: 16px; line-height: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; border: 0px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;铁路工务部门&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;的专业化管理软件，用于对铁路钢轨伤损进行全生命周期管理，涵盖从伤损发现、记录、跟踪到闭环处置的完整业务流程，同时提供基础数据维护和系统管理支撑。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889571465891.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;本系统以 Office Excel 为前端交互载体，MySQL 为后端数据引擎进行深度定制开发。通过自定义功能菜单与 Excel 原生特性深度耦合，底层由 MySQL 承担结构化数据存储、事务处理及并发访问，确保业务数据的完整性与读写性能。该方案充分借力 Office 生态的广泛普及性，使业务人员能够沿用熟悉的操作习惯直接开展工作，无需额外适应成本；同时借助 MySQL 的企业级数据库能力为数据资产保驾护航，在降低培训投入与实施周期的同时，提升整体管理效能。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;三、信息融合管理系统&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;该系统是一款面向科研机构的轻量级综合管理平台，基于Excel VBA开发，涵盖课题、会议、外协采购、合同、成果、人员、开支等全流程信息管理，支持数据报表、可视化大屏、主题检索及系统配置，通过窗体设计器实现低代码扩展，助力科研管理降本增效。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889582679897.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;本系统&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;以 Excel VBA 为技术底座、面向科研管理场景的轻量级桌面应用系统，用&amp;quot;最熟悉的工具&amp;quot;解决&amp;quot;最复杂的科研管理&amp;quot;问题，在快速交付、用户接受度、成本控制上具有显著优势。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889592854054.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;四、玉麒麟智选系统&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是一款基于&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space-collapse: collapse; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;Office Excel VBA&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;开发的金融数据分析工具，基于&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;Excel&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;平台深度定制，集成行情数据展示、多维度筛选策略、财经资讯聚合等功能，帮助用户进行数据整理与初步分析。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889600193303.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;本系统基于&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;Excel VBA + MySQL&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;开发，前端依托&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;Excel&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;原生界面降低用户学习成本，报表与数据分析能力即开即用；后端&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;MySQL&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;保障数据安全存储与并发访问，弥补&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;Excel&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;单机瓶颈。整体开发周期短、部署轻量、迭代灵活，特别适合熟悉&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;Office&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;环境的基层用户群体。&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space-collapse: collapse; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;Excel&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;负责&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;看得懂、用得上&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;，&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;MySQL&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;负责&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;存得住、管得好&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&amp;nbsp;——&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;两者结合，以最小技术成本实现业务价值最大化。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889608894213.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;五、商机管理系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;一款的轻量级、&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;面向中小企业销售团队/业务人员的商机跟踪与客情管理工具，基于 Excel 平台深度定制，聚焦销售线索从获取到成交的全流程管理，强调轻量化、快速上手、低部署成本。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889615533641.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;本系统&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;基于 Excel VBA + MySQL 技术栈开发商机管理系统，前端依托 Excel 原生界面与自定义 Ribbon 菜单，业务人员零学习成本即可上手录入与跟进商机；后端 MySQL 集中存储客户数据与商机状态，支持多用户并发访问与权限隔离，避免 Excel 文件分散导致的版本冲突。VBA 通过 ADO 连接 MySQL，实现参数化查询与事务控制，开发周期短、迭代灵活，以最小技术投入满足中小销售团队核心需求，是典型的轻量级业务工具方案&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889627867211.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;六、熵减引擎ERP系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;一款&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;基于 Excel VBA + Mysql 开发的企业资源计划（ERP）、&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;面向中小型制造/商贸企业的轻量化 ERP 解决方案，覆盖采购、生产、销售、库存、财务、报表等核心业务链条，基于 Excel 平台实现低门槛、快速部署的企业数字化管理&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889636423306.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;NegenEngine&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;（熵减引擎）ERP系统&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;采用 Excel VBA 与 MySQL 混合架构，内置中英泰三语切换能力。界面层深度嵌入 Office 生态，用户沿用表格操作习惯即可完成采购、产转、库存等全流程业务；数据层由 MySQL 承载多仓库并发、BOM 展开及单据关联，通过 ADO 参数化交互规避注入风险。系统以模块化 Ribbon 菜单组织功能，报表原生调用 Excel 图表引擎，无需额外可视化工具。该方案将实施周期压缩至天级，部署成本趋近于零，特别适合人员规模有限、业务流程多变且需多语言支持的制造型中小企业。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889645417344.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;七、记账报税系统&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;一款基于 Office Excel VBA 开发的财务记账与税务查账平台，&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;面向个体工商户、小微企业、代理记账公司的轻量化财务税务一体化工具，基于 Excel 平台深度定制，聚焦日常收支记录、账簿查询、统计报表及个税计算，强调低门槛、快速上手、贴近财税实务。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889653140927.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;完全基于Excel VBA实现，界面和操作都跟 Excel 一模一样，会计或个体户老板打开就会用。日常收支、凭证录入直接在表格里完成，还能算个税、生成报税表。数据存在 MySQL 数据库里，换电脑、换人都不会丢，不用买昂贵的财务软件，不用专门培训，安装就能上手，特别适合小老板或有个人记账需求的群体&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889664335721.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;八、薪资管理系统&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;一款基于 Excel VBA + MySQL 技术栈开发的轻量级企业薪资管理系统。它将 Excel 的灵活易用性与 MySQL 数据库的可靠存储能力相结合，为企业提供了一套低成本、高效率的薪资管理解决方案。系统采用直观的 Ribbon 风格界面设计，功能模块清晰分明，无需专业 IT 背景即可快速上手操作。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889671668093.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;薪管家定位于中小型企业及初创团队的薪资管理需求，填补了专业 HR 软件价格高昂与手工 Excel 表格管理效率低下之间的空白。它既保留了 Excel 用户熟悉的操作体验，又通过 MySQL 后端实现了数据的安全存储与多人协作，是一款&amp;quot;接地气&amp;quot;的实用型管理工具&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889692291261.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;九、智链通ERP系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;一款&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;基于Excel VBA+MySQL技术栈构建，覆盖采购、调拨、生产、销售、贷款、售后、库存、财务及报表等全业务流程。支持跨境调拨、多门店管理及贷款分期还款等特色功能，三大财务报表自动生成。前端依托Excel原生界面降低学习成本，后端MySQL保障多组织数据集中与并发安全，是中小商贸制造企业轻量化数字化的典型方案&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889704757891.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; white-space-collapse: preserve; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; letter-spacing: normal; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;系统定位为中小型商贸/生产企业的轻量级ERP，涵盖进销存+生产+售后+财务基础，面向中小微型企业的进销存+生产+轻财务”一体化管理工具，以Excel为操作界面，MySQL为数据核心，低成本、可定制、易上手。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889713186476.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;十、绩效管理系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;这&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-size: 17px; text-align: justify; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.6; letter-spacing: 0.034em; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;是&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 15px; letter-spacing: 0.544px; text-align: justify; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;是一款基于 Excel VBA 开发的人力资源管理工具，由 VBA匠人出品。系统提供登录认证、数据库配置功能，支持员工绩效考核数据的录入、统计与分析，界面采用科技感十足的地球网络背景设计，适合企业人事部门进行绩效评估与管理工作&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgba(0, 0, 0, 0.9); font-size: 17px; text-align: justify; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.6; letter-spacing: 0.034em; visibility: visible; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889724672501.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/08/202608161786889766383844.png&quot; alt=&quot;image.png&quot; width=&quot;1058&quot; height=&quot;669&quot; style=&quot;width: 1058px; height: 669px;&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section data-support=&quot;96编辑器&quot; data-style-id=&quot;37821&quot; style=&quot;margin-bottom:unset;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;section data-support=&quot;96编辑器&quot; data-style-id=&quot;51911&quot; style=&quot;margin-bottom:unset;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;section style=&quot;display:flex;justify-content:center;align-items:center;margin-bottom:unset;&quot;&gt;&lt;section style=&quot;width:50%;text-align:center;margin-bottom:unset;margin-left:-30px;&quot; data-width=&quot;50%&quot;&gt;&lt;section style=&quot;width:41px;margin-left:auto;margin-bottom:-20px;&quot;&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 16 Aug 2026 22:11:53 +0800</pubDate></item><item><title>VBA的偏见与真相：重新认识Excel的编程力量！</title><link>http://www.vbahome.net/post/47.html</link><description>&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot; data-pm-slice=&quot;2 2 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;在编程语言的广阔世界中，VBA（Visual Basic for Applications）似乎总是处于一个尴尬的位置。有人视其为Excel的附属品，有人将其归类为上古时期的开发工具，更有人对其能力抱有根深蒂固的偏见。然而，当我们真正深入理解这门已经存活了40年之久的语言时，或许会发现：偏见往往是源于无知，而真相常常藏在那些被我们轻易忽略的角落里。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;偏见之源：当先入为主遮蔽了双眼&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;任何系统本质上都是对数据的增删改查，但工作量却千差万别。问题的关键不在于使用什么语言，而在于数据的维度、关联关系的复杂度以及业务场景的多变性。当这些因素交织在一起时，数据之间的关系复杂度呈指数级增长——这与编程语言本身无关。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;然而，很多人对VBA抱有先入为主的偏见，这种偏见会不自觉地弱化其价值。相反，当我们熟悉某个事物时，又会拔高它的价值。还有一种情况是：人云亦云，未经实践就下了结论。对VBA的认知也陷入了同样的困境。很多人只是听说VBA不行，却从未真正深入使用过，更别说理解其作为图灵完备语言的本质。（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;这种偏见的直接后果是：明明VBA可以高效解决的问题，人们却舍近求远，去追寻那些所谓先进、高大上的编程语言，最终因学习曲线陡峭而不了了之。从COBOL到C，从Java到Spring Cloud，在深度使用过多种技术栈后，我更清楚地认识到：Excel VBA的厉害之处在于让你根本意识不到自己在编程，这也正是其伟大之处。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;图灵完备：打破语言优劣论的迷思&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;只要是图灵完备的语言，在理论上能解决的问题范围是相同的。VBA作为一种图灵完备的语言，当然可以解决复杂问题。认为VBA落后，要么是对“先进”的定义有误解，要么就是对VBA抱有莫名其妙的偏见。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;“VBA+MySQL能实现任何你想要的功能”——这句话曾引来质疑，有人问能实现跑马灯吗？巧的是，正在做的一套ERP系统中就实现了此功能。很多时候不是能不能的问题，而是想不想的问题。如果VBA做不到，其他语言也一样做不到，因为图灵完备性决定了它们在计算能力上是等价的。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;从这个角度看，所谓语言先进与落后之分，很大程度上是个伪命题。再高级的语言也是建立在计算机底层的逻辑框架内，使用的都是现成的轮子。一个浑身挂满轮子的工具，没必要说造轮子的工具就是低级——毕竟没有它们，何来你们？无论是豪华的摩天大楼还是简陋的青砖绿瓦房，谁不是从地基上建起来的！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;架构与设计：超越语言的通用智慧&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;任何系统的开发都会面临一些超越语言层面的挑战，而这些挑战往往决定了项目的成败。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;首先是需求与成本的平衡问题。一套系统中，20%的功能可能覆盖了80%的实际场景，但为了覆盖那不常用的20%，开发者可能需要投入80%的精力。当客户说“需求很简单”时，可能只考虑了其中20%，另外80%要么没想到，要么是故意简化以表明低预算的合理性。这就是为什么系统开发报价一定要考虑buffer，否则将会掉入无底洞。唯一的解法是：在报价前把需求捋得越细越好，划分功能点评估工作量。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;其次是技术债的管理。避免技术债的唯一方法是不偷懒。以Treeview控件为例，虽然好用但很难控制，这多少是设计的问题。如果设计之初不及时调整，到后期更不会去调整，沉没成本越来越高，最终都会以技术债务的形式暴雷。所以在设计阶段多花时间是值得的——无论是对于一个方法、一个模块还是一个系统。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;然后是权限控制的复杂性。一套系统的真正复杂之处并不在于业务逻辑，而在于对权限的控制：功能权限、数据权限、操作权限相互交叉、相互影响，形成网状结构。这正是复杂逻辑的最基本特征。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;效率之道：从代码到思维的跃升&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;同样的功能，开发者的水平可能有天壤之别。之前上百行的代码，用类模块改写后只需要十行不到，还能灵活方便地增加功能菜单，维护成本大大降低。这正是封装的力量。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;字典的妙用也在于此。当需要几十行代码实现的功能，用字典可能只是一个方法调用，因为实现已经封装好了。能封装的要封装，通过传参调用，后续调整只需改一处，所有相关地方同步生效——这才有可能告别代码屎山。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;编码过程中还有一个常见的误区：过度依赖内置函数。虽然一般情况下内置函数和方法比自己写更高效，但内置函数也是人开发的，难免有坑。当纠结为什么内置函数达不到想要的效果时，也许不是你的问题，要毫不犹豫地自己编码实现。Application.Transpose方法和ListView都因设计缺陷曾让很多人踩坑，这也说明了前期设计的重要性。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;随着代码规模扩大，模块的管理也变得重要。通用方法一开始写在common模块中，随着代码增多，可以按功能拆分到独立模块中，遵循模块功能单一性原则，这样修改时一目了然。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;性能迷思：VBA背了不该背的锅&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;“VBA做的程序数据一多就卡”——这个说法的根源，是把Excel本身的短板嫁接到了VBA身上。虽然VBA寄生于Excel，但二者并不等同。完全可以做到除了借用Excel的运行环境，其他与Excel无关。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;解决大数据量问题，首要瓶颈是数据库而非开发语言。当数据上规模后，数据库的增删改查都会面临挑战。数据量大时，除了在数据库端建立索引、做读写分离，还可以利用VBA系统的CS架构特点——应用源码在客户端，天然分散应用端压力，用户多时每个客户端都是一个节点，无形中形成了分布式架构。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;千万级数据依然能秒级运行，方法是用MySQL作为承载数据的容器，实现数据互通，拆掉用Excel表存放数据的烟囱。同时可以通过建立守护进程保护程序不崩溃，通过数组、字典等组件提升运行效率，再进一步通过Redis缓存关键数据。方法永远比问题多。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;生态与价值：不被看见的优势&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;VBA有一个其他语言难以比拟的优势：与Office的无缝集成。试问谁的电脑上没有装Excel？如果想将系统功能集成到Excel菜单中，VBA无疑是最优选择。更关键的是它的亲民性——稍懂VBA的老板可能直接就搞定了小问题，这在其他语言中是难以想象的。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;VBA生态的特殊之处在于，其用户大多是业务专家（财务、运营、数据分析师），而非全职程序员。他们不需要精通计算机科学，只需掌握VBA就能解决工作中的实际问题。这种低门槛使得VBA成为了非科班出身的人唯一可以接近开发者的路径。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;用VBA做的系统还可以封装成安装包，像大多数软件一样，双击下一步完成安装，在桌面或程序菜单里出现启动图标。对使用者来说，几乎不需要重新学习。VBA能做的远不止简单的数据处理工具，哪怕像ERP这种集多种信息于一体、跨多部门协作的系统，也完全不在话下。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px; color: #407600;&quot;&gt;与时俱进：VBA在AI时代的位置&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;AI编程成为趋势，VBA开发者要如何定位自己？AI给的东西看起来很专业——格式整齐，术语正确，逻辑完整。但“看起来专业”和“在专业上正确”之间，可能差着一个根本性的假设错误。这种错误最难被发现，因为得先具备识别它的知识。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;对VBA开发者来说，最好的方式不是成为纯粹的“AI派”或“手搓派”，而是手搓过足够多的坑，又懂得让AI去填坑的那类人。不要因为AI而放弃对VBA运行机制的理解——这是当AI出错时，唯一能救火的东西。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 32px 0px 16px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;color: #407600;&quot;&gt;写在最后&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;VBA作为一种诞生了40年的编程语言，送走了Delphi，送走了FoxPro，送走了JBuilder，却一直存活在我们身边。抱住了Office这棵大树固然是其生存之道，但仅仅如此解释未免太过简单。新技术层出不穷，但大多数昙花一现。看TIOBE编程语言排行榜，霸屏的依然是那老几家。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;ds-markdown-paragraph&amp;quot;,&amp;quot;style&amp;quot;:&amp;quot;margin: 16px 0px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, \&amp;quot;Open Sans\&amp;quot;, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;class&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;（原创作者：VBA匠人）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;有时候，老的不一定代表过时，古典的往往也是经典的。当你吐槽VBA老旧、落伍、不入流时，可能只是停留在别人说的风言风语上，并没有真正深入掌握它，更别说精通。很多时候，当我们说某种技术不行的时候，往往不是这门技术不行，而是使用这门技术的人不行。更何况对一门存活了40年依然活跃的技术。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 1.75em; margin-bottom: 0px !important;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; letter-spacing: 1px&quot;&gt;在高楼林立的写字间里，无论是金融分析师还是数据运营员，无论是财务出纳还是人事HR，无一例外地不想多学点VBA以提升工作中的自动化水平。从这个角度看，VBA虽然是烈士暮年，但依然壮心未已。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Sat, 01 Aug 2026 08:24:51 +0800</pubDate></item><item><title>从代码“手艺人”到企业级解决方案专家，他走了二十年</title><link>http://www.vbahome.net/post/46.html</link><description>&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;在技术圈，尤其是VBA这个细分领域，能够坚持“手搓代码”二十年的人不多，能把这件事做成一份可传承的事业的人，更是少之又少。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;今天想和大家聊的，是一位985/双一流高校计算数学专业出身的“老兵”。二十年的职业生涯，他横跨军工、证券、保险、供应链与互联网五大行业，历任系统工程师、研发、需求分析、架构师、技术总监、产品总监等岗位，几乎把技术团队里的关键角色都走了一遍。人社部认证的高级系统架构设计师、双软著持有者，这些头衔背后，是实打实的项目沉淀。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;但更让我感兴趣的，是他另一个身份——&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;VBA匠人&lt;/span&gt;&lt;span class=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;font-size: 16px; font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 16px 0px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;一条与众不同的路：不做免费社区，只做深度定制&lt;/span&gt;&lt;/h4&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;如果你接触过Excel技术社区，大概率知道ExcelHome这个庞大的免费分享平台。但这位“匠人”在创办&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;VBAHome&lt;/span&gt;&lt;span class=&quot;&quot;&gt;时，做了一个极具差异化的决定：&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;不走免费论坛路线，全程聚焦商业定制开发。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;在他看来，VBA的价值远不止于“录制宏”或“处理表格”，而是可以成为企业级管理系统的轻量化载体。于是，VBAHome以“匠心十年”为核，从第一天起就明确——不转向Python、不追逐Web潮流，始终扎根Excel与WPS的VBA原生开发，在垂直赛道里打深井。&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;font-size: 16px; font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 16px 0px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;四个阶段，从一个人到一套体系&lt;/span&gt;&lt;/h4&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;第一阶段：个人接单，靠口碑活下来&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;最早的时候，他也和许多技术爱好者一样，泡在技术社区里自学VBA，积累窗体设计、数据库交互的经验。起初接的都是零散小活：表格拆分、报表自动化、宏排错……没有域名、没有官网，靠的是一个个客户的口碑传递。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;第二阶段：品牌立旗，从“代码修改”升级为“系统定制”&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;当意识到零散修改无法形成积累时，他正式创立&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;VBAHome&lt;/span&gt;&lt;span class=&quot;&quot;&gt;品牌，上线独立官网&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;&lt;a href=&quot;https://vbahome.net/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot; style=&quot;transition: box-shadow var(--ds-transition-duration) var(--ds-ease-in-out); border-style: solid; border-color: rgba(255, 255, 255, 0); border-image: initial; border-width: 2px 3px; margin-left: -3px; margin-right: -3px; text-decoration-line: none; position: relative;&quot;&gt;&lt;span class=&quot;&quot;&gt;vbahome.net&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;&quot;&gt;。这一步，标志着从个人开发者向技术服务品牌的跃迁。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;他开始推出标准化的单机版系统：工资核算、库存台账、合同管理……每套系统都手写底层框架，不套用任何开源模板。同时，公众号&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;「左手Excel右手VBA」&lt;/span&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;也开始更新免费教程，用内容为定制业务引流。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;第三阶段：突破单机，拥抱数据库与协同&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;真正的质变发生在技术架构升级——VBA不再是Excel的“孤岛”，而是原生接入MySQL，实现了局域网多用户协同、权限分级、云端存储。&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;EV-ERP&lt;/span&gt;&lt;span class=&quot;&quot;&gt;轻量级企业资源管理系统就此诞生。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;行业覆盖也迅速扩展：工厂PCB管理、轨道交通钢轨伤损管控、科研课题管理、商贸进销存、个体户记账报税……一套套垂直系统被打磨出来。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;更重要的是，服务体系也同步完善：工单管理、序列号授权、安装包封装、售后迭代，让客户从个体户延伸到实体工厂与科研院所。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;第四阶段：十年沉淀，形成完整企业级交付闭环&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;如今，“匠心十年”不仅是一句口号，而是上百套商用案例的底气。完整的交付流程已经标准化：需求调研→UI设计→代码开发→数据库部署→安装打包→培训+售后。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;高级功能持续迭代：数据可视化大屏、检索引擎、自定义窗体设计器、一键静默安装……大幅降低了企业的部署门槛。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;VBAHome也实现了WPS与Office双兼容，覆盖32/64位环境，真正解决了不同企业办公环境的兼容难题。&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;font-size: 16px; font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 16px 0px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;他的闭环，其实是一种长期主义&lt;/span&gt;&lt;/h4&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;复盘VBAHome的发展，最值得借鉴的不是某个技术点，而是它跑通的商业闭环：&lt;/span&gt;&lt;br/&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;公众号免费内容引流 → 官网案例建立信任 → 一对一深度定制交付 → 长期售后与迭代复购。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;在这个过程中，他没有被“免费流量”诱惑，没有追“技术风口”，而是始终围绕VBA原生能力，在“企业级轻量化系统”这个细分市场里持续深耕。&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;font-size: 16px; font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin: 16px 0px; color: rgb(15, 17, 21); text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;写在最后&lt;/span&gt;&lt;/h4&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 16px; margin-bottom: 16px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;&quot;&gt;VBA常常被低估，甚至被认为“过时”。但这位匠人的故事告诉我们：&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;技术没有高下，关键看你能用它解决多深的问题。&lt;/span&gt;&lt;br/&gt;&lt;span class=&quot;&quot;&gt;如果你也在寻找一套既能贴合业务、又不必大动干戈的信息化方案，或许可以关注他，看看这二十年沉淀下来的“手艺”，到底能带来怎样的价值。&lt;/span&gt;&lt;/p&gt;&lt;blockquote style=&quot;border-left: 2px solid var(--dsw-alias-label-caption); margin: 16px 0px 0px; padding-left: 14px; color: rgb(15, 17, 21); font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p class=&quot;ds-markdown-paragraph&quot; style=&quot;margin-top: 0px !important; margin-bottom: 0px !important;&quot;&gt;&lt;span class=&quot;&quot;&gt;公众号「左手Excel右手VBA」（ID：uritker）持续分享实战案例与深度定制方案。官网&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;&lt;a href=&quot;https://vbahome.net/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot; style=&quot;transition: box-shadow var(--ds-transition-duration) var(--ds-ease-in-out); border-style: solid; border-color: rgba(255, 255, 255, 0); border-image: initial; border-width: 2px 3px; margin-left: -3px; margin-right: -3px; text-decoration-line: none; position: relative;&quot;&gt;&lt;span class=&quot;&quot;&gt;vbahome.net&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;陈列了完整的系统矩阵与项目体系，值得一探。&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 25 Jul 2026 08:26:58 +0800</pubDate></item><item><title>医院绩效管理系统专业版</title><link>http://www.vbahome.net/post/45.html</link><description>&lt;p data-pm-slice=&quot;2 2 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607171784245185587807.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;2 2 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;绩效管理系统 是一款基于 Excel VBA 开发的人力资源管理工具，由 VBA匠人出品。系统提供登录认证、数据库配置功能，支持员工绩效考核数据的录入、统计与分析，界面采用科技感十足的地球网络背景设计，适合企业人事部门进行绩效评估与管理工作&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, system-ui, Roboto, \&amp;quot;Noto Sans\&amp;quot;, Ubuntu, Cantarell, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif, Arial, \&amp;quot;PingFang SC\&amp;quot;, \&amp;quot;Source Han Sans SC\&amp;quot;, \&amp;quot;Microsoft YaHei UI\&amp;quot;, \&amp;quot;Microsoft YaHei\&amp;quot;, \&amp;quot;Noto Sans CJK SC\&amp;quot;; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;&amp;quot;,&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;float: none; display: inline !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;一 &amp;quot;配置管理&amp;quot;模&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;node&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;span&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, \&amp;quot;Segoe UI\&amp;quot;, system-ui, Roboto, \&amp;quot;Noto Sans\&amp;quot;, Ubuntu, Cantarell, \&amp;quot;Helvetica Neue\&amp;quot;, sans-serif, Arial, \&amp;quot;PingFang SC\&amp;quot;, \&amp;quot;Source Han Sans SC\&amp;quot;, \&amp;quot;Microsoft YaHei UI\&amp;quot;, \&amp;quot;Microsoft YaHei\&amp;quot;, \&amp;quot;Noto Sans CJK SC\&amp;quot;; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;&amp;quot;,&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;块&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/Mu2Nl5MHneBT9Iqko0dmQHvZpX6JqoThLhVI7EbdFYmqIOKRjR2TVAx0La13IngticGPfCpazuRXjva9Xl1iaF5upeGkxgKj8k6KTaHARbmME/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6537037037037037&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030172&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;展示四个配置项：奖金系数、工作量单价、奖励制度、值班补贴，每个配置项配有立体图标，采用卡片式布局横向排列.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;二 &amp;quot;人员管理&amp;quot;模块&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/Mu2Nl5MHneDInic3xpibOyQ0bST2jWsgXX1L6WToqldGCUocZ8bxic2DGurEoic1CO0xz72ACTyib3G8aapWY2kuRoAwic6xv6w41lLjf5W731mU0/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030173&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面左侧为人员列表，显示38条记录，包含序号、用户名、姓名、密码、学历、类别、岗位、职称、入职日期、参加工作日期、工龄、在职状态、备注等字段。列表支持按岗位、用户名、姓名、在职状态筛选查询，以及重置和导出功能。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;右侧为人员详情编辑区，显示当前选中记录（a001 张11）的详细信息，包括用户名、姓名、密码、证件号、入职日期、参加工作日期、工龄、岗位、学历、职称、在职状态、备注等字段，支持添加、修改、清空操作。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;三 &amp;quot;工作量&amp;quot;模块&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/Mu2Nl5MHneAxmoAN3joibOuH6pgxKbczTHwyXcW8xyAAg8PnjENNmA8878cEmBYQ1kH7YCgLvib4nOFiat5fvHsPrbtibsBnwMVQl4f1rNbM2r8/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030174&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面展示2026年7月的工作量统计表，包含54条记录。列表字段有：序号、统计月份、类别（审核/技术员）、人员姓名、CT平扫、CT增强、普放、MR平扫、MR增强、乳腺、骨密度仪、DSA、合计。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;表格底部有汇总行，显示各类检查项目总计：CT平扫31514、CT增强1667、普放18238、MR平扫8629、MR增强684、乳腺67、骨密度仪0、DSA89，合计60888。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面顶部支持按月份选择、类别、姓名筛选，以及导入、重置、导出功能。底部状态栏显示各项目汇总数据。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;四 &amp;quot;值班情况&amp;quot;模块&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_png/Mu2Nl5MHneC7gFMaz6kEWeaoUKicMGiaibSy0BKB6cJqPjyZLbyAIibYLfl1IL0tic82XUxRW21xaCkGHRUVJnunh0sfickjObfMArCWcAX5gWOfs/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030175&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面展示2026年7月的值班统计表，包含23条记录。列表字段有：序号、值班月份、人员姓名、放射假、积休假、公休、返公休、病事假、加班、值班、中班、KSS、体检。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;表格底部有汇总行，显示各类假期及值班总计：放射假1、积休假2、公休0、返公休9、病事假0、加班21、值班30、中班0、KSS 10、体检52。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面顶部支持按月份选择、姓名筛选，以及导入、重置功能。底部状态栏显示各项目汇总数据。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;五 &amp;quot;绩效考核&amp;quot;模块&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_png/Mu2Nl5MHneCclN7xWuQ4C2qnmOjfAmPDjMkbXQ5ZiaKG5m7hB183gTZ2BsBibJxHuhHib0KYCbP2xCAOExBj0WLk4q6Pr7KuNBlYfibLIK9Kic1s/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030176&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面展示2026年7月的绩效考核明细，共315条记录。列表字段包括：序号、考核月份、类别、考核人员、考核类型（基本奖/值班费/考核/微调）、考核类别、考核名称、系数或数量、基数或单价、绩效金额。右侧显示当月下发额度163030，支持系数、基数、单价调整，以及奖励事由、扣除事由、个别微调的编辑保存。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;底部汇总统计：总计163030，差额0；医生组95990（59%）、技术组67040（41%）；基本奖95990（80%）、工作量95990（0%）、值班21450、考核5900、微调6000。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/Mu2Nl5MHneAyHzEDN4wia79XtqANtzB8AGsibHyZH9OEuTLVuT6RkY8iaaicgjyE7HxsXBb2mlWXOJC9zqh6Ca8GMRM3BWRj7FjpYbuutGNQfLE/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030177&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;可对系数,基数,及考核项单价进行调整,实时进行绩效考核,底部各考核项比例实时展示,方便考核人调整到合理的系数. 如图右侧弹出&amp;quot;奖金系数设置&amp;quot;窗口，展示28条系数规则，按学历、岗位、工龄、职称分类，每条规则包含类别、名称、系数、基数，支持新增、删除、关闭操作。当前选中&amp;quot;岗位-实习见习&amp;quot;，系数0.1，基数800。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, &amp;quot;Helvetica Neue&amp;quot;, sans-serif, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;; font-size: 16px; white-space: pre-wrap; background-color: #FFFFFF; float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;float: none; display: inline !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px; color: #407600; font-weight: bold&quot;&gt;六 &amp;quot;统计图表&amp;quot;模块&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/Mu2Nl5MHneB8yqwndqZ4tfs3WstvvsorX3XrmWKNMmBE1MjUdu1LNZGJ5CibrBrfBCeBicU8NQOpergmOyiafhrcxhe08DiaqpIDULMNQNRsXgA/640?wx_fmt=png&amp;amp;from=appmsg&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6574074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100030179&quot; data-imgqrcoded=&quot;1&quot; data-aistatus=&quot;1&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;界面上方展示三个饼图：左侧为医生组39%与技术组61%的人员占比；中间为工作量63.0%、基本29.4%、值班4.9%、管理2.7%的绩效构成；右侧为工作量63.0%、基本29.4%、其它7.6%的简化构成。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;下方为柱状图，展示张12至张48共37人的绩效金额对比，最高值为30571.5，最低值为2880，不同人员以彩色柱形区分显示具体数值&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Jul 2026 07:37:10 +0800</pubDate></item><item><title>&amp;quot;别拿VBA的不行，掩饰你的无能&amp;quot;: 50条硬核思考</title><link>http://www.vbahome.net/post/44.html</link><description>&lt;p&gt;1. 对VBA的偏见常源于认知偏差：不熟悉会低估其价值，熟悉则可能高估。作为图灵完备的语言，VBA解决复杂问题的能力不逊于其他语言，客观评价才能还原其真实面貌。&lt;/p&gt;&lt;p&gt;2. 同样功能的实现，代码质量可能天差地别。用类模块重构后，上百行代码可精简至十行以内，且功能扩展更灵活，无需反复追加相似代码。&lt;/p&gt;&lt;p&gt;3. 语言无先进落后之分，图灵完备性才是能力的标尺。动辄贬低VBA&amp;quot;落后&amp;quot;的言论，反而暴露了说话者对编程本质的理解尚浅。&lt;/p&gt;&lt;p&gt;4. 内置函数虽有通用性优势，但并非万能。当函数效果不达预期时，不必执着于调试，果断自行编码往往能更直接地解决问题。&lt;/p&gt;&lt;p&gt;5. Excel VBA的灵活性远超刻板印象，从单机到联网的改造足以证明其延展性。它让非科班人员也能轻松入门编程，这正是Excel设计的精妙所在。#VBA匠人&lt;/p&gt;&lt;p&gt;6. 字典的封装特性是代码精简的利器：原本几十行的功能可化为一行方法调用，配合合理的封装设计，后期只需修改一处即可全局生效，代码维护成本大幅降低。&lt;/p&gt;&lt;p&gt;7. 系统功能存在&amp;quot;二八法则&amp;quot;：80%的使用场景集中在20%的功能上，但剩余80%的功能仍需投入大量精力开发。客户口中的&amp;quot;简单需求&amp;quot;，往往只考虑了冰山一角。&lt;/p&gt;&lt;p&gt;8. 设计阶段偷懒必然累积技术债务，如TreeView控件因设计缺陷难以驾驭，与其硬着头皮将就，不如早期果断调整，否则沉没成本只会越来越高。&lt;/p&gt;&lt;p&gt;9. VBA+MySQL的组合足以实现绝大多数功能需求，所谓&amp;quot;不能实现&amp;quot;往往是开发者能力或认知的局限，而非语言本身的桎梏。&lt;/p&gt;&lt;p&gt;10. 论与Office生态的无缝集成，VBA具有不可替代的优势。将功能嵌入Excel菜单、随时随地调试修改，这种亲民性是其他语言难以企及的。&lt;/p&gt;&lt;p&gt;11. VBA窗体的手工设计效率低下，但通过自制工具——在表格中预设控件参数并一键生成——可大幅提升开发效率，避免重复劳动。&lt;/p&gt;&lt;p&gt;12. Access虽在数据库层面更专业，但Excel凭借其近乎100%的装机率和更低的学习门槛，仍是业务人员接触开发的首选路径，二者在各自领域各有价值。&lt;/p&gt;&lt;p&gt;13. 项目报价必须预留缓冲空间。需求的&amp;quot;简单&amp;quot;表象下往往隐藏着海量细节，前期细化需求、明确功能点后再定价，方能避免后续扯皮和双方受损。&lt;/p&gt;&lt;p&gt;14. 数据库索引对大数据量场景下的性能影响巨大。上线初期数据量小时问题不显，但真正的开发水平在性能优化上才见分晓，且数据库端的优化往往比编码端更关键。&lt;/p&gt;&lt;p&gt;15. VBA的CS架构下，通过将日志直接写入数据库而非本地文件，可实现远程问题排查，免去用户提供日志的麻烦，仅需在关键环节捕获异常即可。&lt;/p&gt;&lt;p&gt;16. AI生成的代码看似专业，但&amp;quot;看起来正确&amp;quot;和&amp;quot;实际上正确&amp;quot;之间可能存在根本性的假设偏差。发现这类错误需要真正的专业知识，非外行人所能及。#VBA匠人&lt;/p&gt;&lt;p&gt;17. 多套系统的开发经验表明，真正的复杂性往往不在于业务逻辑，而在于权限控制——功能、数据、操作三维权限与机构、角色、用户交织成网。&lt;/p&gt;&lt;p&gt;18. VBA在发展过程中融合了多种编程范式，虽拓展了能力边界，但也增加了复杂度。即便如此，在金融、财务、人事等岗位，VBA的自动化价值依然不可替代。&lt;/p&gt;&lt;p&gt;19. 某些内置方法（如Application.Transpose）因设计缺陷成为&amp;quot;坑&amp;quot;，这警示我们设计阶段的重要性。问题越积越多终将演变为无人敢动的&amp;quot;屎山&amp;quot;代码。&lt;/p&gt;&lt;p&gt;20. 字典等数据结构的设计颇具前瞻性，至今仍不逊色于新语言。所有高级语言都建立在相同底层逻辑之上，无需因用了轮子便贬低造轮子的工具。(#左手Excel右手VBA)&lt;/p&gt;&lt;p&gt;21. 64位Excel在处理大规模数据时性能更优，但对ActiveX控件兼容性较差，需通过PtrSafe声明API、切换32位环境或使用替代方案来解决。&lt;/p&gt;&lt;p&gt;22. 权限控制可基于用户-角色-机构三元模型实现。角色赋予权限，用户继承角色权限，机构限定数据范围，二者配合实现精细化管控。&lt;/p&gt;&lt;p&gt;23. 随着通用方法增多，单一模块会变得臃肿难寻。按功能拆分模块，遵循单一职责原则，虽增加模块数量但提升了可维护性，这是开发中动态演进的常态。&lt;/p&gt;&lt;p&gt;24. VBA历经四十年仍活跃于一线，送走了诸多昔日热门语言，这得益于Office生态的滋养。经典不一定过时，吐槽者往往并未真正掌握它。&lt;/p&gt;&lt;p&gt;25. 大数据量卡顿是普遍问题，非VBA独有。通过数据库读写分离、分库分表等架构手段，可从根源上缓解性能瓶颈，而非在语言层面寻找出路。&lt;/p&gt;&lt;p&gt;26. VBA的CS架构天然具备分布式特质：每个客户端独立处理业务，互不干扰，用户量越大节点越多，这种&amp;quot;自发分布式&amp;quot;无需额外部署即可分担压力。&lt;/p&gt;&lt;p&gt;27. VBA开发的应用也可制作成标准安装包，通过桌面快捷方式启动，交付体验与常规软件无异，并非只能以宏文件形式呈现。&lt;/p&gt;&lt;p&gt;28. AI编程降低了入门门槛，但也催生了&amp;quot;5000块开发ERP&amp;quot;的妄言。对系统复杂度的无知才是最大的风险，无论是开发者还是客户都需保持清醒。#VBA匠人&lt;/p&gt;&lt;p&gt;29. Excel+VBA+MySQL的组合在PCB/PCBA等行业ERP开发中展现出实用性，与Excel的无缝集成是最大优势，用户无需额外学习即可上手。&lt;/p&gt;&lt;p&gt;30. VBA程序卡顿的刻板印象多源于Excel存储数据的局限。若改用MySQL等数据库承载数据，千万级记录仍可秒级响应，卡顿应归咎于架构而非语言。&lt;/p&gt;&lt;p&gt;31. ListView控件在64位Office中需安装底层依赖，通过封装安装包自动化完成依赖部署，可让用户对此无感知，弥补体验上的差距。&lt;/p&gt;&lt;p&gt;32. 曾用Java微服务架构搭建过数十台服务器的系统集，如今回看显得过于厚重。VBA的轻量级、开箱即用特性在特定场景下优势明显。&lt;/p&gt;&lt;p&gt;33. VBE开发环境常被诟病原始，社区对插件工具的探索从未停止。模块搜索、大纲视图、代码联想等基础功能是刚需，好的工具即使收费也值得支持。&lt;/p&gt;&lt;p&gt;34. 纯粹的技术视角容易让人轻视VBA，但开机即用、零学习成本的特点对非科班开发者极为友好。站在用户角度，所谓&amp;quot;新技术&amp;quot;的诱惑便不攻自破。&lt;/p&gt;&lt;p&gt;35. VBA生态的用户多为业务专家而非程序员。AI对他们的价值在于缩短从需求到结果的距离，但完全依赖AI则意味着放弃理解底层机制的能力——这在AI出错时将无法自救。&lt;/p&gt;&lt;p&gt;36. 免费开源ERP看似诱人，但业务流程需迁就系统设计，长期隐性成本高昂。用VBA定制虽前期投入可见，但贴合实际、灵活可控，综合性价比更高。&lt;/p&gt;&lt;p&gt;37. 将Excel局限于表格和宏的认知，会导致舍近求远——用复杂工具解决本可简单处理的问题，最终成本由公司承担，企业才是真正的&amp;quot;冤大头&amp;quot;。&lt;/p&gt;&lt;p&gt;38. Excel+VBA+MySQL的架构可轻松处理百万级数据，配合窗体设计可构建完整ERP系统。其学习成本低、部署零门槛、源代码透明可见，是其他语言难以比拟的优势。&lt;/p&gt;&lt;p&gt;39. Excel开发的系统是&amp;quot;系统&amp;quot;而非&amp;quot;表格&amp;quot;，其复杂度与价值不因宿主而打折。价格应与价值对等，而学习成本和操作便利性赋予其更高的性价比。&lt;/p&gt;&lt;p&gt;40. 真正懂VBA的人决策路径最短——快速出原型、即时看结果、敏捷做修改，无需漫长的发版部署周期。对VBA的怀疑多来自一知半解的道听途说。#VBA匠人&lt;/p&gt;&lt;p&gt;41. 交付安装包而非零散文件，能提升用户对VBA产品的认知。卡顿、崩溃等问题可通过守护进程、数据库存储、读写分离等技术手段规避，方法总比问题多。&lt;/p&gt;&lt;p&gt;42. C# 与VBA的选择取决于视角：技术上C# 可能占优，但实用性、亲民性方面VBA无可替代。老板用VBA改系统时，C# 环境可能还没部署好。&lt;/p&gt;&lt;p&gt;43. 财务模块贯穿业务全流程，牵一发动全身，因此宜放在系统开发后期。财务开发过程中常需回溯调整前期设计，这也是中间版本常面目全非的原因。&lt;/p&gt;&lt;p&gt;44. VBA可以构建具有自洽性和闭环逻辑的系统，而不仅是表格功能的堆砌。将其矮化为&amp;quot;表格脚本&amp;quot;，是对VBA能力的严重误判。&lt;/p&gt;&lt;p&gt;45. 并行开发、客户服务、答疑支持——一人身兼多职是常态。通过不断接触真实需求、打磨产品，最终为客户赋能，才是开发工作的终极意义。&lt;/p&gt;&lt;p&gt;46. 越来越多的中小企业开始选择VBA技术栈定制ERP。有客户调研大厂产品一年多后仍回归VBA定制，这本身就是对VBA价值的无声认可。&lt;/p&gt;&lt;p&gt;47. 认为VBA做ERP&amp;quot;像纸糊的&amp;quot;——缺乏流程、权限、便利性——实则是开发者能力的局限，而非语言的缺陷。图灵完备的语言，能力边界由使用者决定。#VBA匠人&lt;/p&gt;&lt;p&gt;48. VBA的活力在于其独特的生态位：背靠Office这座大山，让它始终拥有一批忠实的追随者。四十年来，它用实用性证明了经典的生命力。&lt;/p&gt;&lt;p&gt;49. 真正高明的VBA开发者，既亲手踩过足够的坑，也懂得让AI去填坑。在&amp;quot;手搓&amp;quot;与&amp;quot;AI辅助&amp;quot;之间找到平衡，才是驾驭这一古老语言的现代智慧。&lt;/p&gt;&lt;p&gt;50. VBA最大的魅力在于：你往往意识不到自己在编程。它消弭了专业开发者与业务人员之间的鸿沟，让技术回归工具本质——这或许正是它最伟大的地方。&lt;/p&gt;</description><pubDate>Sun, 12 Jul 2026 13:36:57 +0800</pubDate></item><item><title>拿下软考高级证书，Excel VBA才是我的“隐形功臣”!</title><link>http://www.vbahome.net/post/43.html</link><description>&lt;p&gt;那还是在2018年。经过几年的摸索与苦心探求，我从零到一，完全自主搭建起了一套足以支撑年销售额5亿元的系统架构。就在这个节点上，心中突然浮现出几个疑问： &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;如何系统性地梳理多年来的工作实践与知识体系？如何弥补自己在理论层面的短板与不足？又如何让实践与理论更好地融合互补？&lt;/span&gt;&lt;/p&gt;&lt;p&gt;思来想去，我觉得参加考试是一条可行的路径。一方面，它能确立一个清晰而具体的目标——通过考试本身；另一方面，它可以由点带线、由线及面，推动知识结构的系统化整理。&lt;/p&gt;&lt;p&gt;对比市面上几种主流的考试类型后，我认为软考更契合自身需求，于是决定报考系统架构设计师考试。&lt;/p&gt;&lt;p&gt;以下是当时制定的复习计划(俗称甘特图),回头想想,Excel vba技能对于计划的制定和执行也功不可没.考完后复盘见&lt;a href=&quot;https://mp.weixin.qq.com/s?__biz=MzUzMzMxMjA3NQ==&amp;mid=2247485082&amp;idx=1&amp;sn=42d3f8d05cb572146747eaf43cfdf0cb&amp;scene=21#wechat_redirect&quot; target=&quot;_blank&quot;&gt;软考之路&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607101783663946733243.jpg&quot; title=&quot;clip_image002.jpg&quot; alt=&quot;clip_image002.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;系统架构设计师考试是中华人民共和国人力资源和社会保障部、工业和信息化部联合组织的全国计算机技术与软件专业技术资格（水平）考试中的高级职称考试，面向社会开放且不设学历、年龄与资历限制。&lt;/p&gt;&lt;p&gt;考试采用全国统一命题的机试形式，涵盖综合知识（选择题）、案例分析（简答题）和论文（论述题）三个科目，合格标准为各科均达到45分（满分75分），单科成绩滚动无效该考试始于计算机软件资格考试体系建立时，与初级、中级资格考试共同构成多层次人才评价系统。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607101783663985754064.png&quot; title=&quot;clip_image003.png&quot; alt=&quot;clip_image003.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;自2023年下半年起全面改革为科目连考的计算机化考试，综合知识与案例分析连续作答240分钟，论文单独计时120分钟。考试内容聚焦系统架构设计的核心领域，包括计算机系统知识、软件工程、分布式架构及安全设计等，重点考察复杂工程问题的解决能力和实践应用水平.&lt;/p&gt;&lt;p&gt;系统架构设计师考试，考试不设学历与资历条件，不论年龄和专业，考生可根据自己的技术水平，选择合适的级别合适的资格，但一次考试只能报考一种资格。&lt;/p&gt;&lt;p&gt;考试采用机试形式，考试实行全国统一大纲、统一试题、统一时间、统一标准、统一证书的考核办法，机试安排在一天之内。&lt;/p&gt;&lt;p&gt;系统架构设计师属于高级职称考试，与初级的程序员考试，中级的软件设计师考试等，构成计算机软件资格考试。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607101783664001416738.png&quot; title=&quot;clip_image005.png&quot; alt=&quot;clip_image005.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1.&amp;nbsp;软考的试题是否很难？合格率如何？&lt;/strong&gt;&lt;br/&gt; 软考注重岗位实践能力和综合应用，不考死记硬背。因报考无门槛、考生水平差异大，且要求各科同时及格，整体合格率约25%（初级40%、中级20%-30%、高级12%）。但考试非竞赛，不设人数上限，只要扎实掌握知识并具备工作经验，达线即通过，无需过度担忧。。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2. 一年考几次？考哪些科目？&lt;/strong&gt;&lt;br/&gt; 原则上每年两次，分别在第二、四季度。具体计划由人社部、工信部批准后公布。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3. 工信部有哪些认证可考？&lt;/strong&gt;&lt;br/&gt; 根据国家职业资格目录（2021年版），工信部与人社部共同组织实施通信专业技术人员职业水平考试和软考两项。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;4. 如何订购官方教材？&lt;/strong&gt;&lt;br/&gt; 教程由清华大学出版社出版，可通过出版社、电商平台或新华书店购买。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;5. 有推荐的培训机构吗？&lt;/strong&gt;&lt;br/&gt; 没有。软考严格实行考培分离，社会培训机构与考试方无任何关联。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;6. 能否调整考点？&lt;/strong&gt;&lt;br/&gt; 考点由各地考试机构安排，具体请咨询当地软考办。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;7. 考试时长是多久？&lt;/strong&gt;&lt;br/&gt; 高级：综合知识+案例分析连考240分钟（综合最长150分钟，最短120分钟），论文120分钟（不得提前交卷）。&lt;br/&gt; 初、中级：基础知识+应用技术连考240分钟（基础知识最长120分钟，最短90分钟）。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;8. 资格证书等同职称吗？&lt;/strong&gt;&lt;br/&gt; 取得证书即具备相应专业技术水平和能力，用人单位可据此聘任相应职务：初级→技术员/助理工程师，中级→工程师，高级→高级工程师。具体以当地政策为准。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;9. 有报考条件吗？&lt;/strong&gt;&lt;br/&gt; 无。凡遵守法律法规、具有一定计算机应用能力的人员均可报考。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;10. 报名时间和方式？&lt;/strong&gt;&lt;br/&gt; 全国统一网上报名（www.ruankao.org.cn），具体时间请关注当地软考办通知。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;11. 合格分数线是多少？&lt;/strong&gt;&lt;br/&gt; 自2022年起，各科目合格标准为试卷满分的60%（即45分）。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;12. 如何申请成绩复查？&lt;/strong&gt;&lt;br/&gt; 在规定时限内向当地省级考试机构提出申请，复查仅限于卷面分数合计和登录是否有误。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;13. 能否公布评分标准或答案？&lt;/strong&gt;&lt;br/&gt; 不公开。根据规定，试题、答案、评分标准及考生信息等均不予公开。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;14. 如何查询证书？&lt;/strong&gt;&lt;br/&gt; 可登录中国计算机技术职业资格网（www.ruankao.org.cn）或全国专业技术人员职业资格证书查询验证系统（http://zs.cpta.com.cn）查询。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;15. 有电子证书吗？&lt;/strong&gt;&lt;br/&gt; 全国层面未发放电子证书，各地情况请咨询当地省级考试机构。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;16. 如何查询证书邮寄进度？&lt;/strong&gt;&lt;br/&gt; 由当地考试机构负责发放，一般提供邮寄服务，具体请咨询当地机构。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;17. 证书何时发放？&lt;/strong&gt;&lt;br/&gt; 人社部统一制证后配送到省级机构，由省级机构发放，领取时间请关注当地软考办通知。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;18. 证书丢失或损坏如何补换？&lt;/strong&gt;&lt;br/&gt; 向当地省级软考办提出补换申请，具体办理请咨询当地机构。&lt;/p&gt;</description><pubDate>Fri, 10 Jul 2026 14:10:15 +0800</pubDate></item><item><title>从野路子到正规军：一套完整的VBA系统级开发工具链与项目管理实践</title><link>http://www.vbahome.net/post/42.html</link><description>&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;2 10 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;写在前面&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;系统开发的成本，不仅仅只是编码及测试所耗的工时，还包括需求沟通，项目管理、版本发布、系统部署，线上运维等一系列的时间成本，当项目数量多，多系统并行开发，需要复盘总结时，单纯地靠拍脑袋野路子的方式就基本不能满足需要了，必需依赖一系列的辅助工具，这不仅是标准化、正规化、专业化的需要，也是降低开发成本、提质增效的必然要求。下面介绍一下我用到的9个方向的工具。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;一：项目管理工具&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392589153623.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;项目管理的核心是成本控制，要控制成本首先要记录成本，对已完成、在途和待开发的项目不应只见树木不见森林，这个工具可以一目了然的从多个维度展示项目的各种状态。&lt;span style=&quot;font-size: 15px; text-wrap-mode: wrap;&quot;&gt;（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392598609738.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;很少有系统或产品是一步到位一个版本就封版的，大多数都要经过多次的优化、改问题后迭代发版，每一个版本都会包含新内容，记录这些内容在一定程度上能够减少重复劳动等无用功，并以图表的形式展示发布频次和进度，让每次发布工作可视化。&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392605510532.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;对于系统级的应用，功能模块的拆分是必须的，每个模块的开发成本取决于其复杂度，尤其是对于多人协作的场景，开发计划有利于合理分配资源，实际开发进度意味着开发效率，可提前暴露风险，提前制定应对措施，对于个人开发者（OPC）可细化工作量，可事后复盘以查漏补缺。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392613892227.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;没有一款软件是没有bug的，也没有一个系统是一步到位的，无论是代码问题还是需求变更，拉清单不仅可以避免遗漏，也是验收的重要依据，更是知识沉淀，总结教训的第一手资料，所以bug的记录尤为重要，不体检不代表没有病，不记录也不代表bug少，所以我会记录几乎每一个发现的问题以备复盘用。&lt;span style=&quot;font-size: 15px; text-wrap-mode: wrap;&quot;&gt;（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392622126133.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;二、版本管理工具&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392632868618.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;一套系统会涉及到很多文档资料，从原始需求到需求分析，从测试案例到测试报告，甚至商务合同，但更重要的是源代码，当一天生产上千行代码的时候如何建立代码的版本管理机制就显得重要而突出了。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392651363749.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;版本管理的本质是备份，与常规的备份只保留最新版本不同，版本管理会记录每次变更的记录，并可以对不同版本进行差异化对比，可以快速恢复和同步。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392661624488.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;对我来说如果要进行比较大的功能调整或者重构，都会主动先备份一版，以防重构失败好恢复老版本，日常开发遇到里程碑也会去备份，每日工作结束基本也会备份一般，通过工具可以很轻松的找到任一历史版本，再也不用为代码丢失而捶胸顿足了。（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;三、IDE插件&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;众所周知，VBA的原始IDE属于博物馆级的存在，于是基于原生IDE的插件相继被推出，有收费的有付费的，对于我来说，其实不需要很花哨的功能，只需要支持联想、格式化以及方法间的跳转，再加上支持模块的快速定位，工程的快速编译就足够了，当用过大概4-5款插件以后，终于找到了比较得力的，简单，清爽，实用，够用，主要是刚刚好。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392670194191.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;四、打包工具&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;因为我做的多是系统级的应用，不是提供个带宏的excel模版就行，主要以加载宏为主，还会涉及到一些依赖，如数据库连接驱动、listveiw环境初始化，有时候也会有wps的vba运行环境，这些直接扔给用户来安装，不仅效率低而且体验差，所以我都是封装成一个安装包交付给用户，安装过程和大多数桌面端应用的安装过程大同小异，用户只需要一路点击下一步基本就搞定了，不仅省事省力还显得专业，颠覆了很多用户对excel的认知，也算是助了传播vba一臂之力。&lt;span style=&quot;font-size: 15px; text-wrap-mode: wrap;&quot;&gt;（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392682295678.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;五、翻译工具&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;因为有几个客户有海外市场，所以系统要求多语种，翻译软件必不可少，通过比较发现有一款翻译工具虽然小巧但词汇量丰富，翻译精准，启动快，基本随叫随到。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392692375501.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: #407600; font-size: 17px; font-weight: bold;&quot;&gt;六、Office安装工具&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;正如bs web对服务器、浏览器版本有要求一样，vba做的系统对运行环境也是有限制的，为了降低系统运行风险，提升稳定性，在前期沟通我都会明确要求office的版本，包括操作系统和mysql数据的版本也都有明确要求。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392701555384.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;对客户来说，office的安装并不是那么轻而易举，以至于需要经常协助客户安装，这个工具就派上了用场，不仅可以安装最新的版本还是免激活的。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;line-height: 1.75em;&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392709256119.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: #407600; font-size: 17px; font-weight: bold;&quot;&gt;七、Mysql安装工具&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;虽然Office安装不是很容易，但mysql数据库的安装对用户来说就更为陌生，如果不协助基本是不可能安装成功的，且数据库不仅仅只是安装完就了事的，还需要创建服务、创建库、初始化表等等，为此我专门开发了一个一键安装的脚本，基本上是按傻瓜式操作的标准来制作的。&lt;span style=&quot;font-size: 15px; text-wrap-mode: wrap;&quot;&gt;（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392718370219.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;八：AI助手&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;通过对几个AI模型的试用，目前只用DeepSeek，主要是速度快还免费，不指望它给我开发系统，只是做一个得力小助手还是胜任和称职的。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;strong&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392725853964.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/strong&gt;&lt;/section&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;九、&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;line-height: 1.75em;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;自媒体平&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 17px; color: #407600; font-weight: bold&quot;&gt;台&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;好酒也怕巷子深，你的系统做得再好没人知道没人用，那也只是一场自嗨盛宴，好在我开发的系统都是先有需求先有用户，然后才有系统，口号是不做标准产品，主打深度定制，而用户的来源主要来自各大自媒体平台，在上面我不仅分享做的系统，还分享心得体会，开发方法论，以此寻找彼此需要的有缘人。（首发公众号：左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px&quot;&gt;&lt;img src=&quot;http://www.vbahome.net/zb_users/upload/2026/07/202607071783392737587450.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Jul 2026 10:47:00 +0800</pubDate></item><item><title>Ai编程越来越成为趋势的时候，开发者要怎样定位自己的角色</title><link>http://www.vbahome.net/post/41.html</link><description>&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 24px; padding: 0px; outline: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;28、有时候在想，Ai编程越来越成为趋势的时候，开发者要怎样定位自己的角色，尤其是对于高阶的开发者，因为初级开发者会因为Ai而产生变身开发大佬的幻觉，以至于一个非科班出身的所谓开发者就可以大言不惭的直呼5000块就可以用Ai开发一套ERP系统，这无畏与无知，一定是对ERP有某种误解，如果你是客户你敢让做吗？那你一定要做好你要的是宝马，最后交付了一辆马车的思想准备！如果你是开发者你也有那种盲目的自信？很多时候，人因为不知道自己不知道而觉得自己无所不知，这也许就是愚蠢的最高境界吧。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 24px; padding: 0px; outline: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;29、纯excel+vba+mysql，适用于PCB/PCBA行业的企业资源管理系统如火如荼地开发中，虽然没有所谓主流编程语言那么高大上炫酷的UI，但主打实用性和性价比，最关键的是与excel无缝集成，根本没有学习成本，试问：有谁的电脑不装excel。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 24px; padding: 0px; outline: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgba(0, 0, 0, 0.9); font-family: &amp;quot;PingFang SC NEW&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;30、Vba做的程序给人的第一感受就是数据一多就卡，其实是把excel本身的短板嫁接到了VBA，虽然VBA寄生于excel但并不等同于excel，甚至可以做到除了借用一下excel的运行环境其它完全与excel无关，那你的程序还慢就是你的问题了，千万级的数据依然秒级运行，只因承载数据的容器用了mysql数据库，做到数据互通，拆掉了用excel表存放数据的烟囱。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;（原创公众号@左手Excel右手VBA）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Jul 2026 08:22:45 +0800</pubDate></item></channel></rss>