- Learning DHTMLX Suite UI
- Eli Geske
- 79字
- 2021-07-23 15:40:35
The data storage file>
The next file which we will create for the application is the storage.js
file. This file will contain the mini data access layer that will speak to HTML5 localStorage. It will contain all of the CRUD methods for the users and displays.
Now, create a new JavaScript file in the js
/application
directory named storage.js
. We will add code to this later.
Next, we will add an HTML file that will join the application code together.
推薦閱讀
- Learning RabbitMQ
- Production Ready OpenStack:Recipes for Successful Environments
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- RabbitMQ Cookbook
- HTML 5與CSS 3權威指南(第3版·上冊)
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- 動手學數據結構與算法
- 軟件體系結構
- 交互式程序設計(第2版)
- Penetration Testing with the Bash shell
- Test-Driven iOS Development with Swift
- Swift High Performance
- Instant Pygame for Python Game Development How-to
- Instant AutoIt Scripting
- Git Version Control Cookbook