.
블로그 로고

IT-IN의 일상

요행을 바라지 마라..
블로그"IT-IN의 일상"에 대한 검색결과168건
  • [비공개] C# 파일저장,디렉토리생성,파일.디렉토리 존재 여부

    String s = backupPath+"\\"+ fileName + "_" + this.getNowDateTime(); try { if (!System.IO.Directory.Exists(backupPath)) { //디렉토리 존재여부 System.IO.Directory.CreateDirectory(backupPath); //디렉토리 생성 } if(!File.Exists(s)) 파일이 존재여부 File.Copy(fileName, s); //복사 else File.Copy(fileName, s + "__data"); //복사 } catch (System.IO.IOException) { } return true;
    IT-IN의 일상|2010-10-06 11:06 pm|추천

    추천

  • [비공개] C# 파일저장,디렉토리생성,파일.디렉토리 존재 여부

    String s = backupPath+"\\"+ fileName + "_" + this.getNowDateTime(); try { if (!System.IO.Directory.Exists(backupPath)) { //디렉토리 존재여부 System.IO.Directory.CreateDirectory(backupPath); //디렉토리 생성 } if(!File.Exists(s)) 파일이 존재여부 File.Copy(fileName, s); //복사 else File.Copy(fileName, s + "__data"); //복사 } catch (System.IO.IOException) { } return true;
    IT-IN의 일상|2010-10-06 11:06 pm|추천

    추천

  • [비공개] C# 파일저장,디렉토리생성,파일.디렉토리 존재 여부

    String s = backupPath+"\\"+ fileName + "_" + this.getNowDateTime(); try { if (!System.IO.Directory.Exists(backupPath)) { //디렉토리 존재여부 System.IO.Directory.CreateDirectory(backupPath); //디렉토리 생성 } if(!File.Exists(s)) 파일이 존재여부 File.Copy(fileName, s); //복사 else File.Copy(fileName, s + "__data"); //복사 } catch (System.IO.IOException) { } return true;
    IT-IN의 일상|2010-10-06 11:06 pm|추천

    추천

  • [비공개] c# dataGridView 한셀씩 읽기

    int cnt = dataGridView1.Rows.Count; String r = ""; for (int i = 0; i < cnt-1; i++) { if (dataGridView1.Rows[i]!=null ) // && ! "".Equals(dataGridView1.Rows[i].Cells[0].Value.ToString())) { r += dataGridView1.Rows[i].Cells[0].Value.ToString() + "," + dataGridView1.Rows[i].Cells[1].Value.ToString() + "," + dataGridView1.Rows[i].Cells[2].Value.ToString() + "\n" ; }
    IT-IN의 일상|2010-10-06 11:01 pm|추천

    추천

  • [비공개] c# dataGridView 한셀씩 읽기

    int cnt = dataGridView1.Rows.Count; String r = ""; for (int i = 0; i < cnt-1; i++) { if (dataGridView1.Rows[i]!=null ) // && ! "".Equals(dataGridView1.Rows[i].Cells[0].Value.ToString())) { r += dataGridView1.Rows[i].Cells[0].Value.ToString() + "," + dataGridView1.Rows[i].Cells[1].Value.ToString() + "," + dataGridView1.Rows[i].Cells[2].Value.ToString() + "\n" ; }
    IT-IN의 일상|2010-10-06 11:01 pm|추천

    추천

  • [비공개] c# dataGridView 한셀씩 읽기

    int cnt = dataGridView1.Rows.Count; String r = ""; for (int i = 0; i < cnt-1; i++) { if (dataGridView1.Rows[i]!=null ) // && ! "".Equals(dataGridView1.Rows[i].Cells[0].Value.ToString())) { r += dataGridView1.Rows[i].Cells[0].Value.ToString() + "," + dataGridView1.Rows[i].Cells[1].Value.ToString() + "," + dataGridView1.Rows[i].Cells[2].Value.ToString() + "\n" ; }
    IT-IN의 일상|2010-10-06 11:01 pm|추천

    추천

  • [비공개] C# DateTime 날짜포맷

    DateTime currTime = DateTime.Now; string date = currTime.ToString("yyyy")+"-"+currTime.ToString("MM")+"-"+currTime.ToString("dd")+" " +currTime.ToString("HH:mm:ss");
    IT-IN의 일상|2010-10-06 09:57 pm|추천

    추천

  • [비공개] C# DateTime 날짜포맷

    DateTime currTime = DateTime.Now; string date = currTime.ToString("yyyy")+"-"+currTime.ToString("MM")+"-"+currTime.ToString("dd")+" " +currTime.ToString("HH:mm:ss");
    IT-IN의 일상|2010-10-06 09:57 pm|추천

    추천

  • [비공개] C# DateTime 날짜포맷

    DateTime currTime = DateTime.Now; string date = currTime.ToString("yyyy")+"-"+currTime.ToString("MM")+"-"+currTime.ToString("dd")+" " +currTime.ToString("HH:mm:ss");
    IT-IN의 일상|2010-10-06 09:57 pm|추천

    추천

  • [비공개] ADO.NET 연결 방법

    1 ADO.NET 1.1 ADO.NET의 개요 ▣ ▣ADO.NET ◈◈ADO(Active Data Object) + .NET ▣▣ADO.NET의 개선 사항 ◈◈닷넷 기반의 다양한 언어 지원 ◈◈XML 지원 –-프레임웍 상에서 일관된 포맷으로 지원 ◈단절된 데이터 구조를 표준으로 사용 -컨넥션(Connection)이 끊어진 상태에서 작업, 소형 메모리 데이터베이스 모델 지원 ▣▣ADO.NET 관련 네임스페이스◈ ◈System.Data ◈System.Data.Common ◈System.Data.Oledb ◈System.Data.SqlClient 1.2 ADO.NET의 기본 구조 I 1.2 ADO.NET의 기본 구조 II 2 SqlClient 공급자2.1 Connection과 데이터 공급자 ▣▣SqlClient 공급자 ◈ ◈ SQL Server 공급자(SqlClient)는 OLE와 ODBC와 같은 중.......
    IT-IN의 일상|2010-09-30 03:32 pm|추천

    추천

이전  7 8 9 10 11 12 13 14 15 ... 17  다음
셀로거는 비즈니스/마케팅 관련 블로그중 대중에게 RSS를 제공하는 블로그의 정보만 수집 및 정리하여 소개하는 비상업적 메타블로그 사이트입니다.
수집된 내용에 대한 모든 블로그의 저작권은 모두 해당 블로거에게 있으며 공개되는 내용에 대해서는 Sellogger의 입장과 무관합니다.
셀로거에서는 원글의 재편집 및 수정을 하지 않으며 원문링크를 제공하여 전문확인을 위해서는 저작권자의 블로그에서만 확인가능합니다.
Copyright (c) Sellogger. All rights reserved. 피드등록/삭제요청 help@sellogger.com