编程之美
minglotus
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
编程之美
Java中传入的数组为空和数组长度为0是两个不同的概念 public class Program { public static String Puzzle(String x) { if(x == null || x.length() == 0){ return new String(“”); } int len = x.length(), i;原创 2015-04-18 10:54:01 · 268 阅读 · 0 评论 -
SQL some key word
MEANING: SOME compares a value to each value in a list or results from a query and evaluates to true if the result of an inner query contains at least one row. SOME must match at least one row in the原创 2015-04-18 12:27:17 · 336 阅读 · 0 评论
分享