Home  >  Article  >  Backend Development  >  Detailed explanation and examples of school committee assistant written in C#

Detailed explanation and examples of school committee assistant written in C#

php是最好的语言
php是最好的语言Original
2018-07-27 10:56:511523browse

This application uses C# to write the WinForm interface and Python to write the processing script. Its functionality is achieved by calling the Python packaged exe executable file. You can download it directly in Application.

Study Committee Assistant

In addition to collecting homework, the most annoying thing for the School Committee is to count who has not submitted the homework. In addition, everyone’s naming is inconsistent, which causes confusion in the sorting of files, which makes the school even more troublesome. The difficulty of commissioning statistics. Therefore, the purpose of writing this application is to check and format file naming.

Introduction

This application uses C# to write the WinForm interface and Python to write the processing script. Its functionality is achieved by calling the Python packaged exe executable file.

You can download it directly in Application.

The main functions are as follows:

  • Count the number of students who have not submitted their homework

  • Find and return the number of students who have not submitted their homework Student ID and name

  • Format file naming

    • The default is space separated: student ID and name, such as: 3150707012 Li Jing

    • You can specify the separator between the student ID and name, such as: 3150707012 Li Jing

  • ##Extended naming

    • Add the file name prefix, such as: 15 Information Management 3150707012 Li Jing

    • Add the file name suffix: such as: 3150707012 Li Jing 15 Information Management

Overview

Open file

Detailed explanation and examples of school committee assistant written in C#

Job check

Detailed explanation and examples of school committee assistant written in C#

Basic naming

Detailed explanation and examples of school committee assistant written in C#

Extended naming

Detailed explanation and examples of school committee assistant written in C#

Usage method

Prepare class list

  • The list is in Excel table format

  • Contains two columns, the column names are "student number" and "name"

such as :

Student IDName##31507070013150707002...Check the file
Zhang San
李四
...

    Back up the check file to avoid file damage caused by improper operation
  • Copy Check the file into the newly created folder. Note that the folder name
  • cannot

    contain the dollar sign '$'

    ##Start the application

Double-click "Study Committee Assistant.exe"
  • Note: pyHelper.exe needs to be placed in the same path as "Study Committee Assistant.exe", and do not modify its name
  • Perform the operation

Select the function you want to perform
  • Download
Download

Modification log

See here

Finally

I wish the school committee members a good time;)

Related articles:

Write PHP Extension using C/C

[c# tutorial]C# data type

Related videos:

php complete self-study manual

The above is the detailed content of Detailed explanation and examples of school committee assistant written in C#. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn