plus

Tree view plus minus icon larger

How do i make the plus minus icons bigger in the tree view in C# .net with out making visual styles disable. ...

Different between Oracle's plus notation over ansi join notation?

What's the difference between using oracle's plus notation over the ansi standard 'join' notation? Is there a difference in performance? Is the plus notation deprecated? Thanks ...

browser url encoding different that java's URLEncoder.encode

I have a url like this: product//excerpts?feature=picture+modes when i access this url from browser, the backend receives the request as: "product//excerpts?feature=picture+modes" At the web server end, i am using + as a separator. so feature=picture+modes means there are 2 features: picture and modes I have created and automated scri...

Running a Query in SQL Plus

Hi, I have to run a query in the loop in SQLPLUS. and the count of loop is coming from some other SQL query. So i have to declared a variable which will take the value of count. Now I want to use this variable in my query. How would i be able to do the same . Please suggest me Thanks in advance ...

How to store data from SQL query

Hi, I want to store the data retrieved from a SQL query running in a loop to a file in SQL PLUS. I have used spool for this but didn't get the solution. Please suggest me the solution. Thanks ...

Has anyone worked with EnergyPlus simulation software?

http://apps1.eere.energy.gov/buildings/energyplus/ I am researching about this software at the moment and I am wondering : How many people actually know how to use this software? Please identify yourself if you do. How many companies are using this to run energy saving simulations at the moment? Please list any you know. Is it integra...

oracle sql plus spool

Hi. I'm using sql plus to execute a query (a select) and dump the result into a file, using spool option. I have about 14 millions lines, and it takes about 12 minutes to do the dump. I was wondering if there is something to make the dump faster? Here below my sql plus options: whenever sqlerror exit sql.sqlcode set pagesize 0...

EXPORT AS INSERT STATEMENTS: But in SQL Plus the line overrides 2500 characters!

Hello, I have to export an Oracle table as INSERT STATEMENTS. But the INSERT STATEMENTS so generated, override 2500 characters. I am obliged to execute them in SQL Plus, so I receive an error message. This is my Oracle table: CREATE TABLE SAMPLE_TABLE ( C01 VARCHAR2 (5 BYTE) NOT NULL, C02 NUMBER (10) NOT NULL, C03 NUMB...

PHP REGEX: Ignore + and #

So here is what I'm doing exactly: I have a form with a caption on the right of it, I want to write in the form only A-Z,0-9 and whitespaces, and for the caption I want to do the opposite, so if the user write's something wrong I can show what's the problem for example: "Invalid Charachter" But I'm stuck with + and # I want to ignore ...

what function or loop do I have to use to average the matrix?

Hey I want to find the average of all the matrix: Data=(Data{1}+......+Data{n})/n) where Data{n} is a matrix of m*n.. Thank you sooo much ...

How to load a TPackage from the Grid

I have two Library Packages, both are defined as process nodes in my main project. How do I use them? I mean how can I load my process node packages and create the windows on the Grid? ...

What is the meaning of + in a regex?

What does the plus symbol in regex mean? ...