본문 바로가기

분류 전체보기132

안드로이드 debug database 안드로이드에서 기본적으로 사용하는 sqllite의 디버깅에서 db네비게이션이나 모니터링툴용도로 사용 코드 build.gradle 셋팅 dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) debugCompile 'com.amitshekhar.android:debug-db:1.0.1' } 기존에 8080 포트를 사용하고 있다면 아래와 같이 포트변경 buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } debug { //Android Debug Database resValu.. 2021. 1. 27.
오솔길. 2020. 12. 30.
안개. 2020. 12. 30.
사진. - photo by W.R. 2020. 12. 30.
[UI] 아이콘 머티리얼 디자인 아이콘 materialdesignicons.com/ Material Design Icons Material Design Icons' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project. Loading... Sponsored by Icons8 Material Icon Sets materialdesignicons.com 2020. 12. 29.
window mysql, root 비번 분실시 Windows MySQL root 패스워드 분실시 1. MySQL 프로세스 종료 [시작] - [실행] - 'services.msc' 입력 후 엔터 > mysql 관련 프로그램을 종료합니다. 2.인증제외한 MySQL 데몬 실행 - 아래 폴더로 이동 cd "C:Program FilesMySQLMySQL Server 5.5bin" 3. 비번없이 접속후 mysql DB의 user 테이블에서 root 패스워드 변경 - mysqld --skip-grant 이후 아무런 키가 먹지 않으며 창이 멈춘것처럼 보입니다. 다른 명령프롬프트 창을 띄워 mysql에 로그인합니다. - mysql -u root -p (비번은 분실했으므로 그냥 엔터) mysql> use mysql; mysql> update user set passw.. 2014. 11. 28.
Spring annotation Spring annotation 목차@Component @Required @Autowired @Resource @Scope @PostConstruct @PreDestroy @Inject @Service @Repository @Controller @RequestMapping @RequestParam @SessionAttributes @InitBinder@ModelAttribute@RequestBody @ResponseBody@PathVariable @Component패키지 : org.springframework.stereotype버젼 : spring 2.5개요 : 태그를 설정파일에 추가하면 해당 어노테이션이 적용된 클래스를 빈으로 등록하게 된다. 범위는 디폴트로 singleton이며 @Scope를 사용하여.. 2014. 10. 18.
PSD 관련 검색 1. http://searchpsd.com 2. http://www.smashingapps.com/2011/05/26/70-free-psd-web-ui-elements-for-designers.html 2014. 9. 6.