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

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

黄金矿工 - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:3个,代码块600左右,主要用到画布和图像精灵,代码比较精炼,有很好的学习参考价值。
https://www.tsingfun.com/it/os_kernel/513.html 

两大桌面系统之战:Yosemite vs Windows 10 - 操作系统(内核) - 清泛网 - ...

...入的系统不适合在移动设备上使用。   那么微软是怎么做的呢?假设你使用的是 Surface,当你断开它的鼠标和键盘连接之后, Windows OS 检测到之后它就会切换进入平板使用模式。Windows 10 不是 Windows Phone 8 的后续制作,不过...
https://www.fun123.cn/referenc... 

社交应用组件 · App Inventor 2 中文网

...人图片的文件的名称,可用作 图像.图片属性值 或 图像精灵.图片 属性值。 其他属性影响按钮外观(文本对齐、背景颜色等)以及是否可以单击(启用)。 联系人选择框组件可能不适用于所有手机。例如,在3.0之前的Android系...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...序。 除了 ScaleDetector1 之外,还有 Canvas1,其中包含 Ball1 精灵和 Label1。 使用数字 scaleFactor 调用 ScaleDetector1.Scale 事件处理程序。 当 scaleFactor 大于 1 时,表示手指正在分开。 在这种情况下,程序将球的半径增加 3,最多为画布宽...
https://www.tsingfun.com/it/tech/2063.html 

Eclipse RCP开发桌面程序 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...栏的,结合上一小节的内容,我们应该很快就可以探索到怎么给视图添加漂亮的工具栏了,这里我不再罗嗦。 再来看Perspective.java,不难发现,所有的透视图类都需要实现IPerspectiveFactory接口,而该接口的createInitialLayout方法,...
https://stackoverflow.com/ques... 

Merge / convert multiple PDF files into one PDF

How could I merge / convert multiple PDF files into one large PDF file? 18 Answers 18 ...
https://www.tsingfun.com/it/opensource/1969.html 

pdf2htmlEX实现pdf转html - 开源 & Github - 清泛网 - 专注C/C++及内核技术

pdf2htmlEX实现pdf转html首先要感谢pdf2htmlEX的作者Lu Wang,该软件是一个pdf转html的开源软件,效果非常理想。下面两张图片是html和pdf视图下的截图:windows下...首先要感谢pdf2htmlEX的作者Lu Wang,该软件是一个pdf转html的开源软件,效果...
https://stackoverflow.com/ques... 

Add text to Existing PDF using Python

I need to add some extra text to an existing PDF using Python, what is the best way to go about this and what extra modules will I need to install. ...
https://stackoverflow.com/ques... 

Merge PDF files

Is it possible, using Python, to merge separate PDF files? 9 Answers 9 ...
https://stackoverflow.com/ques... 

How to display PDF file in HTML?

I have an auto generated PDF file by itext and I need to display that PDF file in HTML. My question is: How to display a local PDF file in HTML using pdf.js ? Should that PDF file be generated by some standards? ...