카페검색 본문
카페글 본문
-
[2026년]의학전자정보 이용 안내 2025.12.05해당카페글 미리보기
이상의 숫자와 특수문자를 포함 해야 합니다. (8 to 24 characters / at least 1 uppercase letter / cannot match username / at least 1 number, or special character from the following set: . - _ @ # $ * ! ( ) + =) 3. Mobile phone에 App을...
-
12/19 Fri. Topics 1) How a Password Changed My Life 2) Robbing You Blind? 2014.12.18해당카페글 미리보기
a big deal, unless you work at my company, where we have to change it monthly, using at least one uppercase character, one lowercase character, one symbol, and one numeral. Oh, and the whole darn thing can’t be fewer than eight...
-
레이져마킹기,레이저마킹기,마킹기,중고기계,레이저가공기,신품레이져마킹기,파노소닉마킹기,머신인포마킹기 2009.10.19해당카페글 미리보기
Arced output: -180° to +180° (variable in 0.01° steps) Character arrays Linear, proportional, monospaced, arced Character types English uppercase letters, English lowercase letters, numerals, katakana, hiragana, kanji (JIS No. 1 and...
-
vim magic 도움말 2012.05.13해당카페글 미리보기
Za-z] |/\l| \l \l lowercase character: [a-z] |/\L| \L \L non-lowercase character: [^a-z] |/\u| \u \u uppercase character: [A-Z] |/\U| \U \U non-uppercase character [^A-Z] |/\_| \_x \_x where x is any of the characters above: character...
-
오늘 올리기로 했던.. ^^;;; 2003.09.25해당카페글 미리보기
input))//소문자라면 { System.out.print("input : "+input+" is");//원래의 값을 출력한다. System.out.println(" UpperCase " + Character.toUpperCase(input));//대문자로 바꿔서 출력한다. } if(Character.isUpperCase(input))//대문자라면 { System...