Category: Career
-
open the file press v shift + g press d
-
Problem: Folder archive and replicated to target server are out of sequence Solution 1: Update the timestamp of collections record, this will trigger a new round of archiving. Solution 2: 1. Go to content server -> Admin Applet -> Archiver; 2. Open your archive in the list 3. In the transfer to tab, disable automated…
-
__str.matches(“\\\d+”);__ d+ –> one or more digits It allows starting with 0, eg. 0000124 __str.matches(“^[1-9]\\\d+”);__ It doesn’t allow starting with 0
-
zip -r output.zip input -x “\*\*/.svn\*\*” zip -r output.zip input -x “\*.git\*”
-
JPA is a specification defined for java by sun. It does not provide any implementation. It was originally developed by EJB 3.0 software expert group, but it is not limited to EJB software components. Hibernate has an implementation of JPA.
-
netstat and ps netstat -tulpn | grep 3306 Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1138/mysqld ls -l /proc/3306/exe find out process details ps aux|grep 3306
-
Ambition Careers, Recruitment and Contracting Career Central Charterhouse Europhia Consulting Hudson JobsCentral JobsDB Job Hunter Job-Search Online Job Seek Jobstreet Keppel Group Michael Page International Ministry of Health Monster Jobs in Social Service RecruitAsia Robert Walters Ross Human Directions Singapore Classified Jobs SingaporeJobsOnline Singapore Ministry of Defence (Defence Executive Officers) Singapore Job-Q.com Social Service Career…
-
how how how? linux comment: which java
-
Reading this book to prepare interview.