Hello !

· Java
JSON value 에 JSON 형식으로 올 때 JSON 데이터 편하게 받자 { 'name' : 'jo', 'age' : '4', 'exual' : { 'korean' : 100, 'english' : 80, 'japan' : 90 } } 이런 식으로 파라미터가 올 때 사용해보자 public class People { private String name; private int age; private Exual exual; public class Exual { private String koean; private String english; private String japan; } } 사용할 때 people.exual.getKorean();
· 잡다
- visual studio .NET 및 C++ 개발자를 위한 가장 포괄적인 IDE https://visualstudio.microsoft.com/ko/downloads/ Visual Studio Tools 다운로드 - Windows, Mac, Linux용 무료 설치 Visual Studio IDE 또는 VS Code를 무료로 다운로드하세요. Windows 또는 Mac에서 Visual Studio Professional 또는 Enterprise Edition을 사용해 보세요. visualstudio.microsoft.com - visual studio Code 무료로 많이 사용하는 IDE 확장 소스많아서 잘 이용하면 거의 모든 언어 가능 https://code.visualstudio.com/ Visual..
· 잡다
Wysiwyg html 에디터 1 . ckEditor5 https://ckeditor.com/ckeditor-5/ CKEditor 5 | Powerful Framework with Modular Architecture Easy to customize RichText Editor with a powerful framework, a modular architecture, and modern features like Collaborative Editing. ckeditor.com https://ckeditor.com/docs/index.html CKEditor Documentation Website Learn how to install, integrate, configure and develop CKEdito..
var media1 = window.matchMedia( '( max-width: 330px )'); //ipone4,5,SE 320px var media2 = window.matchMedia( '( max-width: 285px )'); //갤럭시 폴드 280px ~ 319px var popBody = 변경해야 하는 대상; if(media1.matches == true) if(media2.matches == true) popBody.css({ 'min-height' : '200.6px'}); //갤럭시 폴드 popBody.css({ 'min-height' : '181.88px'});//ipone4,5,SE else popBody.css({ 'min-height' : '145.5px'});//기본크기 위..
mart3n
시골 외양간 개발자