摘要:
1. java 的值传递 public class C { public static void changeStr(String str){ str="Welcome"; } public static void main(String[] args) { String str="1234"; c 阅读全文
摘要:
1. 字符串转换为整数用 to_number() 函数 2. 写sql 多表联合查询 的时候 select * from table1 from left join table2 on table1.1=table2.2 正确的写法 不要写成 select * from table1 from le 阅读全文