问题标签 [feasibility]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
473 浏览

database - 使 DLL 兼容所有数据库是个好主意吗

我被分配了一项任务,以获取制作 dll 的可行性,该 dll 需要一些输入,例如数据库名称(Mysql、access、sql、oracle 等)和更多输入来生成查询,并基于该 dll 应该返回应用程序的记录集。

这是个好主意吗?如果是,那么我应该考虑哪些输入?

0 投票
4 回答
2397 浏览

javascript - 使用关键字扩展 javascript

我在这方面的谷歌搜索不成功,所以这是一个问题:

我想知道是否可以添加我自己的关键字来扩展给定框架中的 JavaScript 语言。

例如

在代码中将导致执行此方法

其中,inherit 是一个负责复制原型、添加父级构造函数等的函数。

这是可行的吗?如果是这样,如何?如果没有,还有其他好的方法吗?

谢谢。

0 投票
1 回答
240 浏览

iphone - iPhone Application UI Implementation Suggestion

I am building an iPhone app, which will function similarly to many restaurant finder applications. When launched, the application will start with a view that allows a user to specify a zip code for performing a search. Alternatively, if the user has an iPhone with a GPS, the application will automatically perform a search based on their current location, although it will be possible for the user to specify their own location.

After the search has been performed, the user will be presented with a tab bar view, which displays a list of all results, or a map view, containing all of the results within a specified range. Finally, there will be a details view, which gives the user detailed information about any one particular result from the list or map.

The application should flow as follows:

Search -> (list | map) -> details

I'm very new to iPhone development, so I'd appreciate some feedback on how to put together the interface.

What I'm thinking is I could use a navigation view controller for the opening search view. When the user clicks the "Search" button, the app will switch views to a view containing a tab bar controller (one tab for the list and another for the map). Both the list and map views will be placed inside yet another navigation view, which will allow the user to switch to the details view when the user attempts to drill down into the details view.

Does my solution to the problem sound feasible? Is there an alternative way I should consider?

0 投票
2 回答
122 浏览

iphone - Iphone:应用可行性

我对在 Iphone 上开发应用程序非常陌生(事实上,我对应用程序开发都是新手)。我想知道在 iphone 上开发应用程序的想法的可行性是什么。

1)该应用程序将允许用户将内容(音频或可能的视频文件)下载到设备上。2)这些文件中的每一个都需要在下载前以固定价格购买。3)然后用户可以在设备上播放下载的文件。

这样的应用程序可以在 Iphone 上制作吗?如果是这样,任何人都可以给我指点付款程序应该如何,以及如何与苹果分享收入?

0 投票
3 回答
355 浏览

iphone - 如何开发 iPhone Widget 以便即使应用程序处于后台状态也可以运行它们

我需要为 iphone 设备开发小部件。但不知道该怎么做。它们是否可以按照苹果规范开发和接受?

基本上我需要开发一个应用程序,它也可以在手机锁定或应用程序处于后台模式时显示其视图。

我的意思是应用程序视图将始终位于屏幕顶部,与应用程序处于活动状态或后台模式无关

这可能吗?

我不确定,所以请指导我使用更好的选择来实现相同的目标

感谢和问候,

扎胡尔

0 投票
1 回答
335 浏览

feasibility - 傻瓜式 SSADM

这个问题可能看起来很愚蠢,但在学习新事物时我需要有一个清晰的想法:)

在SSADM中,我们是否必须对“可行性”(Stage0)进行全面研究?在对业务进行“调查”(阶段1)之前,我们如何才能了解可行性?

无论如何,Stage0 中的实际预期是什么?

谢谢。希望有人能对此有所了解。

0 投票
2 回答
3821 浏览

android - 增强现实测量对象的大小 - 可行性

我想在android上开发一个应用程序来测量房间里物体的大小。例如测量桌子边缘的长度。为此,我将使用 imagej 或 openCV 中的“边缘检测”。然后我会取这条边并将它的一小部分的长度定义为参考。有了这部分,也许可以计算出边缘的整个长度。也许消失点可以帮助我计算这里的长度。

我大致意思的一个例子可以在这里找到(1:19): http ://www.youtube.com/watch?v=-19zSjggMZ0

问题: 1. 是否已经有这样的应用程序?2. 你更愿意推荐 imagej 还是 openCV(我对 NDK 和原生函数有一点了解) 3. 这将是一个为期 3 个月的学士论文的项目(意味着对这些东西进行编程,此外还要编写大约 50 个文本站点) . 您如何看待这个事实的可行性以及总体上的可行性?

非常感谢任何想法(除了我的问题)。在此先感谢 gartenabfall

0 投票
2 回答
1645 浏览

iphone - iphone应用程序的支付网关查询

我正在开发一个应用程序,它使用像餐厅点餐这样的物理点餐。现在我被困在如何使用支付网关上,我在谷歌上搜索后从许多网站上听到,如果我不想使用 InApp Purchage,因为它不支持实物商品,Apple 将拒绝该应用程序。我不想使用 Paypal 和 google checkout,因为根据我的客户业务,它更贵。

客户已经将网站用于他们的业务,其中他使用来自 www.fatcow.com 的第三方支付网关,该网关使用 authorize.net 的服务 1) 我有另一个选项,我可以在 Webview 中打开网站移动页面并从如果苹果会拒绝该应用程序,他们仍然感到困惑。所以请告诉我应该如何使用 3rd 方支付网关下订单?2)我怎样才能在应用程序中成功进行交易和信用卡处理是否有任何API或可用的东西,请提供一些信息。

任何帮助将不胜感激 。谢谢你。

0 投票
3 回答
4518 浏览

ios - 可以从我的应用程序启动 Apple 的默认天气应用程序吗?

我的一位客户想从我们的应用程序中打开 Apple 的本地天气应用程序。几次之后,我看不到可能的方法,除非我们需要使用任何提供自定义 url 方案的第三方应用程序。

http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899

如果可能的话,如果有人确认或指导我,那就太好了。

0 投票
1 回答
229 浏览

c++ - 一般来说,是否可以仅使用 C++ 编写类似 kinect 的应用程序?

我的意思是,编写网络摄像头识别,其准确性接近 kinect。