在哪里编写 dashcode 的后端编码

发布于 2024-11-18 19:38:19 字数 190 浏览 6 评论 0原文

我是 iphone 网络应用程序的新手,尝试在我的 iphone 网络应用程序中使用数据库(sqlite3),但没有获得开始使用数据库连接的材料,在 dashcode 中进行后端编码,因为只有 css、html 和 js 文件等我的基本问题是我应该从哪里开始后端编码。

如果有人有解决方案,请写信给我。

亲切的问候 帕拉格·德什潘德

I am new to iphone web apps and trying to use database(sqlite3) in my iphone web app but not getting material for getting started with db connection where to do bacend coding in dashcode because ,there are only css ,html and js files and so my basic question is where should do I start with the backend coding .

If any one has solution please do write to me .

Kind Regards
Parag Deshpande

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紫﹏色ふ单纯 2024-11-25 19:38:19

Dashcode 中没有后端。正如你所说,它是 html、css 和 JavaScript。访问数据的“正常”方式是在 JavaScript 中定义数据源,转到库中获取代码示例来执行此操作,这样您就可以访问 xml 文件。

据我所知,不可能从 dashcode 甚至从 JavaScript 访问 sqlite,因为 JS 在浏览器中被沙箱化以防止恶意访问。

可能可以使用服务器端 JS,例如 Node 或 rhino,但那时我认为您正在失去 DashCode 的优势,最好迁移到更全面的平台,例如 xcode 或 Sencha Touch 等。

There is no backend in Dashcode. As you say it is html, css and JavaScript. The "normal" way of accessing data is to define a data source in the JavaScript, go to the library for the code samples to do this and this lets you access xml files.

As far as i am aware it is not possible to access sqlite either from dashcode or even for that matter from JavaScript as JS is sandboxed in browsers to prevent malicious access.

It might be possible to use server side JS such as node or rhino but at that point i would think you were loosing the advantages of DashCode and would be better to move to a more comprehensive platform like xcode or Sencha Touch etc.

永不分离 2024-11-25 19:38:19

sqlite3 作为 html5 localstorage 的一部分提供。网上有相当多的信息。

http://blog.darkcrimson.com/2010/05/local-databases/

https://developer.apple.com/videos/wwdc/2011/

查看使用 HTML5 离线存储的会话。

我已经在一些应用程序中使用过它,并且其功能和速度给我留下了深刻的印象。

sqlite3 is available as part of html5 localstorage. There is a fair bit of info on the web.

http://blog.darkcrimson.com/2010/05/local-databases/

https://developer.apple.com/videos/wwdc/2011/

Look at session using HTML5 offline storage.

I have used this in a few apps and have been impressed with capabilities and speed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文