如果我的应用程序中需要 oparete 小型 Web 服务器,它会识别为病毒吗?
我需要在我的应用程序中操作气味网络服务器在我的嵌入式浏览器中播放flash swf文件,该应用程序将分发给本地用户到桌面用户 在桌面应用程序中实现它的最佳方法是什么,我的意思是端口/本地主机?
i need to operate smell web server in my application play flash swf files in my embedded browser , this application will be distributed to local users to desktop users
what is the best way to implement it in desktop application i mean ports / local host ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只是想在嵌入式浏览器中显示某些内容,则无需设置本地 Web 服务器,只需将其指向位于应用程序目录中的适当本地文件(使用 file:// 协议)即可。
If you simply want to show something in your embedded browser there's no need to set up a local web server, just point it to appropriate local files that will be located in your application's directory (using the file:// protocol).