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

https://www.tsingfun.com/it/cpp/1369.html 

libcurl的使用总结 - C/C++ - 清泛网 - 专注C/C++及内核技术

...用它.它告诉curl库.程序将有如何的行为. 比如要查看一个网页的html代码等.(这个函数有些像ioctl函数)参数: 1 CURL类型的指针 2 各种CURLoption类型的选项.(都在curl.h库里有定义,man 也可以查看到) 3 parameter 这个参数 既可以是个函数的...
https://bbs.tsingfun.com/thread-1442-1-1.html 

【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...

...硬盘上。注意保存文件的位置。进入App Inventor (http://ai2.appinventor.mit.edu),从计算机中导入AIA文件。 2. 查看设计:它有什么用?请做出你的预测。在“Designer组件设计”屏幕中查看组件。你能预测它们的作用吗?(注意:本指南将在...
https://community.appinventor.... 

[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...

...u did not yet submit (a temporal anomaly) Here is the doc page: http://iot.appinventor.mit.edu/#/bluetoothle/bluetoothleintro Here is the doc for the event: MTUChanged – The MTUChanged event is run when the two BluetoothLE devices have successfully changed their maximum transmission unit (MTU) ...
https://www.fun123.cn/reference/other/merger.html 

App Inventor 2 项目合并工具 AIMerge · App Inventor 2 中文网

...ou can find a link to the file on the MIT App Inventor Web site at http://appinventor.mit.edu/explore/resources/ai2-project-merger.html Download the jar file and save it to your computer. To launch the Project Merger simply double click on the jar file. Find and Load Both Projects The main proj...
https://www.fun123.cn/referenc... 

App Inventor 2 SQLite 拓展:超流行兼容主流SQL语法的迷你本地数据库引擎...

... 1.3版本更新(2025/09/24) 查询SQL结果优化为AppInventor标准的二维列表,通过列表索引可以取到单元格值,详见读取数据。 1.2版本更新(2025/09/15) 默认sqlite3 优化库导入导出方法 ...
https://www.tsingfun.com/ilife/tech/1224.html 

从Sloodle看三维虚拟学习环境的发展趋势 - 资讯 - 清泛网 - 专注C/C++及内核技术

... ,也可以分享在线应用程序并协同创作 ,比如共同浏览Web网页、共同操作完成一个 OpenOffice文档等。它的目标是要构造一个协作环境 ,使用户可以通过多种方式协作 ,在桌面程序上分享和协同工作。2008年 ,埃塞克斯大学、俄勒冈大...
https://www.fun123.cn/referenc... 

App Inventor 2 低功耗蓝牙 BlueToothLE 拓展 · App Inventor 2 中文网

...性 方法 事件 « 返回首页 最新版拓展下载: edu.mit.appinventor.ble-20230728.aix 低功耗蓝牙,也称为蓝牙LE 或简称 BLE,是一种类似于经典蓝牙的新通信协议,不同之处在于它旨在消耗更少的功耗和成本,同时保持同等的功能。 ...
https://www.fun123.cn/referenc... 

地图组件(高德地图) · App Inventor 2 中文网

...度,经度) 设置地图的中心坐标位置,坐标使用数字。(AppInventor2中文网独家支持) 创建标记(纬度,经度) 在地图上指定的 纬度 和 经度 处创建一个 标记。 根据描述生成特征(描述) 将特征描述转换为 App Inventor 地图特征...
https://www.tsingfun.com/it/tech/1215.html 

构建高并发高可用的电商平台架构实践 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...通过端口检测到服务器内部的故障,比如根据服务器处理网页返回的状态码、超时等等,并且会把返回错误的请求重新提交到另一个节点,不过其中缺点就是不支持url来检测。对于session sticky,可以基于ip hash的算法来实现,通过...
https://www.tsingfun.com/it/tech/2063.html 

Eclipse RCP开发桌面程序 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...览器显示一样,而Active X控件更是无处不在,做VB开发和网页开发的人都应该很熟悉。使用Windows系统中丰富的Active X控件资源,我们可以实现功能非常强大的程序。 在Windows平台下,SWT图形工具包提供了对OLE的支持,Active X控件...