- 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.
推薦閱讀
- Mastering OpenCV Android Application Programming
- 我的第一本算法書
- 看透JavaScript:原理、方法與實踐
- Learn Swift by Building Applications
- 深度學(xué)習(xí):Java語言實現(xiàn)
- Learning YARN
- Spring+Spring MVC+MyBatis從零開始學(xué)
- Modern C++ Programming Cookbook
- Mastering Docker
- Android Studio開發(fā)實戰(zhàn):從零基礎(chǔ)到App上線 (移動開發(fā)叢書)
- 嵌入式Linux C語言程序設(shè)計基礎(chǔ)教程
- Flink核心技術(shù):源碼剖析與特性開發(fā)
- LabVIEW入門與實戰(zhàn)開發(fā)100例(第4版)
- 前端架構(gòu)設(shè)計
- 你也能看得懂的Python算法書