普华永道(PwC) 长期招聘各种软件开发,管理岗位,可全年在家办公, 全年假期优厚。有意者可邮件联系 julia_faneast@163.com 职位简介
摘要: ThinkingHashMap 和HashSet其实类似于具有特定存储方式的二维数组。拿Integerhashset为例,我想要往hashset里面存储一个数字5,首先先通过某一种hash算法获得一个hash值比如获得的是3,那么先纵向遍历,查看二维数组的纵列第三个位置上是否为空,如果为空,就将该二... 阅读全文
posted @ 2015-12-31 14:42 julia_faneast 阅读(503) 评论(0) 推荐(0) 编辑
摘要: Problem & GoalUsually, like in java, any object will implement its to_string() function. So in Plsql, there is the same requirement.We want to impleme... 阅读全文
posted @ 2015-12-31 13:06 julia_faneast 阅读(322) 评论(0) 推荐(0) 编辑