上一页 1 ··· 251 252 253 254 255 256 257 258 259 ··· 498 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-15 00:34 Zhentiw 阅读(3) 评论(0) 推荐(0)
摘要: 12's factors are: {1,2,3,4,6,12} 阅读全文
posted @ 2019-05-14 23:36 Zhentiw 阅读(187) 评论(0) 推荐(0)
摘要: Aspect-Oriented Programming (AOP) complements Object-Oriented Programming (OOP) by providing another way of thinking about program structure. The key 阅读全文
posted @ 2019-05-14 23:27 Zhentiw 阅读(277) 评论(0) 推荐(0)
摘要: Previously we use Application Context to get Bean and Dependenies injection. It is actually easier to use 'CommonLineRunner'. Main beneift is we can u 阅读全文
posted @ 2019-05-14 23:15 Zhentiw 阅读(796) 评论(0) 推荐(0)
摘要: Given a number N, the output should be the all the prime numbers which is less than N. The solution is called Sieve of Eratosthenes: First of all, we 阅读全文
posted @ 2019-05-14 23:09 Zhentiw 阅读(334) 评论(0) 推荐(0)
摘要: succ :: Doing N + 1 times fn. add :: Doing N times succ, based on K mult :: is B pow :: or Thrush, is flip isZero :: return just T otherwise K(F) , K 阅读全文
posted @ 2019-05-13 04:57 Zhentiw 阅读(184) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-12 04:55 Zhentiw 阅读(2) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-12 03:20 Zhentiw 阅读(3) 评论(0) 推荐(0)
摘要: Private variable in class: class field syntax: Previously you need to call 'super' But now, we don't need to, you can use classs field: Above two feat 阅读全文
posted @ 2019-05-10 22:39 Zhentiw 阅读(284) 评论(0) 推荐(0)
摘要: 125, how to conver to binary number? 阅读全文
posted @ 2019-05-10 21:50 Zhentiw 阅读(238) 评论(0) 推荐(0)
上一页 1 ··· 251 252 253 254 255 256 257 258 259 ··· 498 下一页