Delphi video tutorial second season

I have been preparing for the second season video for a long time. Of course, it’s not so much preparation as lazy. I usually think about sleeping on Saturdays and Sundays when I’m tired of going to work, which leads to relapse of procrastination. And if you don’t make money, it’s okay to record later. In the end, the video recording will be delayed again and again!

Of course, laziness is one reason. Another reason is that I want to record (or learn) network programming-related knowledge in the second season, but because network programming-related things are too big, this book is [TCP/IP detailed] There are as many as three volumes, and each volume is more than 300 pages. At the same time, Delphi runs on the Windows platform more often, so winsoket is inseparable. The result of studying win32API that year made me give up learning C. The language turned to Delphi, but I still have to learn this stuff after all.

For the content of this season, I plan to use a remote control software as a blueprint to learn network programming. Although I have completed part of the software, I don’t know the year of the monkey until I finish recording the video. So I just want to record and learn while writing. The content involved in making a software perfect is definitely not just one piece, so I roughly listed the things that need to be used

  • Network programming basics: it is impossible to do remote control without this

  • package, DLL: I want to bid farewell to an exe to break the world and improve code reusability

  • Registry operation: mainly used for booting and reading network card related information

  • Windows service program: In fact, we do not need an interface on the controlled end, and I can think of only this program that can run without an interface.

  • Database (sqlite): Not necessary, but I want to try it. After all, SQLite can be packaged with this software, but other databases will not work.

  • Image compression related: to improve the efficiency of image transmission is certainly not native transmission

Course fees

The video content of the first and second seasons are all free. If you see any paid videos elsewhere, none of them posted them

Video playback and download

Insert picture description here

Guess you like

Origin blog.csdn.net/farmer_city/article/details/109173972
Recommended