摘要: 思路 先查询出满足某种条件的数据的最小ID,然后删除最小ID以外的数据就实现了去重 实例 查询最小ID的重复数据 删除操作 HQL 阅读全文
posted @ 2019-08-28 09:28 灯塔下的守望者 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 安装 python3 https://www.python.org/downloads/ 设置环境变量 安装 pipenv 安装 Djongo 添加pipfile 运行 阅读全文
posted @ 2019-05-24 11:17 灯塔下的守望者 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 项目结构 pom.xml beans 先建立几个bean 使用 实现IOC 输出 使用 实现IOC 输出 使用 实现IOC 输出 阅读全文
posted @ 2019-05-17 22:04 灯塔下的守望者 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 安装unlocker打开新建项 https://github.com/DrDonk/unlocker 端口转发 https://jingyan.baidu.com/article/375c8e19d6206f25f2a22931.html 设置分辨率 vnc Mac OS X 上打开VNC Serv 阅读全文
posted @ 2019-05-15 16:29 灯塔下的守望者 阅读(509) 评论(0) 推荐(0) 编辑
摘要: "Spring Cloud(1):微服务简介" 阅读全文
posted @ 2019-05-15 15:52 灯塔下的守望者 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 前台 // ==UserScript== // @name 博客园 // @namespace http://www.terwergreen.com/ // @version 0.0.1 // @description 博客园界面美化 // @author Terwer // @match ://w 阅读全文
posted @ 2019-05-07 19:48 灯塔下的守望者 阅读(152) 评论(0) 推荐(0) 编辑
摘要: ``` Menu 主题市场 女装 / 男装 / 内衣 > 女装 ... 阅读全文
posted @ 2019-05-07 18:04 灯塔下的守望者 阅读(526) 评论(0) 推荐(1) 编辑
摘要: 下载openjdk11源码 阅读全文
posted @ 2019-04-04 12:42 灯塔下的守望者 阅读(1554) 评论(2) 推荐(0) 编辑
摘要: ``` /** * 配置跨域访问 * * @author Terwer */ @Bean public WebMvcConfigurer corsConfigurer() { return new WebMvcConfigurer() { @Override public v... 阅读全文
posted @ 2019-03-22 16:20 灯塔下的守望者 阅读(575) 评论(0) 推荐(0) 编辑
摘要: ``` const isDebugEnabled = process.env.NODE_ENV !== "production"; const isInfoEnabled = true; const isErrorEnabled = true; let loggerName = "default"; 阅读全文
posted @ 2019-03-19 17:29 灯塔下的守望者 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 使用 直接在页面上使用下面的代码就行了 多个请求 高级用法 阅读全文
posted @ 2019-03-19 15:12 灯塔下的守望者 阅读(9246) 评论(1) 推荐(1) 编辑
摘要: ``` #!/bin/bash #更新软件库 apt-get update #升级软件 apt-get upgrade #安装ubuntu桌面系统 apt-get install ubuntu-desktop ``` 阅读全文
posted @ 2019-03-13 14:07 灯塔下的守望者 阅读(5335) 评论(0) 推荐(0) 编辑
摘要: 停止并禁用防火墙 安装vnxserver 启动vncserver(服务器端) ··· vncserver :n ··· 这里的n是 r,不指定默认为1,也可以是2、3等等。第一次会提示输入密码,以后可以使用 命令修改密码。 在Windows上安装 "https://terwer.oss cn qin 阅读全文
posted @ 2019-03-13 13:47 灯塔下的守望者 阅读(2583) 评论(0) 推荐(0) 编辑
摘要: 删除已安装的Docker 配置阿里云Docker Yum源 安装 Docker CE 更新 yum 软件源缓存,并安装 docker ce。 启动Docker服务 阅读全文
posted @ 2019-03-12 10:12 灯塔下的守望者 阅读(328) 评论(0) 推荐(1) 编辑
摘要: http://download.oracle.com/otn/nt/middleware/12c/12213/fmw_12.2.1.3.0_wls_Disk1_1of1.zip 创建应用程序域 start AdminServer http://localhost:7001/console http: 阅读全文
posted @ 2019-03-10 14:51 灯塔下的守望者 阅读(610) 评论(0) 推荐(0) 编辑