모바일 오유 바로가기
http://m.todayhumor.co.kr
분류
게시판
베스트
베스트오브베스트
베스트
오늘의베스트
유머
유머자료
유머글
이야기
자유
고민
연애
결혼생활
좋은글
자랑
공포
멘붕
사이다
꿈
똥
군대
밀리터리
미스터리
술한잔
오늘있잖아요
투표인증
새해
이슈
시사
시사아카이브
사회면
사건사고
생활
패션
패션착샷
아동패션착샷
뷰티
인테리어
DIY
요리
커피&차
육아
법률
동물
책
지식
취업정보
식물
다이어트
의료
영어
맛집
추천사이트
해외직구
취미
사진
사진강좌
카메라
만화
애니메이션
포니
자전거
자동차
여행
바이크
민물낚시
바다낚시
장난감
그림판
학술
경제
역사
예술
과학
철학
심리학
방송연예
연예
음악
음악찾기
악기
음향기기
영화
다큐멘터리
국내드라마
해외드라마
예능
팟케스트
방송프로그램
무한도전
더지니어스
개그콘서트
런닝맨
나가수
디지털
컴퓨터
프로그래머
IT
안티바이러스
애플
안드로이드
스마트폰
윈도우폰
심비안
스포츠
스포츠
축구
야구
농구
바둑
야구팀
삼성
두산
NC
넥센
한화
SK
기아
롯데
LG
KT
메이저리그
일본프로야구리그
게임1
플래시게임
게임토론방
엑스박스
플레이스테이션
닌텐도
모바일게임
게임2
던전앤파이터
롤
마비노기
마비노기영웅전
하스스톤
히어로즈오브더스톰
gta5
디아블로
디아블로2
피파온라인2
피파온라인3
워크래프트
월드오브워크래프트
밀리언아서
월드오브탱크
블레이드앤소울
검은사막
스타크래프트
스타크래프트2
베틀필드3
마인크래프트
데이즈
문명
서든어택
테라
아이온
심시티5
프리스타일풋볼
스페셜포스
사이퍼즈
도타2
메이플스토리1
메이플스토리2
오버워치
오버워치그룹모집
포켓몬고
파이널판타지14
배틀그라운드
기타
종교
단어장
자료창고
운영
공지사항
오유운영
게시판신청
보류
임시게시판
메르스
세월호
원전사고
2016리오올림픽
2018평창올림픽
코로나19
2020도쿄올림픽
제목
이름
회원가입
ID찾기
PASS찾기
게시판찾기
×
형광젖소
님에 대한 회원메모
회원메모는 메모 작성자 본인만 볼 수 있습니다.
확인
오유인페이지
개인차단 상태
형광젖소
님의
개인페이지입니다
회원메모
가입 :
10-04-26
방문 :
1348회
닉네임변경 이력
일반게시판
베스트게시판
베스트오브베스트
댓글목록
회원차단
회원차단해제
형광젖소
님의 댓글입니다.
전체선택
번호
제목
댓글날짜
추천/비공감
삭제
636
원 게시글이 삭제되었습니다.
[새창]
2018-01-14 20:28:49
6
삭제
닉을 보니 2D가 아니면 만족할 수 없으신 분이시라 그런듯
635
안드로이드에서 mysql db를 못읽고 있습니다.
[새창]
2018-01-06 19:52:04
0
삭제
해봤는데 안되네요 ㅠㅠ
634
안드로이드에서 mysql db를 못읽고 있습니다.
[새창]
2018-01-06 19:51:45
0
삭제
mysqli_stmt_store_result나 mysqli_stmt_bind_result위치를 바꿔도 보고 하나씩을 제거해봐도 해결이 안되네요 ㅠ
633
안드로이드에서 mysql db를 못읽고 있습니다.
[새창]
2018-01-06 11:16:08
0
삭제
while부분 관련해서 여기저기 찾아보고 고쳐봐도 제가 많이 부족한지 해결을 못하고 있습니다ㅠ
저 상태 그대로 해서 문제가 안생기는 경우도 많더라구요..
죄송하지만 while의 어느 부분이 잘못됐는지 조언좀 해주실 수 없으실까요..?
632
안드로이드 관련 조언좀 부탁드립니다.(아래글 수정)
[새창]
2018-01-02 20:42:49
0
삭제
여러 번 확인 했었는데 왜 이걸 못봤나 싶네요 ㅠ 이런 바보같은 실수를..
감사합니다.
631
안드로이드 관련 조언좀 부탁드립니다.
[새창]
2018-01-02 11:12:07
0
삭제
아..이런 바보같은 실수를...
몇번을 확인했는데도 이런 오타 하나를 발견 못했네요 ㅠㅠ
죄송합니다
630
안드로이드 관련 조언좀 부탁드립니다.
[새창]
2018-01-01 11:29:02
0
삭제
혹시몰라서 이건 php 파일입니다
<?php
$con = mysqli_connect("localhost", "root", "910929", "fleamarket");
$id = $_POST["id"];
$password = $_POST["password"];
$nickname = $_POST["nickname"];
$univ = $_POST["univ"];
$statement = mysqli_prepare($con, "INSERT INTO members_data VALUES (?,?,?,?)");
mysqli_stmt_bind_param($statement, "ssss", $id, $password, $nickname, $univ);
mysqli_stmt_execute($statement);
$response = array();
$response["success"] = ture;
echo json_encode($response);
?>
629
안드로이드 관련 조언좀 부탁드립니다.
[새창]
2018-01-01 11:28:19
0
삭제
Logcat 입니다
12-31 21:21:45.750 2691-2691/? I/zygote: Not late-enabling -Xcheck:jni (already on)
[ 12-31 21:21:45.750 1540: 1586 W/ ]
Unrecognized GLES max version string in extensions: ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1
12-31 21:21:45.788 2691-2691/? W/zygote: Unexpected CPU variant for X86 using defaults: x86
12-31 21:21:46.073 2691-2699/? E/zygote: Failed writing handshake bytes (-1 of 14): Broken pipe
12-31 21:21:46.074 2691-2699/? I/zygote: Debugger is no longer active
12-31 21:21:46.085 2691-2699/? W/zygote: Suspending all threads took: 11.271ms
12-31 21:21:46.492 2691-2691/? W/zygote: Unsupported class loader
12-31 21:21:46.505 2691-2691/? W/zygote: Skipping duplicate class check due to unsupported classloader
12-31 21:21:46.510 2691-2691/? W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
12-31 21:21:46.517 2691-2691/? W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
[ 12-31 21:21:46.528 1640: 2137 D/ ]
HostConnection::get() New Host Connection established 0xa58dac40, tid 2137
[ 12-31 21:21:46.533 1640: 2137 W/ ]
Unrecognized GLES max version string in extensions: ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1
12-31 21:21:46.537 2691-2691/? I/BiChannelGoogleApi: [FirebaseAuth: ] No Fallback module; NOT setting up for lazy initialization
12-31 21:21:46.592 2691-2691/? D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
12-31 21:21:46.858 2691-2726/? W/zygote: Verification of void android.support.v4.util.MapCollections.<init>() took 220.636ms
12-31 21:21:46.903 2691-2691/? V/FA: Cancelling job. JobID: -822609068
12-31 21:21:46.910 2691-2691/? V/FA: Registered activity lifecycle callback
12-31 21:21:46.911 2691-2691/? I/FirebaseInitProvider: FirebaseApp initialization successful
12-31 21:21:46.914 2691-2691/? I/InstantRun: starting instant run server: is main process
12-31 21:21:47.002 2691-2726/? W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
12-31 21:21:47.038 2691-2691/? V/FA: onActivityCreated
12-31 21:21:47.066 2691-2731/? V/FA: Collection enabled
12-31 21:21:47.066 2691-2731/? V/FA: App package, google app id: com.example.hansj.fleamarketapp, 1:191616225520:android:f3de17a9387b76ab
12-31 21:21:47.067 2691-2731/? I/FA: App measurement is starting up, version: 11720
12-31 21:21:47.067 2691-2731/? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
12-31 21:21:47.067 2691-2731/? I/FA: To enable faster debug mode event logging run:
adb shell setprop debug.firebase.analytics.app com.example.hansj.fleamarketapp
12-31 21:21:47.067 2691-2731/? D/FA: Debug-level message logging enabled
12-31 21:21:47.141 2691-2726/com.example.hansj.fleamarketapp I/FirebaseAuth: [FirebaseAuth:] Loading module via FirebaseOptions.
12-31 21:21:47.141 2691-2726/com.example.hansj.fleamarketapp I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to gms implementation
12-31 21:21:47.598 2691-2731/com.example.hansj.fleamarketapp V/FA: Connecting to remote service
12-31 21:21:47.691 2691-2792/com.example.hansj.fleamarketapp D/OpenGLRenderer: HWUI GL Pipeline
12-31 21:21:47.739 2691-2731/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:21:47.740 2691-2731/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:21:47.779 2691-2792/com.example.hansj.fleamarketapp I/zygote: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
12-31 21:21:47.779 2691-2792/com.example.hansj.fleamarketapp I/OpenGLRenderer: Initialized EGL, version 1.4
12-31 21:21:47.779 2691-2792/com.example.hansj.fleamarketapp D/OpenGLRenderer: Swap behavior 1
12-31 21:21:47.780 2691-2792/com.example.hansj.fleamarketapp W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
12-31 21:21:47.780 2691-2792/com.example.hansj.fleamarketapp D/OpenGLRenderer: Swap behavior 0
12-31 21:21:47.788 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglCreateContext: 0xa58d6280: maj 2 min 0 rcv 2
12-31 21:21:47.824 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:21:47.845 2691-2731/com.example.hansj.fleamarketapp V/FA: Activity resumed, time: 49454
12-31 21:21:47.876 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:21:47.976 2691-2731/com.example.hansj.fleamarketapp I/FA: Tag Manager is not found and thus will not be used
12-31 21:21:48.078 2691-2731/com.example.hansj.fleamarketapp D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=10256512196280468}]
12-31 21:21:48.268 2691-2691/com.example.hansj.fleamarketapp I/AssistStructure: Flattened final assist data: 3452 bytes, containing 1 windows, 12 views
12-31 21:21:48.359 2691-2731/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:21:48.360 2691-2731/com.example.hansj.fleamarketapp D/FA: Connected to remote service
12-31 21:21:48.360 2691-2731/com.example.hansj.fleamarketapp V/FA: Processing queued up service tasks: 4
12-31 21:21:54.046 2691-2731/com.example.hansj.fleamarketapp V/FA: Inactivity, disconnecting from the service
12-31 21:21:57.916 2691-2731/com.example.hansj.fleamarketapp V/FA: Session started, time: 59690
12-31 21:21:57.928 2691-2731/com.example.hansj.fleamarketapp D/FA: Logging event (FE): session_start(_s), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=10256512196280468}]
12-31 21:21:57.988 2691-2731/com.example.hansj.fleamarketapp V/FA: Connecting to remote service
12-31 21:21:58.014 2691-2731/com.example.hansj.fleamarketapp D/FA: Connected to remote service
12-31 21:21:58.014 2691-2731/com.example.hansj.fleamarketapp V/FA: Processing queued up service tasks: 1
12-31 21:22:03.075 2691-2731/com.example.hansj.fleamarketapp V/FA: Inactivity, disconnecting from the service
12-31 21:22:04.577 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do partial code cache collection, code=28KB, data=30KB
12-31 21:22:04.577 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=28KB, data=30KB
12-31 21:22:04.577 2691-2697/com.example.hansj.fleamarketapp I/zygote: Increasing code cache capacity to 128KB
12-31 21:22:25.654 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do partial code cache collection, code=47KB, data=51KB
12-31 21:22:25.655 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=47KB, data=51KB
12-31 21:22:25.655 2691-2697/com.example.hansj.fleamarketapp I/zygote: Increasing code cache capacity to 256KB
12-31 21:22:55.142 2691-3995/com.example.hansj.fleamarketapp V/FA: Recording user engagement, ms: 67453
12-31 21:22:55.144 2691-3995/com.example.hansj.fleamarketapp V/FA: Connecting to remote service
12-31 21:22:55.148 2691-2691/com.example.hansj.fleamarketapp V/FA: onActivityCreated
12-31 21:22:55.157 2691-3995/com.example.hansj.fleamarketapp V/FA: Activity paused, time: 116904
12-31 21:22:55.168 2691-3995/com.example.hansj.fleamarketapp D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=67453, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=10256512196280468}]
12-31 21:22:55.215 2691-3995/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:22:55.286 2691-3995/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:22:55.286 2691-3995/com.example.hansj.fleamarketapp V/FA: Activity resumed, time: 117059
12-31 21:22:55.291 2691-3995/com.example.hansj.fleamarketapp D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=MainActivity, firebase_previous_id(_pi)=10256512196280468, firebase_screen_class(_sc)=RegisterActivity, firebase_screen_id(_si)=10256512196280469}]
12-31 21:22:55.316 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do full code cache collection, code=105KB, data=113KB
12-31 21:22:55.316 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=102KB, data=91KB
12-31 21:22:55.335 2691-3995/com.example.hansj.fleamarketapp V/FA: Connection attempt already in progress
12-31 21:22:55.530 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do partial code cache collection, code=120KB, data=95KB
12-31 21:22:55.530 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=120KB, data=95KB
12-31 21:22:55.531 2691-2697/com.example.hansj.fleamarketapp I/zygote: Increasing code cache capacity to 512KB
12-31 21:22:55.741 2691-3995/com.example.hansj.fleamarketapp D/FA: Connected to remote service
12-31 21:22:55.742 2691-3995/com.example.hansj.fleamarketapp V/FA: Processing queued up service tasks: 4
12-31 21:22:55.792 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:22:55.882 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:22:55.913 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:22:55.956 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:22:55.978 2691-2691/com.example.hansj.fleamarketapp I/AssistStructure: Flattened final assist data: 6624 bytes, containing 1 windows, 26 views
12-31 21:22:55.990 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:22:56.411 2691-2792/com.example.hansj.fleamarketapp D/EGL_emulation: eglMakeCurrent: 0xa58d6280: ver 2 0 (tinfo 0xad60ff70)
12-31 21:23:00.795 2691-3995/com.example.hansj.fleamarketapp V/FA: Inactivity, disconnecting from the service
12-31 21:23:00.921 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do full code cache collection, code=248KB, data=176KB
12-31 21:23:00.922 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=241KB, data=148KB
12-31 21:23:02.406 2691-2697/com.example.hansj.fleamarketapp I/zygote: Do partial code cache collection, code=245KB, data=161KB
12-31 21:23:02.407 2691-2697/com.example.hansj.fleamarketapp I/zygote: After code cache collection, code=245KB, data=161KB
12-31 21:23:02.407 2691-2697/com.example.hansj.fleamarketapp I/zygote: Increasing code cache capacity to 1024KB
12-31 21:23:09.411 2691-4022/com.example.hansj.fleamarketapp D/NetworkSecurityConfig: No Network Security Config specified, using platform default
12-31 21:23:10.521 2691-2691/com.example.hansj.fleamarketapp W/System.err: org.json.JSONException: Value ture at success of type java.lang.String cannot be converted to boolean
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at org.json.JSON.typeMismatch(JSON.java:100)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at org.json.JSONObject.getBoolean(JSONObject.java:416)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.example.hansj.fleamarketapp.RegisterActivity$1$1.onResponse(RegisterActivity.java:62)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.example.hansj.fleamarketapp.RegisterActivity$1$1.onResponse(RegisterActivity.java:57)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.android.volley.toolbox.StringRequest.deliverResponse(StringRequest.java:60)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.android.volley.toolbox.StringRequest.deliverResponse(StringRequest.java:30)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at android.os.Handler.handleCallback(Handler.java:790)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at android.os.Looper.loop(Looper.java:164)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at android.app.ActivityThread.main(ActivityThread.java:6494)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at java.lang.reflect.Method.invoke(Native Method)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
12-31 21:23:10.522 2691-2691/com.example.hansj.fleamarketapp W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
628
안드로이드 관련 조언좀 부탁드립니다.
[새창]
2017-12-31 16:34:08
0
삭제
if(success) 내부 전체가 실행이 안됩니다
Intent 부분도 실행이 안돼요 ㅠ
사진은 본문에서 짤린 부분입니다
627
안드로이드 관련 조언좀 부탁드립니다.(아래글 수정)
[새창]
2017-12-30 19:09:57
0
삭제
본문의 빨간색 밑줄이 위 사진에서 빨간 네모입니다 ㅠ
626
안드로이드 관련 조언좀 부탁드립니다.(아래글 수정)
[새창]
2017-12-30 19:07:34
0
삭제
아.. 진짜 왜이러지;;;
복붙을 하면 안되겠네요 도배같아서 죄송합니다ㅠㅠㅠㅠ
625
안드로이드 관련 조언좀 부탁드립니다.
[새창]
2017-12-30 19:06:00
0
삭제
아.. 또 이상하게 나오네요;; 다시 올리겠습니다
624
[스포] 디즈니 작품중 제일 입체적이라 평가 받는 주토피아 악역.jpg
[새창]
2017-12-27 13:52:09
85
삭제
모든 약자가 선하진 않다
623
리얼 폴아웃 월드
[새창]
2017-12-27 12:33:31
12
삭제
겨울 지나고 봄만 되면 우리나라도ㅠ
622
점빼려고 하는데 병원 선택 질문좀요..
[새창]
2017-12-20 22:25:01
0
삭제
오오옹오 그런것도 한번 따져봐야겠네요
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[다음10개▶]