PrestaShop Addons https://addons.prestashop.com/en/?utm_source=Installer&utm_medium=AddonsEN&utm_campaign=InstallPresta DB스키마 http://doc.prestashop.com/display/PS16/Fundamentals+of+PrestaShop+Development Prestashop 문서는 https://www.atlassian.com/software/confluence Prestashop 상품 카테고리내 정렬 바꾸는법 http://www.templatemonster.com/help/prestashop-1-6-x-how-to-change-products-order-on-the-home-page.html#gref 간단하지만 모르면 찾느라 헤맨다…
리눅스 안드로이드 개발 adb is down, syntax error 에러
The connection to adb is down, and a severe error has occured. 문제시 android sdk가 있는 디렉토리에 platform-tools 폴더로 이동하여 sudo ./adb kill-server 또는 ./adb restart를 실행해보자 위에서 말한거 처럼 kill-server 실행했는데 이런 에러가 나오면 “adb syntax error ) unexpected” SDK platform-tool 23.1의 버전 문제이다. 이 문제는 32bit OS 사용자들한테만 발생하는듯하다. 아래 링크에서 23.0.1 버전을 […]