摘要:
1.安装mysql https://dev.mysql.com/downloads/windows/installer/8.0.html 2.mysql启停 运行mysql net start mysql 停止mysql net stop mysql 3.cmd登录mysql mysql -h ip 阅读全文
摘要:
平台调用 调用DLL [DllImport("standerMFC.dll")] public static extern int PReadUID(ref HHFC_SET stru); [AttributeUsage(AttributeTargets.Method)] public class 阅读全文