大约有 8,000 项符合查询结果(耗时:0.0233秒) [XML]

https://www.fun123.cn/reference/creative/pdf.html 

App Inventor 2 PDF文档预览 · App Inventor 2 中文网

...使用 .pdf 扩展名从程序包资产中查看 pdf 文件,不再需要外部 pdf 查看器! 代码如下: PDF预览效果如下: demo 下载: pdf.aia 切换 目录 关注 我们 关注我...
https://www.tsingfun.com/it/tech/2086.html 

浅谈HTML5 & CSS3的新交互特性 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...信息;同时用户也可选择否关闭这个功能。 6. 网页存储(Web storage) API HTML5提供了网页存储的API,方便Web应用的离线使用。除此之外,新的API相对于cookie也有着高安全性,高效率,更大空间等优点。 7.拖拽释放(Drag and drop) ...
https://www.tsingfun.com/it/cpp/2146.html 

__declspec(dllexport) 导出符号解决链接失败问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...任何申明,宏全部替换成空即可。error LNK2019: 无法解析的外部符号 "public: __thiscall CBtt::CBtt(void)" (??0CBtt@@QAE@XZ),该符号在函数 "protected: __thiscall COwnerView::COwnerView(void)" (??0COwnerView@@IAE@XZ) 中被引用 error LNK2019: 无法解析的外部符号 "...
https://stackoverflow.com/ques... 

Debugging sqlite database on the device

...ing command: run-as com.yourpackage sh -c "cat ~/databases/db-file" > /sdcard/db-file.sqlite This will copy your db-file to the root of your SD card / external storage. Now you can easily get it from there by using file manager, adb pull or whatever else you like. Note that with this approach,...
https://bbs.tsingfun.com/thread-1545-1-1.html 

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

...使用的App自带的扫描摸块。 解决: [hide] 不使用外部扫描器,这个属性设置为假(去掉勾选)即可 原理的话,具体请参考文档:https://www.fun123.cn/reference/ ... html#BarcodeScanner 设置否要使用外部扫描程序,例如扫码机...
https://bbs.tsingfun.com/thread-1224-1-1.html 

App Inventor 2 上传文件到服务器的方案全总结 - App Inventor 2 中文网 - ...

...eb客户端POST文本的方式,发送数据,服务端base64解码后,存储文件。下载过程Web客户端通过网络url下载文件到手机。      类似地,也可将图片Base64化后分片存储到网络微数据库。下载过程将分片完整合并,...
https://www.tsingfun.com/it/tech/1757.html 

Win7禁用休眠 减少C盘容量占用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

Win7禁用休眠 减少C盘容量占用开始菜单 → 运行 → cmd.exe → 右键管理员身份运行 → 命令:powercfg -h off回车即可,C盘容量占用减少立...开始菜单 → 运行 → cmd.exe → 右键“管理员身份运行” → 命令:power...
https://bbs.tsingfun.com/thread-1035-1-1.html 

【未发布】【第一课】撸猫游戏 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...使用方法:交作业(指导),提问题,搜索解决方法,找素材指导。 分类:趣味游戏 课程学习目的: 课程步骤:
https://bbs.tsingfun.com/thread-1263-1-1.html 

App Inventor 2 编译过程 AAPT 阶段出错的可能原因 - App Inventor 2 中文...

很可能因为素材中存在大小写不同的同名文件,例如:abc.jpg 和 ABC.jpg
https://www.tsingfun.com/it/tech/887.html 

iOS开发过程中的各种tips - 更多技术 - 清泛网 - 专注C/C++及内核技术

...文件相当于c++或者c文件 Safari其实没有把内存的缓存写到储卡上 28.读取一般性文件 - (void)readFromTXT { NSString *tmp; NSArray *lines;//将文件转化为一行一行的 lines = [[NSString stringWithContentsOfFile:@"testFileReadLines.txt"] components...