Skip to content
View mrwangshipei's full-sized avatar
😑
dull
😑
dull
  • 招财招财王招财有限公司
  • 冰岛

Block or report mrwangshipei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mrwangshipei/README.md

👋 Hi, I'm Wang Zhaocai

C# programmer, part-time Java enthusiast, and gatekeeper to the realm of senior developers.
Born in 2000 — a silent, handsome guy who loves learning new technologies.

I approach tough problems with an open mind and keep my passion burning for open-source projects,
especially in areas I’m skilled at.


🛠 Tech Stack

C# Java .NET Spring Git GitHub


🚀 Featured Projects

  • UPPERIOC: A lightweight IoC container tailored for C# developers who value simplicity and control.
  • Upper.SerialPortHelper: Serial port helper library — simplifies communication for hardware projects.

📂 Projects / 案例

项目 描述 技术栈
ITS Integrated Test System - 面向电子产品制造的综合性测试解决方案,集成功能测试、视觉检测、OCR识别、MES对接 .NET Framework 4.8, C#, OpenCV, PaddleOCR, SQLite
AXATE (ATE) Android eXtended Automatic Test Equipment - Android芯片/设备功能与性能自动化测试系统 .NET Framework 4.8, WinForms, WCF, MQTT, PetaPoco
FCT Factory Test - 多工厂切换、MES对接、串口协议通信的工厂测试系统 .NET, WinForms, SQLite, FluentMigrator, UPPERIOC
UPPERIOC 专为 WinForm 应用设计的轻量级 IOC 容器和模块化框架 .NET Standard 2.0, .NET Framework 4.6.2+
Upper.SerialPortHelper (SP) 自定义串口协议辅助类,支持完整帧判断、线程安全读写 .NET Standard 2.0
FrmControl (FRM) WinForms 控件库,提供自定义按钮、面板、对话框等 UI 组件 .NET Framework 4.8
YSCMD 数据中心管理系统 - 数据文件上传、权限控制、MQTT通信的综合性后台系统 Spring Boot, MyBatis Plus, Redis, JWT, Vue 3

📈 GitHub Stats

Wang Zhaocai's GitHub stats


👀 Profile Views

Profile Views


📧 Email: wsp001112@gmail.com

Pinned Loading

  1. UPPERIOC UPPERIOC Public

    这是一个由个人开发的用于辅助上位机系统开发的 IOC 多功能插件模块,具备良好的可扩展性和灵活性。 该模块基于控制反转(Inversion of Control, IOC)理念,支持插件扩展、事件注入和依赖注入,大幅提升了上位机开发过程中的模块组织效率与系统解耦能力。 This is a multifunctional IOC plugin module independently deve…

    C# 34 5

  2. Upper.SerialPortHelper Upper.SerialPortHelper Public

    SerialPortHelper 是一个用于串口通信的工具类,专为需要完整帧校验的自定义协议设计。通过用户自定义的帧识别逻辑,实现稳定的数据接收机制,支持发送、等待响应、查看或清除缓存等操作。类内部采用线程安全设计,适合在多线程环境下稳定运行,广泛应用于工业控制、仪器通讯等场景。

    C# 2