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

https://www.tsingfun.com/it/ai2/ai2_robot.html 

App Inventor 2 语音交互机人Robot,使用讯飞语音识别引擎 - App Invento...

App Inventor 2 语音交互机人Robot,使用讯飞语音识别引擎ai2_robotApp Inventor 2 语音识别及交互App。识别语言指令并控制机人运动,主要用到语音识别及文本朗读组件,语音识别相关开发最佳入门。代码逻辑简单,App交互性及...
https://bbs.tsingfun.com/thread-1632-1-1.html 

ScrollArrangementHandler 滚动布局管理拓展:同一屏幕内页面切换效果 - ...

规则一般如下:如果滑动距离超过屏幕的一半,则切换屏幕,否则回到原屏幕。 具体用法,请参考原文。 原文: https://aix.colintree.cn/zh/exte ... gementHandlers.html https://mp.weixin.qq.com/s/1k6PFZT7HANyUEG3q1PnLQ
https://bbs.tsingfun.com/thread-1717-1-1.html 

自定义下载扩展:个性化下载进度展示 - App Inventor 2 拓展 - 清泛IT社...

Customdownloader Extension Documentation Event triggered when an error occurs during download. Successful Download downloadId, filePath, fileSize, fileName Event triggered to report download progress, speed, eta, fileSize, and downloadedSize Download the file of given URL to t...
https://bbs.tsingfun.com/thread-2490-1-1.html 

Async Image Loader Extension:异步图像加载扩展 - App Inventor 2 拓展...

[size=15.008px][color=var(--tertiary)][color=var(--secondary)][color=var(--secondary-high)]512×512 8.95 KB AsyncImage An extension for MIT App Inventor 2. Simple asynchronous image loader extension to load image asynchronously in an image or arrangement component with circular image. Thi...
https://stackoverflow.com/ques... 

Converting HTML files to PDF [closed]

I need to automatically generate a PDF file from an exisiting (X)HTML-document. The input files (reports) use a rather simple, table-based layout, so support for really fancy JavaScript/CSS stuff is probably not needed. ...
https://stackoverflow.com/ques... 

(HTML) Download a PDF file instead of opening them in browser when clicked

I was wondering how to make a PDF file link downloadable instead of opening them in the browser? How is this done in html? (I'd assume it's done via javascript or something). ...
https://stackoverflow.com/ques... 

Convert HTML + CSS to PDF [closed]

...an they were back then. Here are some online services that you can use: PDFShift Restpack PDF Layer DocRaptor HTMLPDFAPI HTML to PDF Rocket Have a look at PrinceXML. It's definitely the best HTML/CSS to PDF converter out there, although it's not free (But hey, your programming might not be f...
https://stackoverflow.com/ques... 

Show a PDF files in users browser via PHP/Perl

I want to show my users PDF files. The reason why I use cgi to show the pdf is I want to track the clicks for the pdf, and cloak the real location of the saved pdf. ...
https://stackoverflow.com/ques... 

How can I convert a series of images to a PDF from the command line on linux? [closed]

... and want to be able to convert a bunch of images (all in one folder) to a pdf from the command line. How can that be done? ...
https://stackoverflow.com/ques... 

Proper MIME media type for PDF files

When working with PDFs, I've run across the MIME types application/pdf and application/x-pdf among others. 3 Answers ...