摘要: 项目结构 pom.xml beans 先建立几个bean 使用 实现IOC 输出 使用 实现IOC 输出 使用 实现IOC 输出 阅读全文
posted @ 2019-05-17 22:04 灯塔下的守望者 阅读(608) 评论(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 灯塔下的守望者 阅读(500) 评论(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 灯塔下的守望者 阅读(517) 评论(0) 推荐(1) 编辑
摘要: 下载openjdk11源码 阅读全文
posted @ 2019-04-04 12:42 灯塔下的守望者 阅读(1547) 评论(2) 推荐(0) 编辑
摘要: ``` /** * 配置跨域访问 * * @author Terwer */ @Bean public WebMvcConfigurer corsConfigurer() { return new WebMvcConfigurer() { @Override public v... 阅读全文
posted @ 2019-03-22 16:20 灯塔下的守望者 阅读(571) 评论(0) 推荐(0) 编辑
摘要: ``` const isDebugEnabled = process.env.NODE_ENV !== "production"; const isInfoEnabled = true; const isErrorEnabled = true; let loggerName = "default"; 阅读全文
posted @ 2019-03-19 17:29 灯塔下的守望者 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 使用 直接在页面上使用下面的代码就行了 多个请求 高级用法 阅读全文
posted @ 2019-03-19 15:12 灯塔下的守望者 阅读(9220) 评论(1) 推荐(1) 编辑
摘要: ``` #!/bin/bash #更新软件库 apt-get update #升级软件 apt-get upgrade #安装ubuntu桌面系统 apt-get install ubuntu-desktop ``` 阅读全文
posted @ 2019-03-13 14:07 灯塔下的守望者 阅读(5330) 评论(0) 推荐(0) 编辑
摘要: 停止并禁用防火墙 安装vnxserver 启动vncserver(服务器端) ··· vncserver :n ··· 这里的n是 r,不指定默认为1,也可以是2、3等等。第一次会提示输入密码,以后可以使用 命令修改密码。 在Windows上安装 "https://terwer.oss cn qin 阅读全文
posted @ 2019-03-13 13:47 灯塔下的守望者 阅读(2573) 评论(0) 推荐(0) 编辑
摘要: 删除已安装的Docker 配置阿里云Docker Yum源 安装 Docker CE 更新 yum 软件源缓存,并安装 docker ce。 启动Docker服务 阅读全文
posted @ 2019-03-12 10:12 灯塔下的守望者 阅读(327) 评论(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 灯塔下的守望者 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 下载地址: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html https://www.oracle.com/technetwork/database/enterprise-editio 阅读全文
posted @ 2019-03-09 19:48 灯塔下的守望者 阅读(3516) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wangxusummer/p/5193219.html 阅读全文
posted @ 2019-03-07 16:34 灯塔下的守望者 阅读(965) 评论(0) 推荐(0) 编辑