摘要:
# Scala ## 反射 Scala自动为类中的属性提供 get\set 方法 get: fieldname() set: fieldname_$eq(参数类型) 例如 ```scala srcObject: AnyRef = ??? destObject: AnyRef = ??? val sr 阅读全文
posted @ 2023-07-05 18:59
jentreywang
阅读(39)
评论(0)
推荐(0)
摘要:
# MySQL ConnectJ maxwell-bootstrap 报错 Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites a 阅读全文
posted @ 2023-07-05 18:57
jentreywang
阅读(96)
评论(0)
推荐(0)