HappyWeasel
파일 string _Filestr = @"파일 경로"; System.IO.FileInfo fi = new System.IO.FileInfo(_Filestr); if (fi.Exists){ 존재 시 로직 } else{ 없을 시 로직 } 폴더 string sDirPath = @"폴더 경로"; DirectoryInfo di = new DirectoryInfo(sDirPath); if (di.Exists == false) { di.Create(); }
보호되어 있는 글입니다.
1. 참조에 excel을 참조한다. 2. 예제 코드 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Excel = Microsoft.Office.Interop.Excel; //microsoft Excel 14 object in references-> COM tab namespace excel { public class Program { public static void Main(string[] args) { string[] filename = { }; string[] strip = { }; f..

태그란 괄호 사이에 들어가는 것들을 총칭하는 단어. example => 하나의 요소(Element)라고 표현합니다. 태그는 그 의미에 맞춰서 사용해야 합니다. 링크 이미지 목록 제목 anchor, img, ul/li, heading, p 태그 등이 자주 사용됩니다. div 태그도 많이 사용 되며 block 엘리먼트라고 하는데 일반적인 영역을 표현할 때 가장 많이 사용합니다. 반갑습니다. 여기 여러분들이 좋아하는 코딩! 씨 씨플플 씨샵 자바
Html에서 CSS, JavaScript는 어느 위치든 있을 수 있다. 하지만 JavaScript 코드는 body 태그가 닫히기 전에 위치하는 것이 렌더링을 방하지 않고 좋다. CSS는 head 태그 안에 위치해서 렌더링 처리 시에 브라우저가 더 빨리 참고 할 수 있게 하는 것이 좋다.
alert("main.js 소스코드입니다."); test.html Tessst jam main.js