x64 - Visual C++ compiler calling convention for x64
VC++ compiler is trying to utilize the 16 registers in x64 CPU which is 8bytes capacity. Due to this reason, first 4 parameters will be placed in registers b...
VC++ compiler is trying to utilize the 16 registers in x64 CPU which is 8bytes capacity. Due to this reason, first 4 parameters will be placed in registers b...
1. run cmd.exe as an administrator 2. go to the bin directory of Tomcat installation 3. execute "service.bat install 'name of service'" by default it will be...
The following example show how to configure log4j configuration file(log4j.properties) to log all messages. Main point is that rootLogger has to be configure...
1. Add the following code in applicationContext-config.xml 1 2 3 4 5 6 7 8 <bean id="myProperties" class="org.springframework.beans.factory.config.P...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 5...