C # Game Planner Configuration Tool

Source: Internet
Author: User

The tool is provided to plan the configuration of Excel data, export to MySQL database, and generate XML files, and corresponding XML parsing entity classes

Implement the program

Excel Column name ID
=p represents ID This column is the only field
=S=300 indicates that this column type is a string type, length control 300
=d indicates that the column type is a decimal (double)
=FF_DDDDD represents an associated Excel file ddddd This file does not need a suffix, XML is used everywhere
=l indicates that this column type is a long integer
=b indicates that the column type is TRUE or False (Boolean)
=i indicates that this column type is integer (int) does not fill in any type of default type
=HL indicates that this column is ignored and not read
=CL identity field attribution all (can not be filled out) = client and server generic ac= indicates that the client uses as= to represent the service usage

such as: Aa.xls file
Id=p
name=s=300
Sex=i


Database connection string is configured in the Dbconfig.xml file

<DBConfig>
Connection Address
<DBPath>192.168.1.198</DBPath>
Connection port
<DBPart>3306</DBPart>
Connect User Name
<DBUser>root</DBUser>
Connecting to a database
<DBBase>local_gamesr_data</DBBase>
Password
<DBPwd>fuckdaohaode1314</DBPwd>
</DBConfig>

Source

Program

C # Game Planner Configuration Tool

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.