Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Linux
- curl
- php
- ajax
- CentOS
- File
- 와일드카드
- junit
- NetBeans
- larravel
- javascript
- 이클립스
- jquery
- html
- 정규식
- Android
- Spring
- JSON
- MySQL
- 톰캣
- input
- laravel
- 안드로이드
- DB
- properties
- SeLinux
- 리눅스
- java
- error
- tomcat
Archives
- Today
- Total
목록error (3)
합쭈기 programming
[Laravel] not found url or response 0 bytes
storage 권한이 풀려있는 상태이고 controller가 정상적이라면 httpd.conf 에 #LoadModule rewrite_module modules/mod_rewrite.so rewrite 모듈이 포함되어 있지 않을 수 있다. #을 제거하고 restart 하면 정상 동작한다.
Dev story
2016. 3. 31. 13:40
[Mysql]Table 'XXX' is marked as crashed and should be repaired
테이블 구성에 문제가 생긴듯? > ANALYZE TABLE table;> REPAIR TABLE table; 이러면 정상 동작
DB/Mysql
2015. 11. 3. 15:40
log4j 로그 출력이 안될때
[localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started log4j 설정이 아니라 요런식으로 log가 뜬다면 log4j 라이브러리를 불러오지 못한 것이다. SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/home/crazia/work/hbase-0.92.0/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:/home/crazia..
Java/Spring
2015. 6. 10. 15:51