Good, I would like to know how I can change the value of the following constant (To give an example) by a method.
private static double PIVA=0.16;
Edit: I have expressed myself poorly, I am sorry. I misused the word "constant", I wanted to...
The need I am having is to know if there is any possibility of attaching PDF files or any type of file to a DB record in SQL Server 2008 R2 from a C # application made with VS 2012.
I have 26 virtual-host for subdomains (they were created type A, not CNAME type) of a page with domain "example1.com" (the domain was not being used) and I need to create the virtualhost to that domain
In% /etc/apache2/sites-available/...
I'm doing a command interpreter in C and I have a problem with the execv function.
I use a method called readCommand to read a text string and divide it into an array with the command and parameters. Then I pass to the functio...
I am using Java 7 to develop an application to schedule conferences.
I have seen that there are several types of data to handle the dates.
Example:
private Date creationDate;
private DateTime creationDate;
private Calendar creationDate...
My question was if you knew any function that does the same thing as sleep for 0.5 or 0.25 seconds. That is, if there is something like sleep(0.25); since the function sleep does not work because it only applies to integers....
I'm starting with Go (or Golang), and I wanted to know how to get the size of a matrix, for example of type [][]uint8 .
I tried using len , but it gives me an error.
I am making a simple application and I find that I am not able to change the background to a layout by indicating the name of the image in question by String.
The code I have is this:
fondo.setBackgroundResource(R.mipmap.ff);
Where "ff"...
Could someone tell me if a NULL object occupies memory?
I have the following Scenario, I have a class A , B and C , and class B and C is inside the class A , then how would the memory be in these 3 scena...