Mukho

Trimming

This diff could not be displayed because it is too large.
...@@ -61,17 +61,16 @@ create table board( ...@@ -61,17 +61,16 @@ create table board(
61 >UPDATE board SET idx = @COUNT:=@COUNT+1; 61 >UPDATE board SET idx = @COUNT:=@COUNT+1;
62 62
63 --- 63 ---
64 -### 최종 수정: 2021-11-24 04:54<br> 64 +### 최종 수정: 2021-11-25 14:00<br>
65 ### 수정 내용: 65 ### 수정 내용:
66 -0. 채팅기능에 버그가 있는 것 같음-피드백 바람(undefined님이 나가셨습니다. -> 콘솔에 계속 출력됨) // socket.io의 express-session 호환 문제로 후순위 개발로 미룸
67 -1. 로그에 IP 추가
68 -2. 로그에 시간 추가
69 -3. 시간 실시간 반영
70 -4. 게시글 수정 및 삭제 세션+권한 연동/DB수정
71 -5. 버그 수정
72 -6. 게시글 조회수 구현
73 -7. 프로필 수정 세션 연동
74 -8. 프로필 사진 추가
75 -9. 프로필 검색 추가
76 -10. 프로필 비주얼 업데이트
77 -11. etc
...\ No newline at end of file ...\ No newline at end of file
66 +0. 채팅기능에 버그가 있는 것 같음(undefined님이 나가셨습니다. -> 콘솔에 계속 출력됨) // socket.io의 express-session 호환 문제로 후순위 개발로 미룸
67 +1. 로그에 시간/IP 추가
68 +2. 시간 실시간 반영
69 +3. 게시글 수정 및 삭제 세션+권한 연동/DB수정
70 +4. 버그 수정
71 +5. 게시글 조회수 구현
72 +6. 프로필 수정 세션 연동
73 +7. 프로필 사진 추가
74 +8. 프로필 검색 추가
75 +9. 프로필 비주얼 업데이트
76 +10. 코드 다듬음
...\ No newline at end of file ...\ No newline at end of file
......
This diff is collapsed. Click to expand it.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 - <title>파일 업로드</title> 7 + <title>묵호 - 프로필 사진 업로드</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 <form action = 'upload' method = 'post' enctype="multipart/form-data"> 10 <form action = 'upload' method = 'post' enctype="multipart/form-data">
......