블로그
-
Ai가 이해하는 조명, 광원의 차이
. - #태양 , 창문빛, 전등, 촛불, #네온 등 - 방향(direction) - 높이(height) - 거리(distance) - 광원 개수(number of lights) ✔ AI 프롬프트 "sunlight from left", "single overhead light", "backlit", "window light" 2.
blog.naver.com · 2026.03.02
-
예제)스크립트,제이쿼리 만들어보기
. */ $(function(){ //변수 winH= 에 기억 var winH=$(window).innerHeight(); //윈도우(창)의 높이를 구하라. //선택자 스타일속성 중 height: 값을 구하라 $('#id').css({height:winH}); }); ---------------------------------------
blog.naver.com · 2018.07.24
-
jquery bootstrap contextmeu
(function ($, window) { $.fn.contextMenu = function (settings) { return this.each(function () { // Open absolute", left: getMenuPosition(e.clientX, 'width', 'scrollLeft'), top: getMenuPosition(e.clientY, 'height
blog.naver.com · 2016.09.20
-
폐 건강 영양 식사법
폐 건강 영양 식사법 <embed width="0" height="0" name="mp3_swf" class="F1471492502359162518_undefined" style tts/mp3_nhn.swf" align="middle" quality="high" bgcolor="#888888" allowscriptaccess="always" wmode="window
blog.naver.com · 2016.08.18
-
[KimStar Blog] C# - 해상도 구하기
C# - 해상도 구하기 Desktop Window Size VC++ GetClientRect GetDesktopRect http://www.kimstar.pe.kr/blog/125? 얻기Size Bounds = Screen.PrimaryScreen.Bounds.Size;MessageBox.Show(Bounds.ToString());(결과) Width=2560, Height
blog.naver.com · 2010.08.07