摘要: 原文地址 "http://www.terwergreen.com/post/vue ssr j2v8 1.html" 初步实现方案探索(Node环境) // 第 1 步:创建一个 Vue 实例 const Vue = require('vue') const app = new Vue({ temp 阅读全文
posted @ 2019-01-30 11:26 灯塔下的守望者 阅读(841) 评论(0) 推荐(0)
摘要: ``` ``` ``` /** * 图片居中 */ #header .imgWrap .align-middle { height: 75px; text-align: center; } #header .imgWrap .align-middle:before { content: " "; display: inline-block; vertica... 阅读全文
posted @ 2019-01-24 15:17 灯塔下的守望者 阅读(194) 评论(0) 推荐(0)
摘要: ``` @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... 阅读全文
posted @ 2019-01-09 23:06 灯塔下的守望者 阅读(311) 评论(0) 推荐(0)
摘要: ``` 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') ``` 阅读全文
posted @ 2018-12-26 17:03 灯塔下的守望者 阅读(651) 评论(0) 推荐(0)
摘要: ``` // 开启加载层 layer.load(2, { shade: [0.6, '#fff'], content: '数据加载中...', success: function (layero) { layero.find('.layui-layer-content').css({ 'padding-top': '6px', 'width': '150px', 'padd... 阅读全文
posted @ 2018-12-24 06:16 灯塔下的守望者 阅读(8105) 评论(0) 推荐(0)
摘要: ``` AND sc.score 60 AND (sc.score = ]]> 60 AND sc.score 70 ) AND (sc.score = ]]> 70 AND sc.score 80 ) AND (sc.score = ]]> 80 AND sc.score 90 ) AND sc.score ]]> 90 ... 阅读全文
posted @ 2018-12-22 19:11 灯塔下的守望者 阅读(3139) 评论(0) 推荐(1)
摘要: 底部加上vue的script 样式引用 页面body体上加入展示元素 启动js 完整版 "https://gist.github.com/terwer/0f9e19c1a2f345e04c2eb91609489026" 在线查看 "https://runjs.cn/detail/kpscnn6a" 阅读全文
posted @ 2018-12-18 15:50 灯塔下的守望者 阅读(6789) 评论(1) 推荐(0)
摘要: ``` sudo ln -s /opt/node-v11.4.0/bin/npm /usr/bin/npm sudo ln -s /opt/node-v11.4.0/bin/node /usr/bin/node ``` 阅读全文
posted @ 2018-12-17 13:22 灯塔下的守望者 阅读(3143) 评论(0) 推荐(0)
摘要: https://nodejs.org/en/download/ 二进制安装 环境变量 查看环境变量 使用淘宝源 检测 附:源码安装 下载最新版本 解压 编译 安装 阅读全文
posted @ 2018-12-13 18:05 灯塔下的守望者 阅读(4484) 评论(0) 推荐(0)
摘要: ``` # Install pip for 2.7 and then python 2.7 itself sudo apt install python-pip sudo apt install python2.7 # Install pip for 3.6 sudo apt install python3-pip # Install currently supported by Ubuntu ... 阅读全文
posted @ 2018-12-13 17:51 灯塔下的守望者 阅读(192) 评论(0) 推荐(0)
摘要: https://dev.to/chiangs/how i bling ified my terminal 2o6b 阅读全文
posted @ 2018-12-12 16:33 灯塔下的守望者 阅读(161) 评论(0) 推荐(0)
摘要: 解决。 阅读全文
posted @ 2018-12-12 16:24 灯塔下的守望者 阅读(6043) 评论(0) 推荐(1)
摘要: 首先编辑sources.list这个文件 把sources.list文件内容替换成如下 接下来执行以下命令,就完成阿里云kali linux镜像源了 阅读全文
posted @ 2018-12-12 16:18 灯塔下的守望者 阅读(16509) 评论(0) 推荐(0)
摘要: 清空回收站发生错误,直接使用命令 搞定 阅读全文
posted @ 2018-12-09 00:28 灯塔下的守望者 阅读(2177) 评论(0) 推荐(0)
摘要: 在tomcat 目录: 下修改: 把里面的52428800 换成 524288000 就ok了,这里限制了上传项目的大小,所以上传不了,改大了就好了。 阅读全文
posted @ 2018-12-08 17:07 灯塔下的守望者 阅读(1276) 评论(0) 推荐(0)