简体   繁体   English

在Linux下,如何通过.html运行应用程序

[英]Under linux, how to run application via .html

I am working on a image processing project. 我正在从事图像处理项目。 I am not familiar with html. 我不熟悉html。 Here is what I think. 这就是我的想法。

My C++ application is able to read an image and write the image to file after processing. 我的C ++应用程序能够在处理后读取图像并将图像写入文件。 The procedural is that user can click mouse in a fixed region of my web, and the position data could be passed as parameter to my application, and then my C++ application will use the position data to process the image and output image to file, finally my web display the image. 程序是用户可以在我的网站的固定区域中单击鼠标,并将位置数据作为参数传递给我的应用程序,然后我的C ++应用程序将使用位置数据来处理图像并将图像输出到文件,最后我的网络显示图像。

So is that possible to implement this? 那么有可能实现这一目标吗?

I'm afraid it's not possible only with HTML. 恐怕仅HTML不可能。 It should be possible with any server-side scripts written in PHP (for example). 例如,用PHP编写的任何服务器端脚本都应该可行。 Anyway, you can make you program to watch folder uploaded and processed images save into another folder. 无论如何,您可以让您编程以观看文件夹上载并将处理过的图像保存到另一个文件夹中。 You will need PHP or something like this though. 您将需要PHP或类似的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio中运行Linux下编写的程序 - how to run program written under linux in visual studio 如何在嵌入式 linux 目标上运行 qt 应用程序? - How to run qt application on embedded linux target? 是否可以在Linux下的Mono中运行在Visual Studio 2013中编译的Win 32控制台C ++应用程序? - Can win 32 console C++ application compiled in Visual Studio 2013 be run in Mono under Linux? 如何编译(构建)我的Qt应用程序以在许多Linux发行版上运行? - How to compile (build) my Qt application to run on many linux distributions? 如何在 BeagleBoard 上的 Angstrom Linux 上启动时运行 C++、PortAudio 应用程序? - How to run a C++, PortAudio application on startup on Angstrom Linux on a BeagleBoard? 在spark集群下运行c ++应用程序 - run a c++ application under spark cluster 如何在Windows 10 x64下通过Clion 2017.1编译32位应用程序? - How to compile 32-bit application via Clion 2017.1 under Windows 10 x64? 如何在linux中运行OCI - How to run OCI in linux 如何在Linux中运行FlashWindow? - How to run FlashWindow in Linux? 准备在Windows下为Linux编译C ++代码 - Compile C++ code under windows for linux, as ready to run
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM