📄 readme
字号:
-------------------------------------------------------------------------------Dojo Storage-------------------------------------------------------------------------------Version X.XXX (does not have separate versioning -- versioned by release date)Last Release date: March 2008-------------------------------------------------------------------------------Project state:experimental-------------------------------------------------------------------------------Credits Brad Neuberg Alex Russell-------------------------------------------------------------------------------Project descriptiondojox.storage provides a JavaScript abstraction for persistent storageas well as pluggable implementations which typically use native browser extensions(e.g. Flash player, Gears)-------------------------------------------------------------------------------Dependencies:FlashStorageProvider requires the Flash playerGearsStorageProvider requires the Gears extensionThe various Air*StorageProviders require Adobe's AIR softwareThe open source mtasc compiler (www.mtasc.org) is needed to build theActionScript into SWF format. The SWF object is maintained within svn, sothis step is only necessary if Storage.as is modified. A sample build scriptis provided (buildFlashStorage.sh)-------------------------------------------------------------------------------DocumentationSee http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book50 for theauthoritative Dojo Storage docs.See dojox/storage/demos/helloworld.html for a simple Hello World exampleyou can base your code off of.-------------------------------------------------------------------------------Installation instructionsIf you want to use Dojo Storage in a web browser:These installation instructions are to use Dojo Storage in a web browser; atruntime, Dojo Storage will autodetect and use the best available storageoption. This includes: * Google Gears * HTML 5 Web Browsers (Firefox 2+) * Hidden Flash If you are using a release build (if you downloaded Dojo from the Dojowebsite then this is a release build -- if you checked it out fromSubversion yourself then you will have to build things yourself), if you only want to grab just the files from Dojo to use Dojo Storagein the browser, take the following (but make sure to keep the directorylayout the same, or else things won't work correctly!):* dojo/dojo.js* dojox/storage/storage-browser.js* dojox/storage/Storage.swfTo help with testing and development and to make sure you have everything right, its also useful to grab the following files:* dojox/storage/README* dojox/storage/demos/helloworld.htmlIf you want to use Dojo Storage with Adobe AIR:[TBD! Why don't you write this and contribute!]-------------------------------------------------------------------------------Additional Notes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -