블로그
- [KOSTA 87기]2014년 9월 23일 화요일(2일차) [KOSTA 87기]2014년 9월 23일 화요일(2일차) 코드정리 path : 87th\Basic_Java\Labs\Ex01_pro\src name : hello.java 원문 정리 : hello2.java 원문 정리 편집 import kr.or.kosta.member; //MS : using public class hello2 { public static void
- [구조체][C++][배열]구조체 배열/포인터/함수 사용하기 #include #include using namespace std; struct Address{ string name; string phone; string address; };
- Unity - 스크립트 : 에디터 확장(씬 윈도우) Editor/LightEditor.cs using UnityEngine; using UnityEditor; [CustomEditor (typeof(Light))] public class light.transform.position.ToString()); Handles.BeginGUI(); light.name = EditorGUILayout.TextField ("Name
- WebLogic - Parameters for Web Server Plug-Ins WebLogicHost (Required when proxying to a single WebLogic Server.) none WebLogic Server host (or virtual host name If you are using a WebLogic cluster, use the WebLogicCluster parameter instead of WebLogicHost.
- (영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming) 이어서직원을나타내는클래스를정의한다Employee 클래스는직원의이름과직원의생일직원의입사일을가지고있다 생일과입사일은Date 객체로표현된다Employee 클래스의생성자는이름생일입사일을매개변수로받는다 Employee(String name , Date& birthDate, Date& hireDate); #include #include using namespace std; class Date { private
- (영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming) #include #include using namespace std; class MyWorld { string name; MyWorld * fre[5]; int popular;
- DNS Tools DNS Tools 출처: http://www.slackbook.org/html/basic-network-commands-dns.html Domain Name Service (DNS Clearly using name.......
- [C#학습셀03-16] How to: Save a File to a Folder You can then check whether the user clicked the OK button by using the DialogResult.OK field. Add a RichTextBox control to the form, leaving the default name, RichTextBox1. A.......
- [C#학습셀03-15] How to: Browse a Folder You can then check whether the user clicked the OK button by using the DialogResult.OK field. Add a Label control to the form, and use the default name, Label1. Add a Button control to .......
- fuser fuser - identify processes using files or sockets fuser displays the PIDs of processes using the specified In the default display mode, each file name is followed by a letter denoting the type of access man page