Top "Store" questions

A store is a data repository of a set of integrated objects.

Reliable and efficient key--value database for Linux?

I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value …

python database store embedded-database key-value
what is the best practice store images in android in SD card or in SQL lite DB?

I want to store sample images. what is the best efficient way weather to store on SD card or in …

android image performance store
Best way to store data in BoltDB

I am new to BoltDB and Golang, and trying to get your help. So, I understand that I can only …

json serialization go store boltdb
Where is the HttpSession data stored?

HttpSession is a high level interface built on top of cookies and url-rewriting, which means that there is only a …

session servlets store httpsession in-memory-database
How to download PDF from website and store in %appdata% with Visual Basic .NET

I have a PDF file hosted on a website. I would like my VB.NET program to retrieve the file/…

vb.net file download store appdata
PhoneGap in regards to App Store approval

I read that PhoneGap is approved by Apple as a framework for building native apps, but I'm not clear on …

ios cordova store
Set minimum iPhone OS version for app?

I'm about to publish an app on the app store, and I'm looking to set the minimum OS version as …

iphone store operating-system minimum
How to use Ext5 combobox with data bindings

I want to use a combobox which receives the preselected value from a data binding and also the possible options …

extjs binding combobox store extjs5
ExtJs Model Proxy vs. Store Proxy

OK, I'm stuck on what should be a basic task in ExtJs. I'm writing a simple login script that sends …

extjs model extjs4 store restful-authentication
What is the efficient way to store UUID generated in Java to Oracle DB? Will removing or not removing hyphen in the UUID be any use?

What is the efficient way to store UUID generated in Java to Oracle DB? Will removing or not removing hyphen …

oracle store uuid hyphen