摘要: 单选题 1、房间里的大象是指一些非常显而易见的,可是却一直被忽略的问题,通常被比喻为什么?(10 分) A 显性文化 ✔ B 隐性文化 C 团队文化 D 绩效提升 正确答案:B 2、AMBR人类基本认知行为模式,R指什么?(10 分) A 关注点 B 心态 C 行为 ✔ D成果 正确答案:D 3、绿 阅读全文
posted @ 2021-05-15 20:38 时の封印 阅读(14430) 评论(0) 推荐(0) 编辑
摘要: 项目中某些地方要求记录信息变更日志,通过反射获取属性对比新旧信息的变化情况,然后记录日志 一、创建实体类比较标志注解(只比较有注解的属性) 1 import java.lang.annotation.*; 2 3 /** 4 * @Description //实体类比较标志注解 5 * @Autho 阅读全文
posted @ 2020-09-27 17:04 时の封印 阅读(1655) 评论(0) 推荐(0) 编辑
摘要: 一、定制groovy脚本 1 import com.intellij.database.model.DasTable 2 import com.intellij.database.util.Case 3 import com.intellij.database.util.DasUtil 4 impo 阅读全文
posted @ 2020-08-17 10:40 时の封印 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 一、pom文件配置 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-starter-data-redis</artifactId> 4 </dependency> 5 二、y 阅读全文
posted @ 2020-07-18 15:14 时の封印 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 一、pom文件引入所需jar <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <depende 阅读全文
posted @ 2020-07-16 17:40 时の封印 阅读(2357) 评论(0) 推荐(0) 编辑
摘要: 一、思路 分析网页结构【开发者工具F12】 >>> 确定选择器提取内容 >>> 下载保存 二、代码实现 # -*- coding:UTF-8 -*- import os import time from concurrent.futures.thread import ThreadPoolExecu 阅读全文
posted @ 2020-07-13 16:50 时の封印 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 一、跨域配置 package cn.com.*.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation. 阅读全文
posted @ 2020-05-29 13:49 时の封印 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一、pom文件设置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2020-05-15 22:13 时の封印 阅读(496) 评论(2) 推荐(0) 编辑
摘要: 最近试了下拦截controller方法查看请求参数,方式如下: 1 import com.alibaba.fastjson.JSON; 2 import com.google.common.base.Stopwatch; 3 import io.swagger.annotations.Api; 4 阅读全文
posted @ 2019-09-15 16:38 时の封印 阅读(21252) 评论(0) 推荐(0) 编辑
摘要: 最近使用powerdesigner,遇到些问题,记录一下【安装过程就略过了】 一、安装odbc驱动 分享下驱动,百度网盘链接:https://pan.baidu.com/s/1UYPq_PEQkDOJ3qoaAgrACA 密码:7b8m 安装32位的即可 二、步骤【图片】 三、注释转换脚本 阅读全文
posted @ 2019-08-25 21:19 时の封印 阅读(949) 评论(0) 推荐(0) 编辑