01公司简介2022 ABOUT /公司简介安徽容知日新科技股份有限公司(股票代码:688768)于2007年在合肥市成立,是一家工业互联网领域的高新技术企业,为客户提供设备智能运维平台解决方案和动设备预测性维护产品及服务。容知日…
1 didFocus和didBlur解释
didFocus - the screen focused (if there was a transition, the transition completed)didBlur - the screen unfocused (if there was a transition, the transition completed) didFocus是指当前页面第一次加载的时候会调用一次
didBlur是指当前…
C#里面没有像VB一样的InputBox,但是像InputBox一样的控件在程序中很实用,这里有两种方法实现:
一、调用VB里的InputBox 首先添加引用Microsoft.VisualBasic,然后在命名空间中引用(using Microsoft.VisualBasic;)。 举个实例: using System;
using System.Collections.Ge…
1 消息队列 消息队列是消息的链接表 , 存放在内核中并由消息队列标识符标识。 m s g g e t用于创建一个新队列或打开一个现存的队列。 m s g s n d用于将新消息添加到队列尾端。 m s g r c v用于从队列中取消息。 调用的第一个函数通常是m s g g e t,其功能是打开一…