需要导入Targets .NET 3.5的System.Windows.Forms
using UnityEngine;
using System.Windows.Forms;
using System.Drawing;
using System.Runtime.InteropServices;public class SystemTrayIcon : MonoBehaviour
{private NotifyIcon notifyIcon;private ContextMenuStrip co…
1.应用
1.1可以用作缓存
作用:提交数据的查询效率,减少对数据库的访问频率
什么数据适合放入缓存 1.查询频率高,修改频率低 2.对安全系数比较低 如何实现
Service
public class DeptServer {Autowiredprivate DeptMapper deptMapper;Auto…