鬼谷子的魔方

导航

2016年2月16日 #

java疑问-继承问题

摘要: 存在两个类,B 继承 A,C 继承 B,我们能将 B 转换为 C 么?如 C = (C) B; 阅读全文

posted @ 2016-02-16 21:56 鬼谷子的魔方 阅读(273) 评论(0) 推荐(0)

java标准-密码用数组比用字符串安全

摘要: 转载:http://my.oschina.net/jasonultimate/blog/166968 1) Since Strings are immutable in Java if you store password as plain text it will be available in  阅读全文

posted @ 2016-02-16 21:30 鬼谷子的魔方 阅读(455) 评论(0) 推荐(0)