개발노트23 [디자인] 깔끔한 UI 참고 - 카카오 MAKERS 2017. 10. 31. [jQuery] 썸네일을 만들어주는 플러그인 [jQuery] 썸네일을 만들어주는 플러그인 http://www.garralab.com/nailthumb.php -이용하는 방법아래와 같이 간단하게 이용이 가능하다 1234567891011121314 $('.thumbnail').nailthumb(); Colored by Color Scriptercs 2017. 10. 27. [개발노트] SVN SVN이라는 것을 얼핏 들어봐서 되새길겸 찾아보았는데 기록해두기! -SVN ?Subversion : 여러가지 방식의 repository 구조를 생성하여 사용하는 것이 가능하다. : 중앙 repository 내에서 로컬 복사 후 변경한 사본을 commit하는 방식으로 진행한다. : 다양한 클라이언트 인터페이스를 통해 각 repository에 접근하여 작업이 가능하다. --> 전세계 대부분의 오픈소스 프로젝트가 SVN 에서 Git 형태로 변경되고 있다.[사이트참고]https://www.slideshare.net/ienvyou/subversion-vs-git-42605130 2017. 9. 18. [개발노트] char/varchar [개발노트] char/varchar CHARUsed to store character string value of fixed length.The maximum no. of characters the data type can hold is 255 characters.It's 50% faster than VARCHAR.Uses static memory allocation.VARCHARUsed to store variable length alphanumeric data.The maximum this data type can hold is up toPre-MySQL 5.0.3: 255 characters.In MySQL 5.0.3+: 65,535 characters shared for the row.It's s.. 2017. 9. 10. 이전 1 2 3 4 5 6 다음