大约有 480 项符合查询结果(耗时:0.0102秒) [XML]
【持续更新】App Inventor 2 中文拓展一览 - App Inventor 2 中文网 - 清泛...
...
【UI】自定义下载器扩展:个性化下载进度展示
【UI】AppInventor2 图表扩展:仪表盘、柱状图、折线图、饼图
多媒体
【文件】FileTools 拓展:提供额外的更强大的文件相关操作
【图像】TaifunImage 拓展:图片压缩剪裁处理
...
micro:bit 连接报错 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...错了。
运行故障
java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribeBluetoothLEint.java:357) at
edu.mit.appinventor.ble.BluetoothLEintSBLEReadOperation.run(BluetoothLEint.java:325) at android.os.Handler.handleCallback(Handler.java:1013) ...
将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网
...lug-and-play environment by connecting various blocks of code.
Currently, AppInventor’s toolset primarily focuses on enabling prototyping of software experiences, with many blocks created to utilize Android system services such as sending and receiving SMS messages or reading information from the...
App Inventor 2 中文网原创内容 · App Inventor 2 中文网
...RA has been denied. Please enable it in the Settings app.
【已解决】AppInventor2 Runtime Error 运行时错误
【已解决】Run time error “Stack size 8188kb”
【已解决】Unable to find component “SpaceView” while loading project “ FileEncryptionTest2”
【已解决】R...
泡在Stack Overflow答题30天 - 创意 - 清泛网 - 专注C/C++及内核技术
...多年来是如何使用Stack Overflow的话,我的答案就是:打开网页,搜索问题,查看Stack Overflow的搜索结果,参...想法的萌芽
如果非要总结下我多年来是如何使用Stack Overflow的话,我的答案就是:打开网页,搜索问题,查看Stack Overflo...
App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通义千问...等国...
...,内容直接展示即可:
DeepSeek
使用AppInventor2接入DeepSeek大模型。从深度求索获取 API Key »
当然也可以对接其他厂商部署的DeepSeek服务,比如百度、阿里都有部署,这里选择阿里的DeepSeek服务进行测试验证:
...
使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网
...序。 要构建应用程序,你需要使用位于 http://extension-test.appinventor.mit.edu 的 App Inventor 测试服务器。 你还需要使用与该实例对应的 AI Companion。 连接到服务器后,查看“帮助”->“伴侣信息”以下载该伴侣。 当你切换回普通的AI2...
数据存储组件 · App Inventor 2 中文网
...用程序会从应用程序的私有存储读取,AI伴侣则是/sdcard/AppInventor/data目录。
文件管理器
不可见组件,用于写入或读取设备上的文件,外部文件的路径均由作用域 属性指定,不论应用程序是AI伴侣运行还是已编译、以及...
使用NPAPI编写浏览器插件的源码实例(windows 7/linux) - C/C++ - 清泛网 - ...
...de.google.com/chrome/extensions/getstarted.html
插件的功能
提供网页的javascript可以调用本机上的程序的能力。
关于源码的说明
npapi/npapi.h
npapi/npfunctions.h
npapi/npruntime.h
npapi/nptypes.h
直接来自:http://code.google.com/p/npapi-headers/
plugin_...
ATL COM开发入门(一)(JS调用ActiveX/COM组件) - C/C++ - 清泛网 - 专注C/C++及内核技术
...etStr.AllocSysString();
return S_OK;
}
四、写一个简单的html网页进行测试:
<HTML>
<HEAD>
<TITLE>COM接口测试页</TITLE>
<script type="text/javascript">
function Test(){
var retStr = AtlDemoObj.ConcatStr(document.all.ipt1.value, document.all.ipt2.value);
alert(retS...