上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: 接护肤品总结(1) 面膜篇 个人不太喜欢片状面膜,所以用膏状面膜比较多。 1. Origins Drink Up-Intensive Overnight Mask 悦木之源补水睡眠面膜 牛油果油油的质地~ 密集补水的感觉,第二天起来觉得皮肤软软的润润的。 2. Origins Out-Of-Trou 阅读全文
posted @ 2016-02-10 12:37 树獭君 阅读(604) 评论(0) 推荐(0)
摘要: 很久没有更博了,最近过年在家,就写些生活上面的总结吧~ 从护肤品开始,接下来陆陆续续会有化妆品,北美生活购物等。 因为是学生党,所以此帖中的东西基本都是价钱适中。因为经常买买买,所以用的好的坏的都会在此总结。 肤质是痘痘肌。以前还是大油田,后来补水调理过后,现在出油不多。 不太擅长研究成分,所以只讲 阅读全文
posted @ 2016-02-10 11:42 树獭君 阅读(611) 评论(0) 推荐(0)
摘要: reference: Java DocWhat is ExceptionException is short for "exceptional event".When an error occurs within a method, the method creates an object and ... 阅读全文
posted @ 2015-11-10 12:45 树獭君 阅读(455) 评论(0) 推荐(0)
摘要: Separate Chaining Use data structure (such as linked list) to store multiple items that hash to the same slot 1. use linked listCollision: insert item 阅读全文
posted @ 2015-11-10 01:37 树獭君 阅读(259) 评论(0) 推荐(0)
摘要: Reference: WikiPrincetonAlgorithmWhat is Hash TableHash table (hash map) is a data structure used to implement an associative array, a structure that ... 阅读全文
posted @ 2015-11-10 01:37 树獭君 阅读(470) 评论(0) 推荐(0)
摘要: 参考Java的官方tutorial和Doc整理如下。What is EnumAn enum type is a special data type.It enablesfor a variable to be a set of predefined constants.Because they ar... 阅读全文
posted @ 2015-11-09 23:31 树獭君 阅读(243) 评论(0) 推荐(0)
摘要: In Java, a method signature is the method name and the number and type of its parameters. Return types and thrown exceptions are not considered to be ... 阅读全文
posted @ 2015-11-09 22:48 树獭君 阅读(241) 评论(0) 推荐(0)
摘要: Reference: JavaPointBeginnerBookWhat is BindingConnecting a method call to the method body is known as binding.There are two types of bindingstatic bi... 阅读全文
posted @ 2015-11-09 22:47 树獭君 阅读(389) 评论(0) 推荐(1)
摘要: 阅读Java的官方Doc,总结如下。What is InterfaceAn interface is a reference type, similar to a class, that can contain onlyconstants (implicitly public, static, fi... 阅读全文
posted @ 2015-11-09 12:48 树獭君 阅读(416) 评论(0) 推荐(0)
摘要: 阅读了Java的官方Doc,在此总结如下。Abstract Class & MethodIn jave, "abstract" can be a modifier to class and method.Abstract class:A class that is declared abstract... 阅读全文
posted @ 2015-11-09 12:12 树獭君 阅读(279) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 22 下一页