dongzexi5125 2011-06-02 13:00
浏览 27
已采纳

Web应用程序转换为桌面应用程序[关闭]

I have been reading some of the posts here, but haven't really seen the answers to my questions directly. I am a web developer and need to integrate some of my web applications to some sort of desktop application. For example, say a business has some kind of booking, it needs to be available offline (desktop in office/stores) and online, with the master database offline. What I would like to know is the best way in doing something like this and different options. If I can use web technology like PHP/MySQL and then use something like WinBinder to be able to handle all the work, then great, but from my research, I get the impression this is not a great approach. PHP/MySQL is what I mainly use for backend development, however know some other languages, just haven't mastered them yet.

Can you guys suggest some methods of acheiving what I need and what languages, etc are the best? Can I stick with web technologies, but create simple install packages so clients can install the application easily?

Thanks in advance for your help.

  • 写回答

3条回答 默认 最新

  • dqfsbvd43312 2011-06-02 13:04
    关注

    I discourage to use PHP as desktop application.

    You should sepearte the 2 appliaction.

    • Web app using PHP
    • Desktop app using Java (or whatever you want)

    In your desktop app you should provide a "journaled" system that can save all the actions users make offline and upload it when the users go online (or when the users want) to your PHP application so you can push those actions in your DB.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 GD32 SPI通信时我从机原样返回收到的数据怎么弄?
  • ¥15 phython读取excel表格报错 ^7个 SyntaxError: invalid syntax 语句报错
  • ¥20 @microsoft/fetch-event-source 流式响应问题
  • ¥15 ogg dd trandata 报错
  • ¥15 高缺失率数据如何选择填充方式
  • ¥50 potsgresql15备份问题
  • ¥15 Mac系统vs code使用phpstudy如何配置debug来调试php
  • ¥15 目前主流的音乐软件,像网易云音乐,QQ音乐他们的前端和后台部分是用的什么技术实现的?求解!
  • ¥60 pb数据库修改与连接
  • ¥15 spss统计中二分类变量和有序变量的相关性分析可以用kendall相关分析吗?