Software Engineering Personal Daily 2016/7/5

Source: Internet
Author: User

Today I went on to learn C#WPF programming, and fixed some bugs in the program.

I added the verification code image modification of the monitoring, we used to sleep waiting for the verification code of the image back to update, now I increased the monitoring, you can know when the verification code picture updated, improve the program speed and stability. And I added the program to delete useless files when shutting down.

            New FileSystemWatcher ();             = System.Environment.CurrentDirectory;             " image.jpg " ;             = Notifyfilters.filename | Notifyfilters.directoryname | notifyfilters.size;             New FileSystemEventHandler (changed);  // a method that processes data after a bound event is triggered.              New FileSystemEventHandler (changed);             true;

Made a part of the slot wall UI and client code connection.

However, due to the error of the team members, my changes were lost once, so the content is less completed today.

Software Engineering Personal Daily 2016/7/5

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.