본문 바로가기
toy projects/쇼핑몰 사이트 개발

[정보 획득 링크]

by sjs_2215 2020. 2. 28.

[정보 획득 링크]
alert창 ui (sweetalert)
https://aljjabaegi.tistory.com/217

sweetalert2
https://sweetalert2.github.io/

JQGRID 사용법
https://wickedmagic.tistory.com/288 [사악미소의 현대마법의 공방]
http://www.trirand.com/blog/?page_id=6 (다운로드 페이지)
http://trirand.com/blog/jqgrid/jqgrid.html (jqgrid 데모. 공홈)
http://trirand.com/blog/jqgrid/jqgrid.html -> new in version 3.5/summary footer row 
(footer) 
https://thatisgood.tistory.com/entry/jqGrid-%EC%98%88%EC%A0%9C ~(총계)
http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3acommon_rules#editoptions (jqGrid 
버전으로 onChange 할 수 있는 방법)
https://dorongdogfoot.tistory.com/129 (행에 수정/삭제/저장 아이콘 추가 기능)
http://trirand.com/blog/jqgrid/jqgrid.html# -> functionality/formatter actions (formatter 기
능) 
http://trirand.com/blog/jqgrid/jqgrid.html# -> row editing(new)/basic example (버튼 클릭하
여 행 수정)
http://trirand.com/blog/jqgrid/jqgrid.html# -> new in version 3.5/autowidth and row 
numbering (넓이 자동 수정, 행 번호  삽입)
http://trirand.com/blog/jqgrid/jqgrid.html# -> row editing(new)/input types (그리드 컬럼 
radio/text/check 등 타입)
http://trirand.com/blog/jqgrid/jqgrid.html# -> live data manipulation/edit row (그리드 
multibox 없이 popup 띄어서 edit 하는 방법)
https://www.jigi.net/2020/02/14/5654/ (jqGrid 자주쓰는 method)

multiselect 개자석 다중 선택 관련
//multiboxonly:true, //https://stackoverflow.com/questions/6756131/jqgrid-single-select-
checkbox
        https://okky.kr/article/197467

jqgrid ui 변경 방법
https://name267.tistory.com/entry/jQuery-Jqgrid-%EC%84%A4%EC%A0%95%EB
%B0%A9%EB%B2%95

jqgrid 참고 url 모음(네이버 블로그)
https://m.blog.naver.com/PostView.nhn?
blogId=marnet&logNo=220102756830&proxyReferer=https%3A%2F%2Fwww.google.com%2F

new log-in page
https://bootsnipp.com/snippets/0ekvA

mysql foreign key 생성
https://zetawiki.com/wiki/MySQL_%EC%99%B8%EB%9E%98%ED%82%A4_%EC%83%9D%EC
%84%B1

체크박스 클릭 시 body에 출력
https://datamod.tistory.com/91

jquery 여러 버튼 바인딩하는 법
jquery binding click event to multiple buttons
https://stackoverflow.com/questions/17715309/jquery-binding-click-event-to-multiple-
buttons

jquery input 태그 쓰기, 읽기, 활성화, 비활성화 - readonly, disabled
https://start0.tistory.com/106

mysql 원격작업
(stackoverflow 질문/답변)
https://stackoverflow.com/questions/366861/java-driver-getconnection-yields-connection-
refused-from-mysql-on-live-syste
(윈도우에서 원격 작업 위한 mysql 권한 주는 방법)
https://zetawiki.com/wiki/MySQL_%EC%9B%90%EA%B2%A9_%EC%A0%91%EC%86%8D_
%ED%97%88%EC%9A%A9

jqgrid 헤더 높이 수정
https://monkeybusiness.tistory.com/21

ajax 사용하기
https://opentutorials.org/course/3281
ajax 사용 실예시. (화면 JSP/controller/DAO/결과 페이지 AJAX/VO/DB 쿼리)
https://abc1211.tistory.com/91

구글 로그인 기능 구현 (공홈 데모)
https://developers.google.com/identity/sign-in/web/backend-auth
로그아웃할 때 캐시도 같이 삭제되게
https://github.com/google/google-api-javascript-client/issues/419
구글 커스텀 버튼 만들기 (공홈 데모)
https://developers.google.com/identity/sign-in/web/build-button

bootstrap 텍스트 서식
https://m.blog.naver.com/PostView.nhn?
blogId=drv98&logNo=221575013177&proxyReferer=https%3A%2F%2Fwww.google.com%2F
bootstrap 버튼 type
https://www.codingfactory.net/10731
bootstrap div 태그 속성
https://ji80903.tistory.com/entry/div-style-%EC%A0%95%EB%A6%AC

다른 페이지에서도 구글 로그인-> 로그아웃 하는 방법
https://stackoverflow.com/questions/30945798/html-php-google-single-sign-on-signout-
will-throw-cannot-read-property-getauth

현 구글 로그인 상태 알 수 있는 방법
https://stackoverflow.com/questions/38083568/how-to-check-if-user-is-logged-in-or-not-
with-google-sign-in-oauth-2-0

이클립스에서 배포 관련 q&a
https://okky.kr/article/310259

자바빈에서 jsp로 값 불러오는 거 성공
https://elvo-p.tistory.com/76

 

jqgrid db 연동하기

https://gooya17.tistory.com/entry/jqGrid-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-db%ED%85%8C%EC%9D%B4%EB%B8%94-%EB%B6%88%EB%9F%AC%EC%99%80%EC%84%9C-%EC%84%A0%ED%83%9D%EC%A0%95%EB%B3%B4%EB%A5%BC-ajax%EB%A1%9C-json%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-%EB%82%98%ED%83%80%EB%82%B4%EA%B8%B0


자바스크립트에서 session값 가져다 쓰기
http://okjsp.pe.kr:8080/article/304948

'toy projects > 쇼핑몰 사이트 개발' 카테고리의 다른 글

로직 변경 사항 to-do/history  (0) 2020.03.26
[AWS 배포 관련] 참고글  (0) 2020.02.10

Comments