随笔分类 -  JAVA

摘要:1.Connect Directly 2.Connect With Pool 3.No Config Files Connection(with or without connection pool) 4.Access Structure By RFC In SAP With The Connect 阅读全文
posted @ 2019-06-14 22:12 auroracj 阅读(481) 评论(0) 推荐(0)
摘要:在codewar里使用了以下switch-case语句,不熟练出错,所以记录一下。 class ArithmeticFunction { public static int arithmetic(int a, int b, String operator) { int result=0; switc 阅读全文
posted @ 2018-04-24 14:08 auroracj 阅读(219) 评论(0) 推荐(0)