摘要:
private void ExecuteJob(int hour = 10, int min = 10, int ss = 0) { ISchedulerFactory factory = new StdSchedulerFactory(); IScheduler scheduler = factory.GetScheduler(); scheduler.Start();... 阅读全文
摘要:
其他信息: CLR 无法从 COM 上下文 0x88e028 转换为 COM 上下文 0x88e0e0,这种状态已持续 60 秒。拥有目标上下文/单元的线程很有可能执行的是非泵式等待或者在不发送 Windows 消息的情况下处理一个运行时间非常长的操作。这种情况通常会影响到性能,甚至可能导致应用程序 阅读全文
摘要:
What is 'Context' on Android? Putting it simply: As the name suggests, it's the context of current state of the application/object. It lets newly-crea 阅读全文
摘要:
//首先要设置notifyIcon属性:Icon设置ico图标,否则在系统托盘无图标显示private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e) { this.WindowState = FormWindowState.Normal; //若使用Hide()时,要用Show()方法显示窗体... 阅读全文
摘要:
1.每次变更都保存 2. 退出时保存 阅读全文