No Image

JavaScript & jQuery: HTML DOM

June 20, 2017 hung-nb 0

How to debug JavaScript? [js]debugger[/js] Work with string How to split a string into an array? Javascript [js]var text = ‘part1||part2||part3’;var labelArr = text.split(‘||’);[/js] How […]

No Image

Windows tricks

June 20, 2017 hung-nb 0

Shutdown without updating [js]shutdown /s /f /t 0[/js] How to restore a  window? Hold down “Super” key and press “↑” How to adjust screen to […]

No Image

Query tuning

June 16, 2017 hung-nb 0

General Speed depends much on indexes than other things JOIN is quicker than IN Index Index improves performance of SELECT queries Index should be applied […]