大约有 10,000 项符合查询结果(耗时:0.0312秒) [XML]

https://www.tsingfun.com/down/ebook/61.html 

用VC实现组态王数据的远程共享 - 文档下载 - 清泛网 - 专注C/C++及内核技术

...作为客户机从服务器获得信息。客户机应用程序向当前所激活的服务器应用程序发送一条消息请求信息,服务器应用程序根据该信息作出应答,从而实现两个程序之间的数据交换。 DDE(Dynamic data exchange)的工作原理是: 甲方...
https://www.tsingfun.com/down/soft/70.html 

快速产品原型设计软件 - Axure RP Pro 7 (附注册+汉化包) - 软件下载 -...

...   axure7.0下载地址::点此下载axure7.0 第二步:注册激活   Axure RP 7.0注册 用户名:axureuser 序列号:8wFfIX7a8hHq6yAy6T8zCz5R0NBKeVxo9IKu+kgKh79FL6IyPD6lK7G6+tqEV4LG 第三步:Axure 7.0 汉化   axure7.0汉化语言包中文包下载地址:...
https://bbs.tsingfun.com/thread-1431-1-1.html 

自己搭建的MQTT云服务器 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...管理问题,你输出每次的连接状态看看,看App退到后台再激活后连接状态是啥。必要的时候,需要做一个重连逻辑。我在APP界面中添加了1个标签,专门用来显示连接状态,有一个计时器,只要连接状态不是Connected,就会重新连...
https://bbs.tsingfun.com/thread-2863-1-1.html 

【iOS】苹果开发者账号购买及开通问题 - App应用开发 - 清泛IT社区,为创新赋能!

这个状态说明账号购买后尚未激活,需要最多等待 48 小时。 “Certificates, Identifiers & Profiles”‌(证书、标识符与描述文件): https://developer.apple.com/account/resources 也可能是账号没有注册完成: 成功开通的邮件通...
https://www.fun123.cn/referenc... 

在 App Inventor 2 中使用图像 · App Inventor 2 中文网

...ices a dip may map to one pixel while on others it may be nine pixels. The idea is that most screens will have the same number of “dips” to an inch of screen real estate. Developers can still give UI elements sizes in “pixels” in App Inventor, but realize those pixels are in fact dips. Ima...
https://bbs.tsingfun.com/thread-3066-1-1.html 

App Inventor 2 蓝牙发送十六进制字节方案:文本转Hex字节详解 - App应用开...

...15"a"~"f" → 10~15 实现方法:通过比较 ASCII 来判断字符范围,然后做减法运算。 2. HexTextToBytes 主转换过程伪代逻辑: 过程 HexTextToBytes(hexText)  输入: hexText = "ABCD"  输出: 字节列表 [171, 205]...
https://bbs.tsingfun.com/thread-2956-1-1.html 

App Inventor 2 BLE扩展源分析 - WriteBytes vs WriteStrings 23字节硬编...

... WriteStrings 方法发送时硬件收不到或收到截断数据。 源仓库: mit-cml/appinventor-extensions (extension/bluetoothle 分支) 关键文件: - BluetoothLE.java(2975行)-- 公开API层 - BluetoothLEint.java(3165行)-- 内部实现层 二、核心发现:23字...
https://www.tsingfun.com/ilife/tech/901.html 

为何谷歌不可复制? - 资讯 - 清泛网 - 专注C/C++及内核技术

...布停止这项服务。 事实上,类似这样的产品不胜枚举。最新的一个案例则是Google ,这是一个被谷歌高层寄予厚望,用来挑战Facebook地位的社交产品,并通过Gmail、YouTube等谷歌核心产品进行整合,但和Wave的命运一样,Google 已基...
https://www.fun123.cn/reference/other/sizes.html 

指定组件的大小 · App Inventor 2 中文网

...路 在线 客服 扫添加客服咨询 我要 分享 扫分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //...
https://www.fun123.cn/referenc... 

RadioButton单选按钮扩展集合 · App Inventor 2 中文网

...个RadioButton组需要一个独立的扩展实例 示例初始化代: when Screen1.Initialize do // 设置布局为RadioButton组 call UrsAI2RadioButton1.SetLayout HorizontalArrangement1 true IncludeSubLayouts参数: true: 包含子布局中的CheckBox false: 仅包含直接...