大约有 896 项符合查询结果(耗时:0.0060秒) [XML]

https://www.fun123.cn/reference/iot/ble.html 

App Inventor 2 低功耗蓝牙(BLE) 硬件接入、数据通信及IO控制 · App Inventor 2 中文网

...商自定义UUID BLE专业文档 最后做个推广 « 返回首页 低功耗蓝牙(BLE)以低功耗、低成本、开发简便逐渐被广泛应用,本文主要介绍一款较为通用、价格低廉的BLE设备从零开始如何利用App Inventor 2开发一款自己专属...
https://www.tsingfun.com/it/da... 

当ORACLE 11G 遇到 JUNIPER 防火墙 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...防火墙会深入检测数据包!结果连接的地址是172.16.110.102 返回的包有可能是172.16.110.101 或者172.16.110.111 两个地址。 防火墙会认为这个地址在伪造IP包 并进行攻击下面是复制的一个LOG。 2014-11-04 18:01:39 system alert 00008 IP spoofing!...
https://www.fun123.cn/reference/other/sizes.html 

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

... 指定组件的大小 « 返回首页 指定组件的大小 When you create a visible component in the designer, you are typically given the opportunity to specify its height and width. There are four choices: Automatic: Size is chosen by the ...
https://www.fun123.cn/referenc... 

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

... 故障排除 常见问题 « 返回扩展首页 RadioButton单选按钮扩展 本页面收录了多个RadioButton(单选按钮)扩展,为App Inventor应用提供了单选按钮功能。单选按钮允许用户从一组选...
https://www.tsingfun.com/it/tech/2021.html 

plupload图片上传插件的使用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... splice(start,length):从队列中start开始删除length个文件, 返回被删除的文件列表 start() 开始上传 stop()停止上传 unbind(name, function): 接触事件绑定 unbindAll()解绑所有事件 属性集合 features:uploader中包含那些特性 files:当前队列...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...点触控:Scale Detector « 返回首页 草稿(9 月 13 日):构建扩展需要 App Inventor Extensions 功能,该功能尚未合并到 App Inventor 版本中。 但是你可以使用我们的扩展测试服务器尝试下面描述的一些步...
https://www.tsingfun.com/it/cpp/1348.html 

NSIS学习笔记(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...\n", szComponent); MessageBoxW(g_hwndParent, buf, 0, MB_OK); //准备返回参考 int len = (int)wcslen(szComponent); // make a little change to input parameter // below shift a unit character. for (int i = 0; i < len; ++i) szComponent[i] += 1; // push back on the stack pushst...
https://www.fun123.cn/referenc... 

界面布局组件 · App Inventor 2 中文网

... 属性 事件 方法 « 返回首页 界面布局组件 目录: 水平布局 水平滚动条布局 表格布局 垂直布局 垂直滚动条布局 水平布局 使用水平布局组件来展示一组从左到右排列...
https://www.tsingfun.com/it/cpp/709.html 

BSS段、数据段、代码段、堆与栈 剖析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...压入发起调用的进程栈中,并且待到调用结束后,函数的返回值也会被存放回栈中。由于栈的先进先出特点,所以栈特别方便用来保存/恢复调用现场。 从这个意义上讲,我们可以把堆栈看成一个寄存、交换临时数据的内存区。...
https://www.tsingfun.com/it/tech/1597.html 

LoadRunner中参数化技术详解 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...数据表中至少要有100个数据,否则Controller 运行过程中会返回一个错误。 因此以下例子在数据表中加入数据D、E、F、G、H、I。 Unique + Each iteration 第一次迭代 无论参数出现多少次 Vuser1取A Vuser2取D Vuser3取G 第二次迭代 无论参...