大约有 1,300 项符合查询结果(耗时:0.0083秒) [XML]

https://www.fun123.cn/referenc... 

Screenshot 拓展:截取手机屏幕 · App Inventor 2 中文网

... Screenshot 拓展 属性 事件 方法 « 返回首页 Screenshot 拓展 截取手机屏幕。 .aix 拓展下载: cn.fun123.Screenshot.aix 属性 FileName 设置截屏图片的名称。 事...
https://www.tsingfun.com/it/tech/864.html 

PHP中9大缓存技术总结 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...被解析为Tokens,然后再编译为Opcode码,最后执行Opcode码,返回结果;所以,对于相同的php文件,第一次运行时可以缓存其Opcode码,下次再执行这个页面时,直接会去找到缓存下的opcode码,直接执行最后一步,而不再需要中间的步...
https://www.fun123.cn/referenc... 

NumberPicker 扩展:滑动选择数字,自定义样式 · App Inventor 2 中文网

...息 方法 属性 事件 版权说明 « 返回扩展首页 NumberPicker 扩展 NumberPicker 用于显示一个数字列表或文本列表,用户可以通过滑动或点击来选择。 可自定义的内容包括:颜色、大小、边...
https://www.fun123.cn/referenc... 

AppInventor2 .keystore 证书文件 - App版本升级的奥秘 · App Inventor 2 中文网

... 如何固定证书? 深入核心原理 秘钥的生成原理 « 返回首页 提问:我每次想更新软件的时候,签名不一样还要卸载重装,这样每次更新微数据库里的东西都没了,可以固定签名吗? 这里就涉及到安卓apk打包时的证书文...
https://www.fun123.cn/referenc... 

App Inventor 2 连接方式:AI伴侣、模拟器、USB · App Inventor 2 中文网

...AI伴侣、模拟器、USB « 返回首页 App Inventor 2 连接测试App 从功能上来说大致分为3类,在连接菜单下: 但是每种类型下面仍有一些不同的选择,下面开始介绍各种连接方式的特点: ...
https://www.fun123.cn/referenc... 

App Inventor 2 FTP 客户端拓展:FTP协议连接、上传、下载、创建、修改目录...

...TP 客户端拓展 属性 事件 方法 « 返回首页 FTP 客户端拓展 FTP 客户端:FTP协议连接、上传、下载、创建、修改目录等。 需要的权限点:READ_EXTERNAL_STORAGE 和 WRITE_EXTERNAL_STORAGE。 .aix 拓...
https://www.fun123.cn/referenc... 

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

...自定义 TinyWebDB 服务 « 返回首页 TinyWebDB is an App Inventor component that allows you to store data persistently in a database on the web. Because the data is stored on the web instead of a particular phone, TinyWebDB can be used to facilitate ...
https://www.fun123.cn/referenc... 

将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网

...目连接到外部传感器 « 返回首页 将 App Inventor 2 项目连接到外部传感器 Note: This report describes work carried out in Spring 2014 for an Undergraduate Advanced Project in the MIT Department of Electrical Engineering and Computer S...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

...码下载 代码编写 拓展编译 拓展导入,测试验证 « 返回首页 为什么需要开发拓展? App Inventor 2 是积木式在线安卓开发环境,利用拖拽式的方式实现代码块堆叠,从而完成相应的逻辑。 上手很容易,但...
https://www.tsingfun.com/it/cpp/665.html 

线程访问窗口资源的问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...言出错(状况2,3). 也是因这个原因,GetDlgItem()等常用函数返回的都是临时对象,不能在程序中保存以在以后使用,而应该随用随取.注意MSDN中的说明:The returned pointer may be temporary and should not be stored for later use. 下面...