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

https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...ificationStyle.html 结果无论点什么按键都会报错: edu.mit.appinventor.aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if so...
https://bbs.tsingfun.com/thread-2442-1-1.html 

KIO4_Gradient 拓展:布局中的颜色渐变 - App Inventor 2 中文网 - 清泛IT...

http://kio4.com/appinventor/287_extension_gradiente_color.htm - 让我们看一下在布局中制作颜色渐变的扩展。- 我们放置一个布局,然后在该扩展的块中插入该布局的名称,放置一个包含所需颜色的列表,以及一个从 1 到 8 的数字,用于表示...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...ctivityClass 应指向应用程序活动类(对于此演示,它是 com.appinventor.cardboard.ui.PanoramaActivity) ActivityPackage 即 com.appinventor.cardboard 对于应用程序的块部分,唯一需要的 App Inventor 块是按钮单击的事件处理程序。每个事件处理程序...
https://www.tsingfun.com/it/ai2/ai2_connect.html 

App Inventor 2 AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

... 《App Inventor 2 连接:USB(Ai2 Starter启动手机USB调试)》 AppInventor,AppInventor2,AI伴侣
https://www.fun123.cn/referenc... 

创建自定义 TinyWebDB 服务 · App Inventor 2 中文网

...t stores data on a test service provided by App Inventor, http://tinywebdb.appinventor.mit.edu/ . This service is helpful for testing, but it is shared by all App Inventor users, and it has a limit of 1000 entries. If you use it, your data will be overwritten eventually. For most apps you write, yo...
https://bbs.tsingfun.com/thread-464-1-1.html 

Lua简明教程 - 脚本技术 - 清泛IT论坛,有思想、有深度

...ey Value的数据结构,它很像Javascript中的Object,或是PHP中的数组,在别的语言里叫Dict或Map,Table长成这个样子:haoel = {name="ChenHao", age=37, handsome=True}复制代码 下面是table的CRUD操作:haoel.website="http://coolshell.cn/" local age...
https://www.tsingfun.com/it/tech/1894.html 

Swift 编程语言入门教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...计算到字符串,并包含某人的名字来问候。 创建一个数组和字典使用方括号 "[]" ,访问其元素则是通过方括号中的索引或键。 var shoppingList = ["catfish", "water", "tulips", "blue paint"] shoppingList[1] = "bottle of water" var occupations = [ ...
https://bbs.tsingfun.com/thread-2118-1-1.html 

【软著】软件著作权证书申请流程及注意事项,模板分享 - App Inventor 2 中...

...尾。5、源码文档中不要有代码空行及注释。50行*60页 6、AppInventor2如何申请软著? 一般的软件比如使用Java开发,源码中准备的就是.java代码,但是appinventor没有具体的代码怎么办?不要紧,将.aia导出后,用压缩软件打开aia源码...
https://www.tsingfun.com/it/tech/1167.html 

C#位运算符(C#按位与、按位或 等) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...明了。 例如: INTEGER a,b;它等效于: int a,b; 用typedef定义数组、指针、结构等类型将带来很大的方便,不仅使程序书写简单而且使意义更为明确,因而增强了可读性。例如: typedef char NAME[20]; 表示NAME是字符数组类型,数组长度为...
https://www.tsingfun.com/it/cpp/1285.html 

STL:accumulate与自定义数据类型 - C/C++ - 清泛网 - 专注C/C++及内核技术

...通用的数值类型计算函数— accumulate(),可以用来直接计算数组或者容器中C++内置数据类型,例如:#include <numeric>int...C++ STL中有一个通用的数值类型计算函数— accumulate(),可以用来直接计算数组或者容器中C++内置数据类型,例如: ...