You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
调整this.的格式 |
1 year ago | |
|---|---|---|
| Common | 1 year ago | |
| DbClass | 1 year ago | |
| Instructs | 1 year ago | |
| .gitignore | 1 year ago | |
| MapServer.cs | 1 year ago | |
| OMS.NET.csproj | 1 year ago | |
| OMS.NET.sln | 1 year ago | |
| Program.cs | 1 year ago | |
| README.md | 1 year ago | |
| init.sql | 1 year ago | |
README.md
OMSS.NET
OMSS.NET为标准名称,使用.NET 6开发,语言使用C#。 对数据库结构进行重新设计,简化服务器指令操作
先决条件
确保.NET开发环境已安装
创建server.yaml
模板如下,按情况修改user、pas、port
#连接字符串和默认监听端口
ConnectionString: server=localhost;port=3306;user=user;password=pas
DataBaseName: map_test1
ListenPort: port
#匿名登录
AnonymousLogin: false
ServerConfigMaxUser: 20
快速开始
git clone https://xxx.git
cd OMS.NET
dotnet restore
dotnet build
dotnet run