Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ ACSMaidServer Public archive

Server side of a LAN service system based on .netcore development

License

Notifications You must be signed in to change notification settings

JXNUACS/ACSMaidServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACSMaidServer

基于.netcore开发的局域网服务系统的服务器端

SQL API

internal abstract class SQL_USERS

public static Users QueryUsers(string username):查询指定用户并返回该用户对象的实例

public static bool RegisterUsers(int operatorIdentity, string userName, string userPasswd, string type = "0"):向服务器注册用户

public static Users DeleteUsers(string userName, string userPasswd, int operatorIdentity):从服务器中删除指定用户

internal abstract class SQLTools

public static void Init():初始化MYSQL数据库

public static MySqlConnection ConnectDB():创建一个MYSQL连接

public static bool SQLQuery(string cmd):执行一条查询语句

public static bool SQLQuery(string[] cmdset):执行多条查询语句

About

Server side of a LAN service system based on .netcore development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages