English 中文(简体)
从网络到桌面发展
原标题:Switching from web to desktop development

一位朋友最近要求我拿出桌面解决办法。 因此,我制定了一个项目,在机器上安装了RAMP,现在他非常乐意使用这一仪器。 但我不是这样。 仅仅等待当地东道方的服务器反应似乎就没有权利。 很显然,Sphp适合桌面发展。 因此,我的问题是:如果要开发一个桌面应用程序,那么哪一个语言框架会给一名加拿大广播公司提供建议(有些是你可以安装的,它有自己的指南,而是利用类似的网络信息概念:cs、javascript或m)。

我谨提出Python,作为对我的问题的可能答案。 是否有任何人利用OMM和(或)以超文本为基础的GUI,来开发一个 desktop子。

最佳回答

你们应该无限期地使用沙尔。 它非常容易,而且非常强大。

utilizing an ORM and(or) HTML-based GUI

请不要这样做。 超文本具有其用途,不在桌面上。 请不要把经验引向新技术。

你们应当看一下全球倡议的各种框架。 Tkinter, PyQt (我的偏好)或GSK

问题回答

仅仅等待当地东道方的服务器反应似乎就没有权利。

确实! 您是否在服务器和浏览器上展示你的照片? 当地网络的建立速度很慢,但设计或实施得分。 Sam适用于通常难以制造的 desktop。

因此,向每个数据库发射你的火药,在每一数据库中打上<密码>解释计划,询问你的评估问题,在描述你的植物检疫环境时添加任何内容,看问题所在。 很可能,这并不是选择语言。

I ve recently come across a project called Titanium. It s a platform for developing native desktop (and mobile) applications using web technology (html/css, javascript and server-side languages like python, ruby and PHP! That s exactly what I was looking for. However, I haven t found no decent documentation or examples, community is small, so it seems to be underdeveloped right now. It mostly aims at mobile development rather that desktop. Apart from Titanium, I currently don t see a better way for a web developer to go.

目标平台窗口吗? 如果是的话,将C#与世界森林论坛一起审议。 保险单是用XAML建造的,与超文本/CSS非常相似。 C#使用。 NET框架虽然与PHP不同,但过渡不应太困难。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...