Microsoft PowerPoint - CFXDSem ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - CFXDSem ppt"

Transcription

1 Chart FX for.net 을이용한 Charting 프로그램 예쓰월드 YESSData.com 소프트웨어사업부기술지원팀

2 Agenda 회사소개 Chart FX for.net 특징 Chart FX for.net 사용 Gallery Types Passing Data Data Analysis Axis Handling Visual Attributes Chart FX Tools Extensions Contact Us

3 회사소개 YESSWorld 개발 S/W ( 컴포넌트, 서버군 ) 판매및기술지원 Software FX, Zero G, ComponentOne, Infragistics MS, Adobe 등의범용 S/W 판매 Hummingbird 솔루션개발 Software FX 1993 년설립 Chart 컴포넌트분야를선도.NET, Java, COM 등다양한플랫폼지원

4 Chart FX for.net 특징 예전 COM 버전보다유연하다. 다중축의개수제한이없음 강화된 UI 그라디언트, 안티앨리어싱 강력한마법사기능과편리한도움말 WebForm 과 WinForm 을모두지원 WinForm, Dev Lic., Product Lic. Server 기반의라이센스정책 / CPU 개수와무관 다양한출력형태.NET, Image, SVG, Flash 순수한.NET 컴포넌트.NET 환경을완벽하게지원

5 Chart FX for.net 특징 편리한 Help & Wizard VS.NET IDE 의동적도움말지원 직관적인인터페이스의마법사기능 다양한샘플소스제공 원하는차트를예제를선택후 Copy & Paste 로코드를삽입하면, 해당예제의차트가구현됩니다. 웹을통한지원 YESSData.com 의 Club 및기술지원 support.softwarefx.com/cfxnet 서비스팩기능을통한업데이트 뉴스그룹 news.softwarefx.com

6 Chart FX for.net 특징 Chart FX for.net 의 Resource Center

7 Chart FX for.net 특징 What s New in 6.2 Flash 지원 Multiple Pane 기능 차트내에서여러개의 Pane 사용이가능 Conditional Attributes 조건에따라서표현을달리함 개선된라벨링 다양한확장도구지원 Financial, Statistical, Map, OLAP Highlight 기능 가독성향상 6.0 에서무료 Upgrade 가능

8 Chart FX for.net 사용 Windows Forms 필요한사항.NET 개발환경 VS.NET 과같은개발툴.NET Framework VS.NET 에서 Chart FX for.net 사용 좌측도구상자의 Windows Forms 메뉴에서마우스우측버튼을선택하여나타나는팝업메뉴중항목추가 / 제거선택 Import (C#: Using) 문을사용하면코딩작성이편리해짐 제공되는데이터전달자를사용할경우에는 ChartFX.Data.Dll 을참조해야합니다. 배포 Windows Form 인경우배포로열티는무료입니다. 하지만, 라이센스를위반하지않는지라이센스동의를주의깊게읽을필요는있습니다. 단순한배포는 release 폴더를복사하는것으로도가능합니다. 상용패키지프로그램사용시는해당도움말참조

9 Chart FX for.net 사용 Web Forms 필요한사항.NET 개발환경 VS.NET 과같은개발툴.NET Framework IIS 제공되는 2 개의설치옵션 Dev. Seat 개발에필요한모든문서자료, 샘플이같이설치되며, 차트출력시개발버전문구가표시됨. Product Server 차트생성에필요한최소한의파일이설치됩니다. 실제운영되는서버에설치. 사용방법은도구상자에 Chart 를추가한후, 원하는위치에 Chart 를삽입하면됩니다.

10 Chart FX for.net 사용 Smart Devices Pocket Chart FX for.net.net 개발환경 VS.NET.NET Compact Framework 사용방법 SmartDevice 프로젝트에서도구상자에 Chart 를추가한후, 원하는위치에 Chart 를삽입하면됩니다. 배포시별도의배포라이센스가필요합니다. 기본적으로 25Seat 는제공됨 (2005 년 4 월기준 )

11 Chart FX for.net 사용 Single ASPX 페이지 기존의 ASP 와같은단일페이지방식 언제사용하나? GetHTMLData 메서드를이용한 Bit-Stream 방식구현시. Client-Side 의 Script 로.NET 컨트롤을제어하고자하는경우 VS.NET 에서지원되지않기때문에, 메모장과같은단순한에디터로작성해야합니다. VS.NET 2005(Widbey) 에서는지원될예정

12 Chart FX for.net 사용 Web 사용시참고사항 IIS,.NET Framework 필요 /License, /Download, /Temp 폴더생성 2003 Server 의경우수동으로설정해야합니다. 임시파일의제거유틸리티설정 AT 명령 ( 윈도우의스케줄기능 ) SfxRemove Temp 경로 시간 Bit Stream GetHtmlData 장점 파일생성없음 단점 코딩이불편함 (Single Paged aspx)

13 Chart FX for.net 사용 Single ASPX 작성예 : <%@ Page Language="C#"%> <%@ Import Namespace="SoftwareFX.ChartFX"%> <%@ Import Namespace="SoftwareFX.ChartFX.Internet.Server"%> <%@ Import Namespace="System.Drawing"%> Welcome to my first.aspx page that contains a chart: <% SoftwareFX.ChartFX.Internet.Server.Chart Chart1 = new SoftwareFX.ChartFX.Internet.Server.Chart(this); // Change the Gallery Type to Lines Chart1.Gallery = Gallery.Lines; // Change the background color Chart1.BackColor = Color.FromArgb(102,153,255); // Change the marker shape to Rectangles Chart1.MarkerShape = MarkerShape.Rect; %> // Generate a chart of 500x350 pixels <%= Chart1.GetHtmlTag("500","350",".NET")%>

14 Gallery Types 개요 Chart 와 Series 객체에서제공되는 Gallery 속성 Chart FX 에서기본적으로사용할수있는 Gallery : Area, Bar, Bubble, Candlestick, Contour, Cube, Curve, Curvearea, Doughnut, Gantt, HiLowClose, Lines, OpenHiLowClose, Pareto, Pie, Pyramid, Radar, Scatter, Step and Surface Statistical, MAP 등의확장팩을사용시더많은형태가제공됨 // 차트전체에적용 chart1.gallery = Gallery.Lines // 첫번째시리즈를라인으로설정하는 C# 코드 chart1.series[0].gallery = Gallery.Lines;

15 Gallery Types Combination Charts ' 첫번째시리즈를라인으로설정하는 VB 코드 chart1.series(0).gallery = Gallery.Lines // 첫번째시리즈를라인으로설정하는 C# 코드 chart1.series[0].gallery = Gallery.Lines;

16 Gallery Types XY Plots & Scatter COD.Values: Y 값전달을위해 COD.Xvalues: X 값전달을위해 Line, Curve, Area, Step Lines, Surface, Bubble, Contour and Curve Area, Scatter 등에서 XY 가능 // Scatter( 분산차트 ) 코드예 chart1.gallery = Gallery.Scatter; chart1.opendata(cod.values,2,3); chart1.opendata(cod.xvalues,2,3) chart1.value[i,j] = Y 값 ; chart1.xvalue[i,j] = X 값 ; chart1.closedata(cod.values); chart1.closedata(cod.xvalues);

17 Gallery Types XY Plots & Scatter 일반적인 Scatter( 분산 ) 차트의형태 // DataSet 을이용한 Scatter Or XY 차트구현시 // SELECT YValue,XValue FROM MyTable 이와같은쿼리일경우 Chart1.DataSourceSettings.DataType[0] = DataType.Value; Chart1.DataSourceSettings.DataType[1] = DataType.Xvalue;

18 Gallery Types Stacked 누적 2 가지형태 regular stacked, 100% Stacked ' Regular stacked Chart1.Stacked = Stacked.Normal ' or 100% stacked Chart1.Stacked = Stacked.Stacked100

19 Gallery Types Stacked 누적 다중누적시리즈단위로 2개의누적막대와 1개의커브 (VB.NET 코드 ) Chart1.Series(0).Gallery = Gallery.Bar 1번째시리즈는막대막대1 Dim series2 As SeriesAttributes = Chart1.Series(1) series2.gallery = Gallery.Bar series2.stacked = True 2번째는 1번째위에누적막대1 Chart1.Series(2).Gallery = Gallery.Bar 3번째시리즈막대막대2 Dim series4 As SeriesAttributes = Chart1.Series(3) series4.gallery = Gallery.Bar series4.stacked = True 3번째위에누적막대2 Dim series5 As SeriesAttributes = Chart1.Series(4) series5.gallery = Gallery.Bar series5.stacked = True 4번째위에누적막대2 Dim series6 As SeriesAttributes = Chart1.Series(5) series6.gallery = Gallery.Curve series6.color = Color.Black 6번째는커브 ' 스케일재계산 Chart1.RecalcScale()

20 Gallery Types Stacked 누적 다중누적시리즈단위로

21 Gallery Types Financial Chart OpenHighLowClose, HiLowClose, Candlestick ' 1개의 OHLC차트를위해서는 4개시리즈로채널 Open Chart1.OpenData(COD.Values, 4, 5) ' Code to set the data For j = 0 To npoints -1 Chart1.Value(OHLC.LOW,j) = Low value! Chart1.Value(OHLC.OPEN,j) = Open value! Chart1.Value(OHLC.CLOSE,j) = Close value! Chart1.Value(OHLC.HIGH,j) = Next j Chart1.CloseData(COD.Values) High value!

22 Gallery Types Financial Chart OHLC 차트

23 Gallery Types Surface & Contour Series 와 Point, 값을이용하여표현

24 Gallery Types Surface & Contour chart1.gallery = Gallery.Surface; // 모든값을 0 으로초기화 chart1.opendata(cod.values, 10, 10); for(int i = 0;i<10;i++){ for(int j = 0;j<10;j++){ chart1.value[i, j] = 0; } } //Now let's change Series 2, Point 2 to a value of 9 (Zero based indexes) chart1.value[1, 1] = 9; chart1.value[3, 2] = -18;

25 Gallery Types Surface & Contour

26 Gallery Types Gantt chart1.gallery =SoftwareFX.ChartFX.Gallery.Gantt; //Populating the chart1 chart1.opendata(softwarefx.chartfx.cod.values, 1, 9); chart1.opendata(softwarefx.chartfx.cod.inivalues, 1, 9); chart1.inivalue[0, 0] = 5; chart1.value[0, 0] = 25; chart1.legend[0] = "Act. 1"; chart1.inivalue[0, 1] = 25; chart1.value[0, 1] = 45; chart1.legend[1] = "Act. 2"; chart1.inivalue[0, 2] = 15; chart1.value[0, 2] = 80;

27 Gallery Types Bubble 2 가지값을동시에표현 - Y 값과풍선의크기 Chart1.Value(0,j) = 'Bubble Y Value Chart1.Value(1,j) = ' Bubble Size XY Bubble X, Y, 풍선의크기 3 가지값이필요 Chart1.Value(0,j) = 'Bubble Y Value Chart1.XValue(0,j) = 'Bubble X Value Chart1.Value(1,j) = ' Bubble Size Volume 속성으로풍선크기조정 가령풍선의값이 100 이라도 Volume 이 50 이면원래크기의 ½ 로보여짐

28 Gallery Types Bubble

29 Gallery Types Doughnut chart1.point[2].separateslice = 20; chart1.gallery = Gallery.Doughnut;

30 Gallery Types Statistical Chart FX Statistical 확장팩은통계 ( 회계 ) 분석기능을 Chart FX for.net 이갖도록합니다. BoxPlot, Histogram, FrequencyPolygon, Ogive 와 Regression 등의 Gallery 를제공합니다.

31 Gallery Types Statistical

32 Gallery Types Maps

33 Gallery Types Polar 무료로제공되는확장팩

34 Passing Data 다양한형태의데이터지원 API Database ADO.NET Text XML Arrays Collections Crosstab

35 Passing Data API 를이용한전달 Value 속성을이용하여전달 Chart1.Value[0,0] = 42; Value 속성은 OpenData 와 CloseData 메서드사이에서사용 Points 의개수를모를때.OpenData(COD.Values, 1, COD.Unknown) Hidden Points Chart.Hidden 사용 기존값의변경 COD.Unchange 와 Value 속성

36 Data Analysis Highlight 기능 선택된부분은돋보이게하여가독성향상 사용자정의 Highlight Enabled, Dimmed, PointAttributes, Speed chart1.highlight.enabled = true; chart1.highlight.dimmed = false; chart1.highlight.pointattributes.color = System.Drawing.Color.Red; chart1.highlight.pointattributes.pointlabels = true;

37 Data Analysis Conditional Attribute 조건에따라포인트를다르게보임 포인트의크기색상변경 UserLegend 지원

38 Data Analysis Conditional Attribute ConditionalAttributes condition1 = chart1.conditionalattributes[0]; condition1.color = Color.Gray; condition1.markersize = 5; condition1.markershape = SoftwareFX.ChartFX.MarkerShape.Circle; condition1.condition.to = 20; condition1.condition.toopen = true; condition1.legend = "Underqualified";

39 Data Analysis Axis Section AxisSection as1 = chart1.axisy.sections[0]; AxisSection as2 = chart1.axisx.sections[0]; From, To, BackColor 등의속성지원

40 Data Analysis Constant Lines & Stripes SoftwareFX.ChartFX.Internet.Server.ConstantLine constantline = chart1.constantlines[0]; constantline.value = 30; constantline.color = System.Drawing.Color.Red; constantline.axis = SoftwareFX.ChartFX.AxisItem.Y; constantline.text = "Alarm Limit 1";

41 Data Analysis Stripe SoftwareFX.ChartFX.Internet.Server.Stripe stripe = chart1.stripes[0]; stripe.from = 20; stripe.to = 30; stripe.color = System.Drawing.Color.FromArgb(192, 192, 255); stripe.axis = SoftwareFX.ChartFX.AxisItem.Y;

42 Axis Handling AxisX, AxisY 를주로사용 기본적으로자동 Scaling, 설정시는 Min, Max, STEP 속성이용 사용자정의라벨지원 Format 속성 DateTime, Custom, Scientific 값이많을경우 Scrolling 기능지원 주눈금, 보조눈금, 그리드및 TickMark 제한없는다중축설정, 다중 Pane 설정 Axis Sections 사용가독성향상

43 Axis Handling Scaling 기본적으로자동 Scaling Max, Min, STEP 등의속성을이용하여설정가능 재계산이필요한경우 RecalScale() 메서드호출 chart1.axisy.min = -20; SoftwareFX.ChartFX.Internet.Server.Axis ax1 = chart1.axisy; ax1.max = 110; ax1.step = 20; ax1.minorstep = 15; ax1.gridlines = true; ax1.title.text = " 세로로보여지는축 ";

44 Axis Handling Formatting 축에표현되는형식지정 Currency, Date, Scientific, Percentage Chart1.AxisY.LabelsFormat = AxisFormat.Scientific 사용자정의형태도가능 Chart1.AxisY.LabelFormat.CustomFormat = Log 스케일 Chart1.AxisY.LogBase = 10;

45 Axis Handling 라벨설정 Axis 클래스의 Label 멤버를이용 KeyLeg 를이용한 X 축라벨 Series 범례 Series 객체의 Legend 사용 Chart 의 SerLeg 이용 3 차원차트의경우 SerKey 로 Z 축라벨 Smart Labeling XY Plot 혹은 Scatter 차트형태에서 X 축에표현되는라벨을자동으로최적의형태로보입니다. 차트의크기에따라서 Year -> Semi-Year -> Quarter -> Month

46 Axis Handling 라벨설정 X 축라벨링의일반적인형태 Dim axis As Axis = Chart1.AxisX axis.label(0) = "January" axis.label(1) = "February" axis.label(2) = "March"... Y 축라벨링 Dim axis As Axis = Chart1.AxisY axis.label(0) = "Very Poor" axis.label(1) = "Poor" axis.label(2) = "Average" axis.label(3) = "Good" axis.label(4) = "Very Good" axis.label(5) = "Excellent" Chart1.AxisY.LabelValue = 20

47 Axis Handling 라벨설정 SerLeg 와 SerKey chart1.serleg[i] = "S" + (i+1).tostring(); chart1.serkey[i] = "S" + (i+1).tostring(); SerLeg

48 Axis Handling 제 2 Y 축 Chart1.Series(1).YAxis = YAxis.Secondary Dim axis As Axis = Chart1.Axis(1) axis.min = axis.max = axis.step = axis.labelsformat.decimals = 0

49 Axis Handling 다중 Pane series0.yaxis = SoftwareFX.ChartFX.YAxis.Main; chart1.axisy.pane = 0; chart1.axisy2.pane = 1;

50 Axis Handling Title 설정 Chart Title TitleDockable 클래스를이용하여여러개의타이틀생성가능 각각의타이틀은고유의색과폰트를사용 Axes Title 각각의축은 Title 을가질수있습니다. 각각의축은정렬이가능합니다. 기본값중앙정렬

51 Axis Handling 3 개의 Title

52 Visual Attributes Marker 별색상지정 Series 별색상지정 폰트설정 Marker 를그림으로지정하기 Color Palettes Borders Gradients Transparency

53 Visual Attributes Marker 색상지정 chart1.point[0, 0].Color = Color.AliceBlue; chart1.point[0, 3].Color = Color.Blue;

54 Visual Attributes Series 색상지정 chart1.series[0].color = Color.Orange; chart1.series[1].color = Color.MediumSlateBlue;

55 Visual Attributes 폰트설정 chart1.axisy.font = new System.Drawing.Font("Courier New",12, System.Drawing.FontStyle.Bold);

56 Visual Attributes Marker 를이미지로 chart1.gallery = Gallery.Lines; chart1.markershape = MarkerShape.Picture; chart1.series[0].picture = Image.FromFile(Application.StartupPath + " Data computer.gif") ; chart1.markersize = 5;

57 Visual Attributes Color Palette Chart1.Palette = "Natural.Adventure"

58 Visual Attributes ImageBorder Borders.ImageBorder myborder; myborder = new Borders.ImageBorder(Borders.ImageBorderType.Emboss); chart1.borderobject = myborder;

59 Visual Attributes Gradients Y축 Max Min Series Gradients Color Alternate Color ' Scheme 지정 Chart1.Scheme = Scheme.Gradient; ' Series Color and Alternate Color 설정 series.color = Color.Yellow; series.alternatecolor = Color.Green;

60 Visual Attributes Gradients Chart Gradients GradientBackground g1 = new GradientBackground(GradientType.ForwardDiagonal); g1.color[0] = Color.Red; g1.position[2] = 1; chart1.insidecolor = Color.Transparent; chart1.backobject = g1;

61 Visual Attributes 투명효과 //Chart 내부투명 Chart1.InsideColor = Color.Transparent // 시리즈반투명설정 Chart1.Series(2).Color = Color.FromArgb(120,0,255,0)

62 Chart FX Tools 1. MenuBar 2. ToolBar 3. Series Legend 4. DataEditor 5. Context Menus 6. User Legend 7. Chart Legend

63 Chart FX Tools Series Legend Chart1.SerLegBox = True Chart1.SerLegBoxObj.Alignment = ToolAlignment.Near Chart1.SerLegBoxObj.Docked = Docked.Bottom Chart1.Series(0).Legend = "Product 1" Chart1.Series(1).Legend = "Product 2" Chart1.Series(2).Legend = "Product 3"

64 Chart FX Tools Values Legend Chart1.LegendBox = True Chart1.LegendBoxObj.Docked = Docked.Left Chart1.LegendBoxObj.Alignment = ToolAlignment.Far Chart1.Legend(0) = "January" Chart1.Legend(1) = "February" Chart1.Legend(2) = "March" Chart1.Legend(3) = "April" Chart1.Legend(4) = "May"

65 Chart FX Tools UserLegend Box 사용자정의레전드를추가할수있다.

66 Chart FX Tools UserLegend Box chart1.userlegendbox = true; SoftwareFX.ChartFX.UserLegendBoxItem userlegendboxitem = chart1.userlege ndboxobj.item[0]; userlegendboxitem.label = "Warning"; userlegendboxitem.color = System.Drawing.Color.Red; userlegendboxitem.markershape = SoftwareFX.ChartFX.MarkerShape.Rect; userlegendboxitem.bordereffect = SoftwareFX.ChartFX.BorderEffect.None; userlegendboxitem.bordercolor = System.Drawing.Color.Black;

67 확장팩 (Extension ) Annotation Extension 기본적으로제공됨 풍선도움말, 도형, 텍스트등의주석제공 ChartFX.Annotation.dll 어셈블리참조 // Create the annotation objects and add the annotation extension to Cha rtfx AnnotationX annot = new AnnotationX(); AnnotationArrow arrow = new AnnotationArrow(); annot.list.add(arrow); chart1.extensions.add(annot); // Configure the arrow object arrow.color = System.Drawing.Color.Salmon; arrow.height = 30; arrow.width = -30; arrow.top = 130; arrow.left = 95; arrow.border.color = System.Drawing.Color.Red;

68 확장팩 (Extension ) Annotation Extension

69 확장팩 (Extension ) Map Extension SVG 파일을이용하여영역정보표시 응용가능한부분 극장, 비행기등의좌석예매상황 지역별온도, 인구분포등표현

70 확장팩 (Extension ) Statistical Extension 히스토그램등의다양한통계차트지원

71 확장팩 (Extension ) OLAP 다양한 OLAP 기능제공 MS OLAP 서비스와연동됨

72 한글화 -> FAQ -> Localization

73 Contact Us 기술지원 의기술지원혹은 Club 영업 전화 영업 02) 홈페이지 국내총판 제작사 제작사기술정보

Microsoft PowerPoint - CfxInt62Sem_ ppt

Microsoft PowerPoint - CfxInt62Sem_ ppt Chart FX Internet 6.2 Chart FX Internet 6.2 세미나 2005.08 김영호 ( 주 ) 예쓰월드 www.yessdata.com Agenda 회사소개 Internet Designer Chart 생성 Gallery Types ( 차트종류 ) 값전달 축설정 라벨설정 타이틀설정 시각적효과 범례 (Legend) 데이터분석 인터넷관련사항

More information

Microsoft PowerPoint - CFXJavaSeminar.ppt

Microsoft PowerPoint - CFXJavaSeminar.ppt Chart FX for JAVA 을이용한 Charting 프로그램 예쓰월드 (YESSData.com) 소프트웨어사업부기술지원팀 2005. 02. 02 Agenda 회사소개 Chart FX for JAVA 소개 Chart FX for JAVA 의 API ( 데모 ) 그외 Contact Us YESSWorld 개발용소프트웨어를전문적으로공급 Chart FX for

More information

초보자를 위한 크리스탈 리포트 9 - 대화형 리포트의 작성과 디자인

초보자를 위한 크리스탈 리포트 9 - 대화형 리포트의 작성과 디자인 ha pte r 1 9..,.,, (legacy)., ERP(Enterprise Resource Planning, ), CRM(Customer Relationship Management, ), IT (Information Technology system, ). 700. (Microsoft.NET, SAP, PeopleSoft )... [ 1.1]. Part

More information

웹개발을위한 ComponentOne 사용법 (2) 권대건 부산대학교컴퓨터공학과 Abstract 최근웹개발이활성화되면서전문가를위한여러가지 Tool 웹애플리케이션형태로제공하는경우가늘고있다. ComponentOne 은.NET 기반의 UI C

웹개발을위한 ComponentOne 사용법 (2) 권대건 부산대학교컴퓨터공학과 Abstract 최근웹개발이활성화되면서전문가를위한여러가지 Tool 웹애플리케이션형태로제공하는경우가늘고있다. ComponentOne 은.NET 기반의 UI C 웹개발을위한 ComponentOne 사용법 (2) 권대건 부산대학교컴퓨터공학과 duskan@pusan.ac.kr Abstract 최근웹개발이활성화되면서전문가를위한여러가지 Tool 웹애플리케이션형태로제공하는경우가늘고있다. ComponentOne 은.NET 기반의 UI Component 로.NET 기반의다양한사용자인터페이스를제공한다. 그중에서도특히 Chart 에대하여

More information

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선 Point Operation Histogram Modification 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 HISTOGRAM HISTOGRAM MODIFICATION DETERMINING THRESHOLD IN THRESHOLDING 2 HISTOGRAM A simple datum that gives the number of pixels that a

More information

歯111

歯111 2003. 3 4 1 Co n t e n t s 02 05 08 12 14 16 18 22 26 2 8 3 1 33 36 4 0 4 2 44 2003. 3 4 2 3 4 5 6 7 8 9 10 11 12 13 14 15 b o d y? 16 17 b o d y? 18 19 20 21 22 P h i l i p p i n e s 23 24 25 26 27 28

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service

More information

1

1 7차시. 이즐리와 택시도를 활용한 인포그래픽 제작 1. 이즐리 사이트에 대해 알아보고 사용자 메뉴 익히기 01. 이즐리(www.easel.ly) 사이트 접속하기 인포그래픽 제작을 위한 이즐리 사이트는 무료로 제공되는 템플릿을 이용하여 간편하게 인포그래 픽을 만들 수 있는 사이트입니 이즐리는 유료, 무료 구분이 없는 장점이 있으며 다른 인포그래픽 제작 사이트보다

More information

Quick Guide

Quick Guide 목차 1. 퀵스타트가이드... 5 스마트태그마법사... 5 데이터마법사... 6 API 와속성리스트... 6 사용자도구... 8 렌더링메쏘드지원... 10 Chart FX 와 AJAX... 11 Chart FX 어플리케이션확장... 12 도움말과지원받기... 13 ClickOnce 배포... 13 Chart FX 라이선스와배포... 14 기술지원... 15

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일 Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae

More information

비디오 / 그래픽 아답터 네트워크 만약에 ArcGolbe를 사용하는 경우, 추가적인 디스크 공간 필요. ArcGlobe는 캐시파일을 생성하여 사용 24 비트 그래픽 가속기 Oepn GL 2.0 이상을 지원하는 비디오카드 최소 64 MB 이고 256 MB 이상을 메모리

비디오 / 그래픽 아답터 네트워크 만약에 ArcGolbe를 사용하는 경우, 추가적인 디스크 공간 필요. ArcGlobe는 캐시파일을 생성하여 사용 24 비트 그래픽 가속기 Oepn GL 2.0 이상을 지원하는 비디오카드 최소 64 MB 이고 256 MB 이상을 메모리 ArcGIS for Desktop 10.4 Single Use 설치가이드 Software: ArcGIS for Desktop 10.4 Platforms: Windows 10, 8.1, 7, Server 2012, Server 2008 ArcGIS for Desktop 10.4 시스템 요구사항 1. 지원 플랫폼 운영체제 최소 OS 버전 최대 OS 버전 Windows

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

More information

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F32C2F7BDC32E >

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F32C2F7BDC32E > 6. ASP.NET ASP.NET 소개 ASP.NET 페이지및응용프로그램구조 Server Controls 데이터베이스와연동 8 장. 데이터베이스응용개발 (Page 20) 6.1 ASP.NET 소개 ASP.NET 동적웹응용프로그램을개발하기위한 MS 의웹기술 현재 ASP.NET 4.5까지출시.Net Framework 4.5 에포함 Visual Studio 2012

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

슬라이드 1

슬라이드 1 - 1 - 전자정부모바일표준프레임워크실습 LAB 개발환경 실습목차 LAB 1-1 모바일프로젝트생성실습 LAB 1-2 모바일사이트템플릿프로젝트생성실습 LAB 1-3 모바일공통컴포넌트생성및조립도구실습 - 2 - LAB 1-1 모바일프로젝트생성실습 (1/2) Step 1-1-01. 구현도구에서 egovframe>start>new Mobile Project 메뉴를선택한다.

More information

PowerPoint

PowerPoint .. http://www.acs.co.kr -1- .. http://www.acs.co.kr -3- ( Advanced Computer Services Co.,Ltd. ) 345-9 SK B8 ( sh_kim@acs.co.kr ) 116-81-24039 http://www.acs.co.kr, http://www.emanufacturing.co.kr (Fax)

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

Windows Live Hotmail Custom Domains Korea

Windows Live Hotmail Custom Domains Korea 매쉬업코리아2008 컨퍼런스 Microsoft Windows Live Service Open API 한국 마이크로소프트 개발자 플랫폼 사업 본부 / 차세대 웹 팀 김대우 (http://www.uxkorea.net 준서아빠 블로그) Agenda Microsoft의 매쉬업코리아2008 특전 Windows Live Service 소개 Windows Live Service

More information

ISP and CodeVisionAVR C Compiler.hwp

ISP and CodeVisionAVR C Compiler.hwp USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler http://www.avrmall.com/ November 12, 2007 Copyright (c) 2003-2008 All Rights Reserved. USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler

More information

슬라이드 1

슬라이드 1 Subclipse 1. 도구개요 2. 설치및실행 3. 주요기능 4. 활용예제 1. 도구개요 도구명 Subclipse (http://subclipse.tigris.org/) 라이선스 Eclipse Public License v1.0 소개 Subversion( 이하 svn) 용 Eclipse 플러그인 SVN 을만든 Tigris.org 에서만든클라이언트툴 Java

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Internet Page 8 Page 9 Page 10 Page 11 Page 12 1 / ( ) ( ) / ( ) 2 3 4 / ( ) / ( ) ( ) ( ) 5 / / / / / Page 13 Page 14 Page 15 Page 16 Page 17 Page 18 Page

More information

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

More information

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다.

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다. PDMLink 에등록된 Office 문서들의 PDF 문서변환기능및 Viewer 기능을알아보자 PDM Link에서지원하는 [Product View Document Support] 기능은 Windows-Base 기반의 Microsoft Office 문서들을 PDMLink용 Viewer인 Product View를통한읽기가가능한 PDF Format 으로변환하는기능이다.

More information

server name>/arcgis/rest/services server name>/<web adaptor name>/rest/services ArcGIS 10.1 for Server System requirements - 지

server name>/arcgis/rest/services  server name>/<web adaptor name>/rest/services ArcGIS 10.1 for Server System requirements - 지 ArcGIS for Server (Windows) 설치가이드 ArcGIS 10.2 for Server 설치변경사항 1 설치 간편해진설치 -.Net Framework나 Java Runtime 요구하지않음 - 웹서버 (IIS, WebSphere ) 와별도로분리되어순수하게웹서비스기반의 GIS 서버역할 - ArcGIS Server 계정을이용한서비스운영. 더이상 SOM,

More information

PowerPoint Template

PowerPoint Template JavaScript 회원정보 입력양식만들기 HTML & JavaScript Contents 1. Form 객체 2. 일반적인입력양식 3. 선택입력양식 4. 회원정보입력양식만들기 2 Form 객체 Form 객체 입력양식의틀이되는 태그에접근할수있도록지원 Document 객체의하위에위치 속성들은모두 태그의속성들의정보에관련된것

More information

PowerPoint Presentation

PowerPoint Presentation Package Class 3 Heeseung Jo 목차 section 1 패키지개요와패키지의사용 section 2 java.lang 패키지의개요 section 3 Object 클래스 section 4 포장 (Wrapper) 클래스 section 5 문자열의개요 section 6 String 클래스 section 7 StringBuffer 클래스 section

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

데이터 시각화

데이터 시각화 데이터시각화 박창이 서울시립대학교통계학과 박창이 ( 서울시립대학교통계학과 ) 데이터시각화 1 / 22 학습내용 matplotlib 막대그래프히스토그램선그래프산점도참고 박창이 ( 서울시립대학교통계학과 ) 데이터시각화 2 / 22 matplotlib I 간단한막대그래프, 선그래프, 산점도등을그릴때유용 http://matplotlib.org 에서설치방법참고윈도우의경우명령프롬프트를관리자권한으로실행한후아래의코드실행

More information

슬라이드 1

슬라이드 1 Visual 2008 과신속한애플리케이션 개발 Smart Client 정병찬 ( 주 ) 프리엠컨설팅개발팀장 johnharu@solutionbuilder.co.kr http://www.solutionbuilder.co.kr 목차 Visual Studio 2008 소개 닷넷프레임워크 3.5 소개 Language Integrated Query (LINQ) 어플리케이션개발홖경

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

<4D F736F F D20284B B8F0B9D9C0CF20BED6C7C3B8AEC4C9C0CCBCC720C4DCC5D9C3F720C1A2B1D9BCBA2020C1F6C4A720322E302E646F6378>

<4D F736F F D20284B B8F0B9D9C0CF20BED6C7C3B8AEC4C9C0CCBCC720C4DCC5D9C3F720C1A2B1D9BCBA2020C1F6C4A720322E302E646F6378> KSKSKSKS KSKSKSK KSKSKS KSKSK KSKS KSK KS X 3253 KS 2.0 KS X 3253 2016 2016 10 20 3 ... ii... iii 1... 1 2... 1 3... 1 3.1... 1 3.2... 3 4... 3 5... 4 6... 5 7... 7 8... 7 9... 8 A ( )... 9 A.1... 9 A.2...

More information

슬라이드 1

슬라이드 1 웹 2.0 분석보고서 Year 2006. Month 05. Day 20 Contents 1 Chapter 웹 2.0 이란무엇인가? 웹 2.0 의시작 / 웹 1.0 에서웹 2.0 으로 / 웹 2.0 의속성 / 웹 2.0 의영향 Chapter Chapter 2 3 웹 2.0 을가능케하는요소 AJAX / Tagging, Folksonomy / RSS / Ontology,

More information

Building Mobile AR Web Applications in HTML5 - Google IO 2012

Building Mobile AR Web Applications in HTML5 - Google IO 2012 Building Mobile AR Web Applications in HTML5 HTML5 -, KIST -, UST HCI & Robotics Agenda Insight: AR Web Browser S.M.AR.T: AR CMS HTML5 HTML5 AR - Hello world! - Transform - - AR Events 3/33 - - - (Simplicity)

More information

UI VoC Process 안

UI VoC Process 안 Android Honeycomb UI design guide Bryan Woo (pyramos@gmail.com) Bryan Woo (pyramos@gmail.com) Table of Contents Announcement Basic Screen Portrait Screen Action Bar System Bar Main Menu Options Menu Small

More information

<4D F736F F D D31312D30312D53572D30312DBBE7BFEBC0DABCB3B8EDBCAD5FBFDCBACEB9E8C6F7BFEB2E646F63>

<4D F736F F D D31312D30312D53572D30312DBBE7BFEBC0DABCB3B8EDBCAD5FBFDCBACEB9E8C6F7BFEB2E646F63> SAM4S Printer Driver Installer 달리명시하지않은한, 인쇄또는복사된문서는통제하지않는문서임 목 차 1. 1. WINDOWS DRIVER INSTALLER 설치 설치...... 2 2. 프린터추가...... 5 3. 프린터제거...... 19 4. 프린터추가 / 제거선택...... 21 5. 프로그램추가 / 제거...... 21 SHC- 11-01-

More information

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우.

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우. 소프트웨어매뉴얼 윈도우드라이버 Rev. 3.03 SLP-TX220 / TX223 SLP-TX420 / TX423 SLP-TX400 / TX403 SLP-DX220 / DX223 SLP-DX420 / DX423 SLP-DL410 / DL413 SLP-T400 / T403 SLP-T400R / T403R SLP-D220 / D223 SLP-D420 / D423

More information

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 언어 변환 1.4. 기대 효과 4.4. 프로그램 Restructuring 4.5. 소스 모듈 관리 2. SeeMAGMA 적용 전략 2.1. SeeMAGMA

More information

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠?

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠? 실무 인테리어를 위한 CAD 프로그램 활용 인테리어 도면 작도에 꼭 필요한 명령어 60개 Ⅷ 이번 호에서는 DIMRADIUS, DIMANGULAR, DIMTEDIT, DIMSTYLE, QLEADER, 5개의 명령어를 익히도록 하겠다. 라경모 온라인 설계 서비스 업체 '도면창고' 대 표를 지낸 바 있으며, 현재 나인슈타인 을 설립해 대표 를맡고있다. E-Mail

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

NTD36HD Manual

NTD36HD Manual Upnp 사용 D7 은 UPNP 를지원하여 D7 의네크워크에연결된 UPNP 기기에별다른설정없이연결하여, 유무선으로네트워크상의연결된 UPNP 기기의콘텐츠를재생할수있습니다. TV 화면의 브라우저, UPNP 를선택하면연결가능한 UPNP 기기가표시됩니다. 주의 - UPNP 기능사용시연결된 UPNP 기기의성능에따라서재생되지않는콘텐츠가있을수있습니다. NFS 사용 D7

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 워드프레스의 커스텀 포스트 타입 활용법 カスタム 投 稿 タイプの 活 用 Agenda chapter 0 프로필 自 己 紹 介 chapter 1 워드프레스에 대해 WordPressについて chapter 2 포스트와 고정 페이지 投 稿 と 固 定 ページ chapter 3 커스텀 포스트 타임과 사용자정의 분류 カスタム 投 稿 タイプとカスタム 分 類 chapter 4

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

슬라이드 1

슬라이드 1 전자정부개발프레임워크 1 일차실습 LAB 개발환경 - 1 - 실습목차 LAB 1-1 프로젝트생성실습 LAB 1-2 Code Generation 실습 LAB 1-3 DBIO 실습 ( 별첨 ) LAB 1-4 공통컴포넌트생성및조립도구실습 LAB 1-5 템플릿프로젝트생성실습 - 2 - LAB 1-1 프로젝트생성실습 (1/2) Step 1-1-01. 구현도구에서 egovframe>start>new

More information

Oracle Database 10g: Self-Managing Database DB TSC

Oracle Database 10g: Self-Managing Database DB TSC Oracle Database 10g: Self-Managing Database DB TSC Agenda Overview System Resource Application & SQL Storage Space Backup & Recovery ½ Cost ? 6% 12 % 6% 6% 55% : IOUG 2001 DBA Survey ? 6% & 12 % 6% 6%

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

Microsoft PowerPoint SDK설치.HelloAndroid(1.5h).pptx

Microsoft PowerPoint SDK설치.HelloAndroid(1.5h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 개발환경구조및설치순서 JDK 설치 Eclipse 설치 안드로이드 SDK 설치 ADT(Androd Development Tools) 설치 AVD(Android Virtual Device) 생성 Hello Android! 2 Eclipse (IDE) JDK Android SDK with

More information

Microsoft PowerPoint - HS6000 Full HD Subtitle Generator Module Presentation

Microsoft PowerPoint - HS6000 Full HD Subtitle Generator Module Presentation HS6000 Full HD Subtitle Generator Module High-performance Network DVR Solution Preliminary Product Overview (Without notice, following described technical spec. can be changed) AddPac Technology 2010,

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

윈도우시스템프로그래밍

윈도우시스템프로그래밍 데이터베이스및설계 MySQL 을위한 MFC 를사용한 ODBC 프로그래밍 2012.05.10. 오병우 컴퓨터공학과금오공과대학교 http://www.apmsetup.com 또는 http://www.mysql.com APM Setup 설치발표자료참조 Department of Computer Engineering 2 DB 에속한테이블보기 show tables; 에러발생

More information

ICAS CADWorx SPLM License 평가판설치가이드

ICAS CADWorx SPLM License 평가판설치가이드 ICAS CADWorx SPLM License 평가판설치가이드 CADWorx SPLM License 평가판설치가이드 설치권장사항 Operating System Compatibility ( 반드시 AutoCAD 가설치되어있어야합니다.) 추천시스템 3.0 GHz Intel Pentium IV or greater Windows XP Professional or later

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을 동 향 제 23 권 5호 통권 504호 HTML5가 웹 환경에 미치는 영향 이 은 민 * 16) 1. 개 요 구글(Google)은 2010년 5월 구글 I/O 개발자 컨퍼런스에서 HTML5를 통해 플러 그인의 사용이 줄어들고 프로그램 다운로드 및 설치가 필요 없는 브라우저 기반 웹 플랫폼 환경이 점차 구현되고 있다고 강조했다. 그리고 애플(Apple)은 2010년

More information

Title Here

Title Here INNOWATCH V3.0.4 IPLAYBACK 설치매뉴얼 작성일 : 2015/04/20 최근업데이트 : 2016/06/27 Software Version : 3.0.4 문서관리 수정내역 일자작업자버전수정내용 2015/05/14 김창희양식수정 2016/05/20 김진규 N/A Preinstall 내용수정, 문서양식변경 검토자 이름 이영상 지위 기술본부이사 Distribution

More information

Week3

Week3 2015 Week 03 / _ Assignment 1 Flow Assignment 1 Hello Processing 1. Hello,,,, 2. Shape rect() ellipse() 3. Color stroke() fill() color selector background() 4 Hello Processing 4. Interaction setup() draw()

More information

1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml 파일을텍스트에디터를이용하여 Open 합니다. config.xml 파일에서, 아

1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml 파일을텍스트에디터를이용하여 Open 합니다. config.xml 파일에서, 아 LG U+ SMS/MMS 통합클라이언트 LG U+ SMS/MMS Client Simple Install Manual LG U+ SMS/MMS 통합클라이언트 - 1 - 간단설치매뉴얼 1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml

More information

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다.

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다. Eclipse 개발환경에서 WindowBuilder 를이용한 Java 프로그램개발 이예는 Java 프로그램의기초를이해하고있는사람을대상으로 Embedded Microcomputer 를이용한제어시스템을 PC 에서 Serial 통신으로제어 (Graphical User Interface (GUI) 환경에서 ) 하는프로그램개발예를설명한다. WindowBuilder:

More information

Microsoft PowerPoint - chap01-C언어개요.pptx

Microsoft PowerPoint - chap01-C언어개요.pptx #include int main(void) { int num; printf( Please enter an integer: "); scanf("%d", &num); if ( num < 0 ) printf("is negative.\n"); printf("num = %d\n", num); return 0; } 1 학습목표 프로그래밍의 기본 개념을

More information

Cloud Friendly System Architecture

Cloud Friendly System Architecture -Service Clients Administrator 1. -Service 구성도 : ( 좌측참고 ) LB(LoadBlancer) 2. -Service 개요 ucloud Virtual Router F/W Monitoring 개념 특징 적용가능분야 Server, WAS, DB 로구성되어 web service 를클라우드환경에서제공하기위한 service architecture

More information

Microsoft PowerPoint - Zebra ZPL 한글판 명령어 메뉴얼.ppt

Microsoft PowerPoint - Zebra ZPL 한글판 명령어 메뉴얼.ppt Zebra Programming Language (ZPL) 제브라프로그래밍안내서 문자인쇄 예제 1 기준점 10 Cm 1Cm ZEBRA PRINTER 5 Cm 1Cm 진행방향 위와같이 10Cm X 5Cm( 가로세로 ) 크기의라벨이있고기준점으로부터 X.Y 축으로 1Cm 떨어진곳에 ZEBRA PRINTER 를인쇄하고자한다면, 보기 1 ^FO 80,80^AE 21,10^FD

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ

More information

초보자를 위한 ASP.NET 21일 완성

초보자를 위한 ASP.NET 21일 완성 ASP.NET 21!!.! 21 ( day 2 ), Active Server Pages.NET (Web-based program -ming framework).,... ASP.NET. ASP. NET Active Server Pages ( ASP ),. ASP.NET,, ( ),.,.,, ASP.NET.? ASP.NET.. (, ).,. HTML. 24 ASP.

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started (ver 5.1) 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting

More information

컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는 우수한 인력을 양성 함과 동시에 직업적 도덕적 책임의식을 갖는 IT인 육성을 교육목표로 한다. 1. 전공 기본 지식을 체계적으로

컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는 우수한 인력을 양성 함과 동시에 직업적 도덕적 책임의식을 갖는 IT인 육성을 교육목표로 한다. 1. 전공 기본 지식을 체계적으로 2015년 상명대학교 ICT융합대학 컴퓨터과학과 졸업 프로젝트 전시회 2015 Computer Science Graduate Exhibition 2015 Computer Science Graduate Exhibition 1 컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는

More information

PART 1 CHAPTER 1 Chapter 1 Note 4 Part 1 5 Chapter 1 AcctNum = Table ("Customer").Cells("AccountNumber") AcctNum = Customer.AccountNumber Note 6 RecordSet RecordSet Part 1 Note 7 Chapter 1 01:

More information

OZ-LMS TM OZ-LMS 2008 OZ-LMS 2006 OZ-LMS Lite Best IT Serviece Provider OZNET KOREA Management Philosophy & Vision Introduction OZNETKOREA IT Mission Core Values KH IT ERP Web Solution IT SW 2000 4 3 508-2

More information

요약 1

요약 1 Globalization Support Guide Using Oracle and Java Version 1.0 www.sds-epartner.com 2003.03 목차 요약 1. 해결과제 2. Multilingual Database 3. Multilingual Web Application 4. Multiple Time Zone 5. Multiple Currency

More information

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록 PowerSHAPE 따라하기 가구 장식 만들기 이번 호에서는 ArtCAM V를 이용하여 가구 장식물에 대해서 D 조각 파트를 생성해 보도록 하겠다. 중심 잎 만들기 투 레일 스윕 기능을 이용하여 개의 잎을 만들어보도록 하겠다. 미리 준비된 Wood Decoration.art 파일을 불러온다. Main Leaves 벡터 레이어를 on 시킨다. 릴리프 탭에 있는

More information

표준프레임워크로 구성된 컨텐츠를 솔루션에 적용하는 것에 문제가 없는지 확인

표준프레임워크로 구성된 컨텐츠를 솔루션에 적용하는 것에 문제가 없는지 확인 표준프레임워크로구성된컨텐츠를솔루션에적용하는것에문제가없는지확인 ( S next -> generate example -> finish). 2. 표준프레임워크개발환경에솔루션프로젝트추가. ( File -> Import -> Existring Projects into

More information

PowerPoint Template

PowerPoint Template 설치및실행방법 Jaewoo Shim Jun. 4. 2018 Contents SQL 인젝션이란 WebGoat 설치방법 실습 과제 2 SQL 인젝션이란 데이터베이스와연동된웹서버에입력값을전달시악의적동작을수행하는쿼리문을삽입하여공격을수행 SELECT * FROM users WHERE id= $_POST[ id ] AND pw= $_POST[ pw ] Internet

More information

웹개발을위한 ASP.NET Framework 기반의 ComponentOne 사용법 권대건 부산대학교컴퓨터공학과 Abstract 최근 Twitter 나 Facebook 과같이웹을이용한 SNS 가폭발적으로증가한데이어웹기반온라인게임시장이활성

웹개발을위한 ASP.NET Framework 기반의 ComponentOne 사용법 권대건 부산대학교컴퓨터공학과 Abstract 최근 Twitter 나 Facebook 과같이웹을이용한 SNS 가폭발적으로증가한데이어웹기반온라인게임시장이활성 웹개발을위한 ASP.NET Framework 기반의 ComponentOne 사용법 권대건 부산대학교컴퓨터공학과 duskan@pusan.ac.kr Abstract 최근 Twitter 나 Facebook 과같이웹을이용한 SNS 가폭발적으로증가한데이어웹기반온라인게임시장이활성화되면서웹페이지에대한관심이증가하고있다. 웹페이지가이슈가되면서이를개발하기위한각종웹페이지개발툴이나오고있다.

More information

Solaris /Linux ArcGIS Engine 설치미디어의 Install_UNIX.htm 을참조하시기바랍니다. 1) ArcObjects SDK 10 for the.net Framework 설치 설치메뉴중 ArcObjects SDK for the.net Framew

Solaris /Linux ArcGIS Engine 설치미디어의 Install_UNIX.htm 을참조하시기바랍니다. 1) ArcObjects SDK 10 for the.net Framework 설치 설치메뉴중 ArcObjects SDK for the.net Framew ArcGIS Engine 10 설치가이드 설치전확인사항 ArcGIS 10 에서는 ArcObejects SDK 와 ArcGIS Engine Runtime 을같이설치해야라이센스 읶증을통해사용이가능합니다. 설치젂에 Microsoft.NET Framework 3.5 SP1 이먼저설치해야합니다. ArcObjects SDK 10 시스템요구사양 http://resources.arcgis.com/content/arcgissdks/10.0/system-requirements

More information

윈도우시스템프로그래밍

윈도우시스템프로그래밍 데이타베이스 MySQL 을위한 MFC 를사용한 ODBC 프로그래밍 2013.05.15. 오병우 컴퓨터공학과금오공과대학교 http://www.apmsetup.com 또는 http://www.mysql.com APM Setup 설치발표자료참조 Department of Computer Engineering 2 DB 에속한테이블보기 show tables; 에러발생

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

슬라이드 1

슬라이드 1 Java Based Enterprise C/S Platform. Sales Dept./ General Manager KilSik, Lee Mobile: 010-4374-8860 E-mail: ben@ari-system.com TM Client First Better than the Best We Deliver Agility Reliability Intelligence

More information

MySQL-.. 1

MySQL-.. 1 MySQL- 기초 1 Jinseog Kim Dongguk University jinseog.kim@gmail.com 2017-08-25 Jinseog Kim Dongguk University jinseog.kim@gmail.com MySQL-기초 1 2017-08-25 1 / 18 SQL의 기초 SQL은 아래의 용도로 구성됨 데이터정의 언어(Data definition

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

歯CRM개괄_허순영.PDF

歯CRM개괄_허순영.PDF CRM 2000. 8. KAIST CRM CRM CRM CRM :,, KAIST : 50%-60%, 20% 60%-80%. AMR Research 10.. CRM. 5. Harvard Business review 60%, 13%. Michaelson & Associates KAIST CRM? ( ),,, -,,, CRM needs,,, dynamically

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

Æí¶÷4-¼Ö·ç¼Çc03ÖÁ¾š

Æí¶÷4-¼Ö·ç¼Çc03ÖÁ¾š 솔루션 2006 454 2006 455 2006 456 2006 457 2006 458 2006 459 2006 460 솔루션 2006 462 2006 463 2006 464 2006 465 2006 466 솔루션 2006 468 2006 469 2006 470 2006 471 2006 472 2006 473 2006 474 2006 475 2006 476

More information

슬라이드 1

슬라이드 1 삼성전자 VD 사업부유영욱선임 목차 Samsung Smart TV Smart TV App Samsung Smart TV SDK Hello TV App 만들기 Key Event 처리 Q & A Samsung Smart TV Samsung Smart TV History InfoLive (2007) Power InfoLink (2008) Internet@TV (2009)

More information

슬라이드 1

슬라이드 1 [ CRM Fair 2004 ] CRM 1. CRM Trend 2. Customer Single View 3. Marketing Automation 4. ROI Management 5. Conclusion 1. CRM Trend 1. CRM Trend Operational CRM Analytical CRM Sales Mgt. &Prcs. Legacy System

More information

PowerPoint Presentation

PowerPoint Presentation Package Class 1 Heeseung Jo 목차 section 1 패키지개요와패키지의사용 section 2 java.lang 패키지의개요 section 3 Object 클래스 section 4 포장 (Wrapper) 클래스 section 5 문자열의개요 section 6 String 클래스 section 7 StringBuffer 클래스 section

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

More information

MATLAB and Numerical Analysis

MATLAB and Numerical Analysis School of Mechanical Engineering Pusan National University dongwoonkim@pusan.ac.kr Review 무명함수 >> fun = @(x,y) x^2 + y^2; % ff xx, yy = xx 2 + yy 2 >> fun(3,4) >> ans = 25 시작 x=x+1 If문 >> if a == b >>

More information

슬라이드 1

슬라이드 1 The Most Powerful File Upload based on HTTP DEXTUploadFL Introduction 5 층 TEL: 02-6719-6200 FAX: 02-511 4823 http://www.devpia.com Copyright c ( 주 ) 데브피아. All rights reserved. 01 DEXTUploadFL 제품소개 02 시스템요구사항

More information

Microsoft SQL Server 2005 포켓 컨설턴트 관리자용

Microsoft SQL Server 2005 포켓 컨설턴트 관리자용 Microsoft SQL Server 2005 SQL Server 2005. SQL Server,. SQL Server. SQL Server,,, ( ). 1000 100,,,, SQL Server.? Microsoft SQL Server 2005 SQL Server (Workgroup, Standard, Enterprise, Developer).. SQL

More information

제이쿼리 (JQuery) 정의 자바스크립트함수를쉽게사용하기위해만든자바스크립트라이브러리. 웹페이지를즉석에서변경하는기능에특화된자바스크립트라이브러리. 사용법 $( 제이쿼리객체 ) 혹은 $( 엘리먼트 ) 참고 ) $() 이기호를제이쿼리래퍼라고한다. 즉, 제이쿼리를호출하는기호

제이쿼리 (JQuery) 정의 자바스크립트함수를쉽게사용하기위해만든자바스크립트라이브러리. 웹페이지를즉석에서변경하는기능에특화된자바스크립트라이브러리. 사용법 $( 제이쿼리객체 ) 혹은 $( 엘리먼트 ) 참고 ) $() 이기호를제이쿼리래퍼라고한다. 즉, 제이쿼리를호출하는기호 제이쿼리 () 정의 자바스크립트함수를쉽게사용하기위해만든자바스크립트라이브러리. 웹페이지를즉석에서변경하는기능에특화된자바스크립트라이브러리. 사용법 $( 제이쿼리객체 ) 혹은 $( 엘리먼트 ) 참고 ) $() 이기호를제이쿼리래퍼라고한다. 즉, 제이쿼리를호출하는기호 CSS와마찬가지로, 문서에존재하는여러엘리먼트를접근할수있다. 엘리먼트접근방법 $( 엘리먼트 ) : 일반적인접근방법

More information

1

1 04단원 컴퓨터 소프트웨어 1. 프로그래밍 언어 2. 시스템 소프트웨어 1/10 1. 프로그래밍 언어 1) 프로그래밍 언어 구분 각종 프로그래밍 언어에 대해 알아보는 시간을 갖도록 하겠습니다. 우리가 흔히 접하는 소프트웨어 들은 프로그래밍 언어로 만들어지는데, 프로그래밍 언어는 크게 2가지로 나눌 수 있습니다. 1 저급어 : 0과 1로 구성되어 있어, 컴퓨터가

More information

07.... 01V28.

07.... 01V28. National Election Commission 9 September S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23/30 24 25 26 27 28 29 11 November S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

More information

Microsoft Word - 김완석.doc

Microsoft Word - 김완석.doc 포커스 구글의 기술과 시사점 김완석* 성낙선** 정명애*** 구글에는 전설적인 다수의 개발자들이 지금도 현역으로 일하고 있으며, 구글 창업자와 직원들이 직접 대 화하는 금요회의가 지금도 계속되고 있다. 구글은 창업자, 전설적 개발자, 금요회의, 복지 등 여러 면에서 화제와 관심의 대상이다. 이러한 화제의 구글을 기술 측면에서 이해하기 위하여 구글의 주요 기술에

More information

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based e- Business Web Site 2002. 04.26 Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based Approach High E-Business Functionality Web Web --based based KMS/BIS

More information

Google Maps Android API v2

Google Maps Android API v2 Google Maps API 3 조 20080388 김현철 20080748 양태욱 20091493 김이현 Google Maps? 구글에서제공하는지도서비스 걷기, 차량두가지길찾기기능제공 최근, Open API 로현지대중교통과연동하여사용 Google Maps API? 개발자에게 Google Maps 를삽입할수있도록 Google 에서제공하는 Application

More information