摘要:
Vector Vector底层也是一个对象数组; Vector是线程同步的,即线程安全,Vector类的操作方法带有synchronized 在开发中需要线程同步安全的,考虑使用Vector public class Vector01 { //Vector线程安全 public static voi 阅读全文
posted @ 2023-04-12 22:03
、子夜
阅读(17)
评论(0)
推荐(0)
摘要:
ArraylList注意事项 ArrayList可以加入null,并且多个; ArrayList是由数组来实现数据存储的 ArrayList基本等同于Vector,处理ArrayList是线程不安全(执行效率高),在多线程情况下,不建议使用ArrayLIst ArrayList示例 public c 阅读全文
posted @ 2023-04-12 21:49
、子夜
阅读(16)
评论(0)
推荐(0)
摘要:
instr函数 INSTR函数为字符查找函数,功能是查找一个字符串在另一个字符串中出现的位置。在oracle、plsql中是返回要截取的字符串在源字符串中的位置: 语法:instr(string1,string2,start_position,nth_apperance) string1:源字符串 阅读全文
posted @ 2023-04-12 11:22
、子夜
阅读(36)
评论(0)
推荐(0)

浙公网安备 33010602011771号