낮은 품질의 문장 예제
InitializeComponent가 생성자에게 다시 컨트롤을 반환한 후에, 페이지의 비주얼은 마치 컨트롤이 코드에서 인스턴스화 및 초기화된 것처럼 구성되었습니다. After InitializeComponent returns control back to the constructor, the visuals of the page have been constructed just as if they had been instantiated and initialized in code.
각 배열의 요소를 새 배열에 복사 하기 전에 먼저 새 배열에 맞게 충분히 큰 되도록 배열 초기화 확인 해야 합니다. Before copying the elements of each array into the new array, you must first ensure that you have initialized the array so that it is large enough to accommodate the new array.
그러나 클래스가 로드되도록 하고, 프로그램에서 클래스를 처음으로 참조하기 전에 해당 필드가 초기화되고 정적 생성자가 호출되도록 합니다. However, it is guaranteed to be loaded and to have its fields initialized and its static constructor called before the class is referenced for the first time in your program.
스냅숏을 사용하지 않고 구독을 초기화할 경우 게시자에서 SQL Server 서비스를 실행하는 계정에는 배포자의 스냅숏 폴더에 대한 쓰기 권한이 있어야 합니다. If a subscription is initialized without using a snapshot, the account under which the SQL Server service runs at the Publisher must have write permissions on the snapshot folder at the Distributor.
초기화되지 않는 형식에서 코드의 실행을 방지하려면 공용 언어 런타임은 클래스 생성자가 실행을 완료할 때까지 다른 스레드에서 클래스의 static 멤버(Visual Basic에서 Shared 멤버)로 모든 호출을 차단합니다. To prevent the execution of code on a type that is not initialized, the common language runtime blocks all calls from other threads to static members of the class (Shared members in Visual Basic) until the class constructor has finished running.
/* dp is a wild pointer */ static char *scp; /* scp is not a wild pointer: * static variables are initialized to 0 * at start and retain their values from * the last call afterwards.
하나의 값만 목록에 나타나므로 첫 번째 열의 요소는 문자 1로 초기화되며 행의 나머지 두 요소는 기본적으로 값 0으로 초기화됩니다. Since only one value appears in the list, the element in the first column is initialized to the character 1,
가변은 기능이 다수 시간 불리는 경우에 re-initialized.
위의 에러들은 printf("%d is not initialized\n", p); 에서.
John Appleseed is being initialized"라는 메시지가 Person 클래스의 이니셜라이져가 호출될 때 출력된다는 점에 주의합니다.
서버 컨트롤 주기의 첫 단계로 서버 컨트롤을 초기화할 때 이 이벤트가 발생합니다. Occurs when the server control is initialized, which is the first step in its lifecycle.
후자의 경우 지정된 인수를 사용하여 배열 인스턴스가 자동으로 만들어지고 초기화됩니다. In the latter case, an array instance is automatically created and initialized with the given arguments.
이 물리적 백업 장치는 미디어 세트의 첫 번째 백업을 장치에 기록할 때 초기화됩니다. This physical backup device is initialized when the first backup in a media set is written to it.
로더는 형식이 로드되고 초기화될 때의 형식으로 스텁을 만들고 각 메서드에 연결합니다. The loader creates and attaches a stub to each method in a type when the type is loaded and initialized.
기본적으로 열거형의 첫 번째 상수를 초기화 0, 고 후속 상수 이전 상수 보다 하나 더 큰 값으로 초기화 됩니다. By default, the first constant in an enumeration is initialized to 0, and subsequent constants are initialized to a value of one more than the previous constant.
이 형식은 다음 선언에 표시된 바와 같이 개체 이니셜라이저를 사용하는 경우에만 초기화될 수 있습니다. Query expressions make frequent use of anonymous types, which can only be initialized by using an object initializer, as shown in the following declaration.
어떤 이유로든 초기화가 실패하는 경우 디스크의 상태가 초기화되지 않음 또는 디스크가 완전히 누락됨을 참조하세요. If initializing fails for some reason, see A disk's status is Not Initialized or the disk is missing entirely.
컴퓨터에 새 장치를 탑재(컴퓨터에 SD 카드를 꽂는 것과 매우 유사함)할 때 보드가 완전히 초기화된다는 것을 알 수 있습니다. You will know that your board is fully initialized when your computer mounts a new drive (much like inserting a SD card into your computer.
빈 문자열은 다음과 같이 초기화됩니다. Empty strings are initialized as follows.
선언만 한 후 출력하면 컴파일 에러남(Error: The local variable no may not have been initialized.