Search Results

Search found 28 results on 2 pages for 'nooznooz42'.

Page 2/2 | < Previous Page | 1 2 

  • Accessing and encoding of properties files

    - by NoozNooz42
    I'm used to work with properties files, for example from Ant. Where I can simply reference the property file doing something like that: <property file="webapp_DO_NOT_COMMIT.properties"/> (the file is so named because our DVCS is configured as to never commit files containing "DO_NOT_COMMIT" to prevent committing credentials/passwords/etc.) Here's a very simple .properties file example: passwd=brokencleartextpassword Now I want to put some configuration in another, similar, properties file that I need to access from my Java code. How should I go about it? I also have another related question: is the character encoding of .properties file defined by any spec?

    Read the article

  • SQL: Interrupting a query

    - by NoozNooz42
    I've worked on a project using a proprietary non-SQL DB where queries could be interrupted and in the codebase there were quite some spots where that functionnality was used and made perfect sense (for example to stop a long running query that gets cancelled by the user, or when a more recent query takes place and renders the previous query obsolete, etc.) and I realized I never really saw that kind of "interrupted queries" previously and thought it could make a good SO question (several questions, but they're all related to exactly the same thing): can SQL queries be interrupted? is this part of the SQL standard? if it's not part of the SQL standard, which SQL DBs allow queries to be interrupted (any example most welcome)? is it common to interrupt a DB query (SQL or not) which you'll know you won't care about the result anymore? (in the codebase I've worked on, it sure helps lighten the server's load)

    Read the article

< Previous Page | 1 2