사용자 도구

사이트 도구


즐겨찾기:레퍼런스

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
즐겨찾기:레퍼런스 [2025/11/28 14:49]
carlito76
즐겨찾기:레퍼런스 [2026/02/24 14:48] (현재)
carlito76
줄 12: 줄 12:
     * jQuery: https://oscarotero.com/jquery/     * jQuery: https://oscarotero.com/jquery/
     * CSS: https://lesliefranke.com/files/reference/csscheatsheet.html     * CSS: https://lesliefranke.com/files/reference/csscheatsheet.html
-    * XSS: https://portswigger.net/web-security/cross-site-scripting/cheat-sheet +    * XSS 
-      * HTML Event Attributes: https://www.w3schools.com/tags/ref_eventattributes.asp+      * Cross-site scripting (XSS) cheat sheet: https://portswigger.net/web-security/cross-site-scripting/cheat-sheet 
 +      * XSS Filter Evasion Cheat Sheet: https://cheatsheetseries.owasp.org/cheatsheets/XSS_Filter_Evasion_Cheat_Sheet.html
   * MyBatis   * MyBatis
     * 매퍼 설정: https://mybatis.org/mybatis-3/ko/configuration.html     * 매퍼 설정: https://mybatis.org/mybatis-3/ko/configuration.html
줄 62: 줄 63:
     * MERGE/UPSERT example in PostgreSQL using CTE: https://jakub.fedyczak.net/post/merge-upsert-example-in-postgresql-using-cte/     * MERGE/UPSERT example in PostgreSQL using CTE: https://jakub.fedyczak.net/post/merge-upsert-example-in-postgresql-using-cte/
     * PostgreSQL to Oracle Migration: https://www.sqlines.com/postgresql-to-oracle     * PostgreSQL to Oracle Migration: https://www.sqlines.com/postgresql-to-oracle
 +  * Cross Site Scripting (XSS): https://owasp.org/www-community/attacks/xss/
   * 유니크 아이디는 얼마나 길어야 하나?: https://boxnwhis.kr/2016/11/25/how_long_uid_should_be.html   * 유니크 아이디는 얼마나 길어야 하나?: https://boxnwhis.kr/2016/11/25/how_long_uid_should_be.html
   * 비밀번호 해시에 소금치기 - 바르게 쓰기: [[https://starplatina.tistory.com/entry/비밀번호-해시에-소금치기-바르게-쓰기]]   * 비밀번호 해시에 소금치기 - 바르게 쓰기: [[https://starplatina.tistory.com/entry/비밀번호-해시에-소금치기-바르게-쓰기]]
줄 76: 줄 78:
   * JavaScript   * JavaScript
     * CryptoJS: https://code.google.com/archive/p/crypto-js/     * CryptoJS: https://code.google.com/archive/p/crypto-js/
 +    * DOMPurify: https://github.com/cure53/DOMPurify
 +    * FileSaver.js: https://github.com/eligrey/FileSaver.js
 +    * SheetJS: https://sheetjs.com
     * Cleave.js: https://nosir.github.io/cleave.js/     * Cleave.js: https://nosir.github.io/cleave.js/
     * Josa.js: https://github.com/e-/Josa.js     * Josa.js: https://github.com/e-/Josa.js
-    * SheetJS: https://sheetjs.com 
     * clipboard.js: https://clipboardjs.com     * clipboard.js: https://clipboardjs.com
     * highlight.js: https://highlightjs.org     * highlight.js: https://highlightjs.org
 +    * qrcode.js: https://davidshimjs.github.io/qrcodejs/
   * jQuery Plugin   * jQuery Plugin
     * jQuery Form Plugin: https://jquery.malsup.com/form/     * jQuery Form Plugin: https://jquery.malsup.com/form/
줄 87: 줄 92:
     * FlexSlider 2: http://flexslider.woothemes.com     * FlexSlider 2: http://flexslider.woothemes.com
   * Editor   * Editor
 +    * TinyMCE ((6: MIT, 7/8: GPL v2+)): https://www.tiny.cloud
 +      * Self-hosted releases: https://www.tiny.cloud/get-tiny/self-hosted/
 +      * Language Packages
 +        * https://download.tiny.cloud/tinymce/community/languagepacks/6/langs.zip
 +        * https://download.tiny.cloud/tinymce/community/languagepacks/7/langs.zip
 +        * https://download.tiny.cloud/tinymce/community/languagepacks/8/langs.zip
     * CKEditor: https://ckeditor.com     * CKEditor: https://ckeditor.com
-    * Monaco: https://microsoft.github.io/monaco-editor/+      * CKEditor 4 ((GPL v2+ / LGPL v2.1+ / MPL 1.1+)): https://ckeditor.com/ckeditor-4/download/ 
 +      * CKEditor 5 ((GPL v2+)): https://ckeditor.com/ckeditor-5/download/ 
 +    * Monaco ((MIT)): https://microsoft.github.io/monaco-editor/
   * Chart   * Chart
     * Apache ECharts: https://echarts.apache.org     * Apache ECharts: https://echarts.apache.org