2022-2023 Project Summary

1. Health Monitor (WPF-Two weeks)

The communication protocol is relatively complex, but the display requirements are not high. Time is spent on the background code, but the debugging process is relatively smooth and the overall time is not long. The picture below: Fake data demonstration

 2.AI endoscopy (WPF-2 months)

The interface was redone according to the style specified by the leader, and it was not easy to make... Although the final effect was okay, I think the colors were too single.

 

 3. Water level monitoring platform (WPF-Two weeks)

Using the interface of Bing Maps, an alarm will be issued when the water level exceeds the alarm line, which is relatively simple.

 4.PCR temperature control software (1) (Winform-taken 4 months)

It is used for testing by engineering personnel, so there is no need to worry about the interface design. It is directly connected to Winform.

The software background is more complex, because this temperature control software requires users to program and write scripts on the interface. The program runs according to the script and communicates between multiple threads. It took a long time to finalize the requirements and processes. The communication protocol is general and there is no very specific It's complicated, but it's a headache to synchronize the progress between the three temperature control modules. In the end, it was implemented using multicast delegation.

 5. PCR temperature control software (2) (WPF - takes 1 week)

We are preparing to make the official version, and we must use WPF to do it. However, due to hardware reasons, the hardware part had to be replaced midway, and the communication protocol was never finalized, so it was shelved.

 6. The extremely torturous website - tilt monitoring system (used for 4 months)

Although C# can be used to make web pages, it is also used to make the back-end of the web page. My boss arranged for me to do the front-end and back-end together, so I spent 3 months learning html/css/javascript, and the final process It’s also extremely torture

I'm really not good at doing B/S front-end...

 7. Current monitoring system (1 month in use)

 I told my boss that the front-end of the website requires a lot of technologies, and I am not good at it. But my boss said that I want to take the lead, so let’s do it, so the current monitoring system came again... 

8. Ongoing projects-remote consultation system

It’s the website again. There are 4 websites and 1 small program in one system. It is still being developed and is undergoing suffering.............

Guess you like

Origin blog.csdn.net/XX_YZDY/article/details/131695141
Recommended