Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 6 年前获得了 OCPJP 6.0 认证。我计划将其升级到最新的 Oracle 认证之一。您能否推荐我是否应该参加 OCPJP 8.0/11.0 考试的升级?
另外,如果有其他更好的认证,您能提出任何建议吗?
据我所知,您可以按照以下 Oracle Training and Certification指南将 OCP 6.0 升级到 OCP Java 11:
Oracle Training and Certification
图书:
参考:
我希望这个答案对你有所帮助。:)
我正在编写代码: <?PHP $where='<something'; echo $where; ?> 但它不会回显任何内容,直到我将字符串 $where 更改为 '< something'(在“<”之后添加一个空格),为什么?
<?PHP $where='<something'; echo $where; ?>
它可能会将 < 编译为某些标