摘要:
下载地址: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html https://www.oracle.com/technetwork/database/enterprise-editio 阅读全文
摘要:
https://www.cnblogs.com/wangxusummer/p/5193219.html 阅读全文
摘要:
``` org.apache.tomcat.maven tomcat7-maven-plugin 2.2 org.apache.tomcat.maven tomcat7-maven-plugin 2.2 8080 /jvue http://localhost:8080/manager/text UTF-8 ... 阅读全文
摘要:
前提 1、JDK1.8 2、引入jar包 运行 阅读全文
摘要:
安装 编译entry server.js 结果 编译并运行entry server.js 结果 阅读全文
摘要:
前提 安装好nodejs并配置好环境变量,最好是 node10,https://nodejs.org/en/download/ 参考我之前的文章 "debian安装nodejs" "Yarn && npm设置镜像源" 开始 初始化项目 首先创建一个文件夹webapp,并使用 初始化 完整命令 初始化 阅读全文
摘要:
原文地址 "http://www.terwergreen.com/post/vue ssr j2v8 1.html" 初步实现方案探索(Node环境) // 第 1 步:创建一个 Vue 实例 const Vue = require('vue') const app = new Vue({ temp 阅读全文
摘要:
``` ``` ``` /** * 图片居中 */ #header .imgWrap .align-middle { height: 75px; text-align: center; } #header .imgWrap .align-middle:before { content: " "; display: inline-block; vertica... 阅读全文
摘要:
```
@echo off
setlocal enabledelayedexpansion
set command=%*
If %PROCESSOR_ARCHITECTURE% == x86 ( echo | C:\Windows\sysnative\bash.exe -c 'git %command%'
) Else ( echo | bash.exe -c 'git %comm... 阅读全文
摘要:
``` AND DATE_FORMAT(sc.submit_time, '%Y-%m-%d') = DATE_FORMAT(#{submitTime}, '%Y-%m-%d') AND DATE_FORMAT(sc.correct_time, '%Y-%m-%d') = DATE_FORMAT(#{correctTime}, '%Y-%m-%d') ``` 阅读全文
摘要:
```
// 开启加载层
layer.load(2, { shade: [0.6, '#fff'], content: '数据加载中...', success: function (layero) { layero.find('.layui-layer-content').css({ 'padding-top': '6px', 'width': '150px', 'padd... 阅读全文