文章分类 - java base feature
java base feature
摘要:https://zhuanlan.zhihu.com/p/355575054?utm_id=0 https://www.jianshu.com/p/5b123443c114 spring aop 如何创建代理类:https://blog.csdn.net/u012222011/article/det
阅读全文
摘要:https://juejin.cn/post/6844904034944434183 https://blog.csdn.net/Zhangsama1/article/details/124185022 https://stackoverflow.com/questions/4659929/how-
阅读全文
摘要:Java Internationalization: Overview Internationalizing a Java application typically means making the application able to handle multipule languages, n
阅读全文
摘要:The Java Properties Class java.util.Properties is like a Java Map of Java String key and value pairs. The Java Properties Class can write the key, val
阅读全文
摘要:文章转载自: https://juejin.cn/post/6844904193489109006 在日常自动化测试开发中,经常要使用配置文件,或进行环境配置,或进行数据驱动等;我们常常把这些文件放置在resources目录下,然后通过getResource、ClassLoader.getResou
阅读全文
摘要:https://www.cnblogs.com/flashsun/p/7246260.html
阅读全文
摘要:一、通过一个对象获得完整的包名和类名 package net.xsoftlab.baike; public class TestReflect { public static void main(String[] args) throws Exception { TestReflect testRe
阅读全文
摘要:1反射机制是什么 2反射机制能做什么 3反射机制的相关API ·通过一个对象获得完整的包名和类名 ·实例化Class类对象 ·获取一个对象的父类与实现的接口 ·获取某个类中的全部构造函数 - 详见下例 ·通过反射机制实例化一个类的对象 ·获取某个类的全部属性 ·获取某个类的全部方法 ·通过反射机制调
阅读全文

浙公网安备 33010602011771号