HTML5 Tutorial HTML5 is the latest and most enhanced version of HTML. Technically, HTML is not a programming language, but rather a mark up language. Overview The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears. Browser Support The latest versi..
출처(Tips and Tricks 부분만 발췌): https://google.github.io/styleguide/javascriptguide.xml Google JavaScript Style Guide Tips and Tricks JavaScript tidbits True and False Boolean Expressions The following are all false in boolean expressions: null undefined '' the empty string 0 the number But be careful, because these are all true: '0' the string [] the empty array {} the empty object This means that ..
HTML Tutorial HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. Overview Basic HTML Document Hello World! The Declaration The declaration tag is used by the web browser to understand the version of the HTML used in the document. Current version of HTML is 5 and it makes use of the following declaration: Basic Tags Line Break Tag The t..
분명히 서비스에서 잘 실행되는데도 아래와 같은 에러가 발생했다. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 이유는 MySQL 포트가 3306이 아니었기 때문이었다. 아래 코드로 실행하면 커맨드창에서 my.ini 설정을 적용한 mysql을 실행할 수 있다. "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" "--defaults-file=C:\ProgramData\MySQL\MySQL Server 5.6\..
- Total
- Today
- Yesterday