His score of 1,583 was bolstered by a second-string score of 520 in which he hit the target with all 10 shots.
그의 점수인 1583점은 2차 사격 때 쏜 것이 모두 10점을 맞아서 2차 사격 때만 520점을 냈으며 그것이 큰 도움이 되었다.
Athletic but second-string.
And you don't put in second-string QB just to be nice.
That would confirm that curiosity, happiness, and creativity are second-string in schools and that America has lost its way.
그것은 학교에서, 호기심, 행복, 그리고 창조성이 두 번째 스트링이며 미국은 그 길을 잃어 버렸음을 확인할 것입니다.
Other results
We see no such design in the second string.
We need to return the extra character that was added to the second string.
Text2: Optional, the second string used to compare.
The first string defines the pattern, and the second string defines the flags, as in the following example
다음 예제와 같이 첫 번째 문자열은 패턴을 정의하고 두 번째 문자열은 플래그를 정의합니다.
In the second string of 10 shots, he scored 384.
2차 시기 때 열 발을 쐈으며 384점을 기록했다.
TRANSLATE enables you to make several single-character, one-to-one substitutions in one expression returns an expression with all occurrences of each character in one string replaced by its corresponding character in a second string.
TRANSLATE를 사용하면 한 번의 작업으로 여러 단일 문자의 일대일 대체를 수행할 수 있습니다. 이 표현식은 한 문자열의 각 문자가 두번째 문자열의 해당 문자로 바뀌는 표현식을 반환합니다.
The gains are still a far cry from the 52-week high of $504.73 set in May before a second string of sickness outbreaks once again slashed the company's market value.
이득은 여전히 이전 월에 $ 504.73 세트의 52 주 최고는 거리가 멀다입니다 질병 발생의 두 번째 문자열 다시 한번 회사의 시장 가치를 깎았 다.
You may have to make your rewrite rule more broad (you may be able to remove the $1 from the second string).
다시 쓰기 규칙을 보다 광범위하게 만들어야 할 수 있습니다(두 번째 문자열에서 $1을 제거할 수 있음).
First, s2 has an&, meaning that we're adding a reference of the second string to the first string because of the s parameter in the add function: we can only add a&str to a String; we can't add two String values together.
첫번째로, s2는&를 가지고 있는데, 이는 add 함수의 s 파라미터 때문에 첫번째 스트링에 두번째 스트링의 참조자를 더하고 있음을 뜻합니다: 우리는 String에&str만 더할 수 있고, 두 String을 더하지는 못합니다.