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

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

鸿蒙的证书适用范围 - HarmonyOS NEXT - 清泛IT社区,为创新赋能!

...成,用户无感。 目前的问题是签名工具路径没传给 BuildServer,刚才已经修复了。重启 BuildServer 后 debug 签名应该能自动生效。 ❯ 我现在就是无签名hap, hdc install 到模拟器好的很 ● 确实,...
https://bbs.tsingfun.com/thread-2936-1-1.html 

安卓(Android) 、鸿蒙(HarmonyOS) 、苹果(iOS) 测试方式及App上架方式对比 ...

...g证书+注册设备需申请证书+注册设备+Provisioning Profile调试工具ADBHDCXcode 💡 关键差异 - 安卓:最自由,Companion扫码即可实时调试,也可直接安装APK - 鸿蒙:模拟器无需签名,但真机需注册设备UDID + Debug签名 - iOS:最严格,必...
https://bbs.tsingfun.com/thread-2966-1-1.html 

App Inventor 2 MultiImagePicker 拓展:实现图片/视频多选功能 - App Inve...

...选择商品图片上传 3. 教育类 App:选择作业图片提交 4. 工具类 App:批量选择文件处理 七、注意事项 - 路径返回的是复制到本地的路径,不是原始路径 - maxCount 参数控制的是额外可选数量,0 或负数表示不限制 - 取消选择...
https://bbs.tsingfun.com/thread-2974-1-1.html 

App Inventor iOS App编译全流程:7步搞定苹果签名上架(更新版) - App应...

...uuid,才能安装.ipa进行测试。产出.ipa 安装包,必须用iTrun工具安装到指定设备。 2、AppStore模式有bug签名失败编译不了,等后面解决。这个模式是直接苹果云端编译好直接上架审核的,不对外产生.ipa 安装包。 完整文档参考...
https://bbs.tsingfun.com/thread-2980-1-1.html 

5分钟了解 App Inventor 2:不会写代码,也能做出自己的 App - App应用开发...

...育工作者:信息技术课、创客教育、编程社团的最佳教学工具 4. 产品经理/创业者:快速验证App想法,不用等开发排期 5. IoT/硬件玩家:通过蓝牙、MQTT连接硬件,用手机控制你的设备 5分钟快速体验 想试试?三步就够了: ...
https://bbs.tsingfun.com/thread-3007-1-1.html 

App Inventor 2 数据库方案全览:从本地存储到云端服务 - App应用开发 - 清...

...思义,数据保存在手机上,不需要网络就能用。适合个人工具类、单机类应用。 1. 微数据库(TinyDB) - 类型:原生组件 - 数据方案:本地存储(仅App卸载删除) - 是否支持数据变更事件:否 - 特点:用法简单 - 业务支撑...
https://bbs.tsingfun.com/thread-3012-1-1.html 

App Inventor 2 项目会自动保存吗?这两个操作很多人不知道 - App应用开发 ...

...记着存盘 2. 刷新AI伴侣让你修改代码后秒看效果 开发工具好不好用,很多时候不是看功能多不多,而是看这些小细节顺不顺手。 用好这些功能,开发效率自然就上去了。 --- 本文由 App Inventor 2 中文网(www.fun123.cn)原...
https://stackoverflow.com/ques... 

What is SaaS, PaaS and IaaS? With examples

...sk image library, block and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks etc. Examples: Amazon EC2, Windows Azure, Rackspace, Google Compute Engine. PaaS (Platform as a Service), as the name suggests, provides you computing platforms which typically incl...
https://www.fun123.cn/referenc... 

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

...的生成原理 没啥高深的技术,其实就是Java的工具包 keytool 生成的,命令如下: keytool -genkey -alias "androidkey" -keystore "debug.keystore" -keyalg "rsa" -storepass "android" -validity 10000 -dname "CN=AppInventor for Android, O=fun123.cn, C=CN" 具体参...
https://stackoverflow.com/ques... 

How do ports work with IPv6?

Conventional IPv4 dotted quad notation separates the address from the port with a colon, as in this example of a webserver on the loopback interface: ...