错误内容
SQL 错误 [1055] [42000]: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column xx.xx.id which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_modeonly_full_group_by 修改…
自用贴,自定义功能对应的快捷键,组合键只添加了项目中需要的。
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;/// <summary>
/// 指定功能配置快捷键
/// </summary>
public class Input…