Home  >  Q&A  >  body text

java - 怎么开发windows桌面程序?

用java和c#这两个语言开发桌面程序,最先进的技术分别是什么?
我学过android开发,和android开发风格差不多的(就是用xml做布局)的java桌面开发技术是什么?c#桌面开发技术是什么?

谢谢大神们

PHP中文网PHP中文网2717 days ago1287

reply all(11)I'll reply

  • 阿神

    阿神2017-04-18 10:18:09

    We can create desktop applications and mobile apps
    by use of browser/webview and local PHP(built-in HTTP server and SQLite).

    # Start PHP Server
    php -S localhost:8080
    # Start Browser
    xdg-open http://localhost:8080

    reply
    0
  • Cancelreply