摘要:
问题描述:使用的MySQL5.6安装包默认的安装方式安装的mysql,然后使用Navicat Premium 工具 和 localhost/127.0.0.1链接mysql数据库,结果都弹出提示:Can’t connect to MySQL server on ‘localhost’ (10061) 阅读全文
摘要:
分类专栏: 成长的程序员 版权 [HttpGet] public IActionResult GetTile(int x, int y, int z, int style) { var path = TileUtil.GetPath(Config.TilesFloder, (TileStyle)st 阅读全文
摘要:
感情是谁在左边就是左连接 如果向内连接,取消中间的表 1、左连接: var LeftJoin = from emp in ListOfEmployeesjoin dept in ListOfDepartmenton emp.DeptID equals dept.ID into JoinedEmpDe 阅读全文