11 2021 档案

摘要:033-26-华为 034-27-管理会,延期申报 035-28-YAYAYA 036-29-已经忘记了 阅读全文
posted @ 2021-11-30 16:13 悟_空 阅读(18) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-30 16:13 悟_空 阅读(11) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-25 09:11 悟_空 阅读(12) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-24 09:05 悟_空 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-23 09:55 悟_空 阅读(14) 评论(0) 推荐(0)
摘要:thymeleaf视图 forward视图--转发 (浏览器请求一次,服务器请求一次) 浏览器地址不变 redirect视图--重定向 () 浏览器地址变更 阅读全文
posted @ 2021-11-22 14:59 悟_空 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-21 19:23 悟_空 阅读(14) 评论(0) 推荐(0)
摘要:25 阅读全文
posted @ 2021-11-20 17:19 悟_空 阅读(19) 评论(0) 推荐(0)
摘要:我们这些人,用尽一生去熟练一项技能 --尚气与十环 阅读全文
posted @ 2021-11-19 23:29 悟_空 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-18 23:12 悟_空 阅读(17) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-17 09:11 悟_空 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-16 08:52 悟_空 阅读(15) 评论(0) 推荐(0)
摘要:占位符 ${} #{} 参数的一些规则 mode(存储过程) jdbcType 在数据为null的时候, mybatis默认对应OTHER类型 oracle不识别 mysql可以识别 jdbcTypeForNull=OTHER jdbcTypeForNull=NULL @MapKey 注解,指定返回 阅读全文
posted @ 2021-11-15 10:42 悟_空 阅读(44) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-15 10:41 悟_空 阅读(43) 评论(0) 推荐(0)
摘要:1-全局配置文件 2-mapper 接口式编程 更好的规范 properties 引入外部配置文件 characterEncoding=utf-8;serverTimezone=UTC;useSSL=false 配置文件中 分号使用 & 替换 typeAliases typeAliases--类型别 阅读全文
posted @ 2021-11-13 14:02 悟_空 阅读(30) 评论(0) 推荐(0)
摘要:芬奇 -- 汤姆汉克斯 007 -- 无暇赴死 尚气与十环 -- 梁朝伟 漫威 亚洲英雄 阅读全文
posted @ 2021-11-11 14:18 悟_空 阅读(29) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 20:04 悟_空 阅读(18) 评论(0) 推荐(0)
摘要:Stream stream().anyMatch() stream().allMatch() noneMatch findFirst findAny count max min forEach 阅读全文
posted @ 2021-11-08 09:11 悟_空 阅读(40) 评论(0) 推荐(0)
摘要:老外说 专注 当下 阅读全文
posted @ 2021-11-08 09:10 悟_空 阅读(19) 评论(0) 推荐(0)
摘要:Java5 以来最具革命性的版本 --2014年3月--8 速度更快 代码更少 强大的StreamAPI 便于并行 最大化减少空指针 Nashorn 引擎 --允许在JVM上运行JS应用 --JVM目前最强大的虚拟机 Lambda 1--无参数 无返回值 () -> {方法体;} 2--有参数,无返 阅读全文
posted @ 2021-11-06 09:08 悟_空 阅读(89) 评论(0) 推荐(0)
摘要:听得人当真了 说的人当真了 阅读全文
posted @ 2021-11-05 13:37 悟_空 阅读(28) 评论(0) 推荐(0)
摘要:获取运行时 类 的 内部结构 --获取注解 getAnnotations()-返回数组 --获取修饰符 getModifiers() --获取返回值类型 getReturnType().getName() --获取参数类型 getParameterTypes() Parameter Paramete 阅读全文
posted @ 2021-11-04 09:06 悟_空 阅读(34) 评论(0) 推荐(0)
摘要:ClassLoader NewInstance()==运行时加载类,空参构造器 getFields()==public 包含父类 getDeclaredFields()==所有 不包含父类 阅读全文
posted @ 2021-11-03 09:03 悟_空 阅读(22) 评论(0) 推荐(0)
摘要:数据流--不常用 DataOutputStream DataInputStream 对象流 ObjectOutputStream ObjectInputStream == 标识接口 serializable == RandomAccessFile == InetAddress.getByName() 阅读全文
posted @ 2021-11-02 09:04 悟_空 阅读(172) 评论(0) 推荐(0)
摘要:File getAbsolutePath() getPath() getName() getParent() length() list() listFiles() isDirectory() isFile() exists() canRead() canWrite() isHidden() Fil 阅读全文
posted @ 2021-11-01 09:02 悟_空 阅读(36) 评论(0) 推荐(0)