There is an interesting article about CPF: FACT #1: Your CPF interest rate used to be higher at 6.5%. FACT #2: You will earn higher retirement funds in the 10 years between 1976 and 1985 than now. FACT #3: You are...
####Requirement: – 4 years degree – 36 months professional project management experience – 4500 hours of leading and directing the project – 35 contacts hours of formal education ####Fee and payment: – computer-based testing $405 US dollar ( for member );...
###before body Google used to recommend putting it just before the end of body tag, but there is some loading problem of the js. ###before head Current recommendation is just before the tag. < head> will add a little latency; in...
#####download oracle web tier – ofm_webtier_linux_11.1.1.7.0_64_disk1_1of1.zip check port availability netstat -an | grep “8888” run installer – ./runInstaller connect with existing domain domain Host Name: host ip 1 domain Port No: 7001 user Name: weblogic password: welcome1 next and finish #####...
Google used to recommend putting it just before the < /body> tag, but there is some loading problem of the js. ###before head Current recommendation is just before the < /head> tag. < head> will add a little latency; in the...
####Does PMP still worth to take? quote” Project Management Professional (PMP®) certification has been ranked the number 1 certification and is globally acknowledged as a standard for demonstrating your experience, education and ability to lead complex projects as project managers. It...
####Setup scala in linux and Hello World it is so simple! 1. download scala from official website 2. unzip it: tar xvzf scala-2.10.3.tgz 3. create SCALA_HOME export SCALA_HOME=~/projects/scala/scala-2.10.3/ add it to path export PATH=$PATH:$SCALA_HOME/bin 4. create hello world vi HelloWorld.scala object...