java - 怎么开发windows桌面程序?
PHP中文网
PHP中文网 2017-04-18 10:16:09
0
11
1346

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

谢谢大神们

PHP中文网
PHP中文网

认证0级讲师

reply all(11)
阿神

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template