블로그
- Python - Data streams - input("string") : allows us to prompt the user for a certain value that we can then use for our scripts - If the input value is the integer, use int in front of the input - I/O streams are the basic mechanism
- (Swift) 1000 to k 10000 to M 단위 변환 하기 (Swift) 1000 to k 10000 to M 단위 변환 하기 실행 print(Utils.formatPoints(num: 999)) // 999K print(Utils.formatPoints 1000000 if num >= 1000 && num < 1000000{ if(floor(thousandNum) == thousandNum){ return("\(Int
- [iBatis] NUMBER(INT) 타입 컬럼 처리 시 cast 오류 발생 java.lang.String iBatis xml 부분 Query statement HashMap 으로 결과를 받는 부분 String seq = (String) map.get( "SEQ")); NUMBER(INT) 타.......
- c# ToString() Format Herbert Schildt Publisher: Osborne/McGraw-Hill (March 8, 2002) ISBN: 0072134852 */ // Use ToString() to ; public class ToStringDemo { public static void Main() { double v = 17688.65849; double v2 = 0.15; int
- abex's crackme 2 클리어 및 키젠 구현 키젠 코드 : #include #include int main(void) { char string[6]; fgets(string, 5, stdin);; printf("%s", string ); short nums[6]; for (int cnt = 0; cnt < 4; cnt++) { nums[cnt] = (short)string[cnt]; nums[cnt] +=
- 영진전문대 컴퓨터 정보학과 WD2A Recursive.java package Search; public class Recursive { public static void main(String[] args) { // TODO Auto-generated i) { // TO.......
- ereg()함수 ereg — Regular expression match int ereg ( string $pattern , string $string [, array &$regs ] ) Searches a string for matches to the regular expression given in pattern in a case-sensitive way.
- [C#학습셀02-10] How to: Convert the Text in a TextBox Control to an Integer [C#학습셀02-10] How to: Convert the Text in a TextBox Control to an Integer http://msdn.microsoft.com/en-us numeric value, you often have to convert the text (a string) to a numeric value, such as an integer.