境界的彼方

Thinking will not overcome fear but action will.

https

https

本站 1.在github page的设置里打开Enforce HTTPS 2.开启腾讯云cdn里高级设置中的https设置,证书可以免费申请,证书审核通过后添加到cdn上,开启强制跳转https update:2019-05-02 Vue 1.在vue.config.js中添加 module.exports = { devServer: { https: ...

Vue-axios

Vue-axios

import axios from 'axios'; import store from "../store"; import * as types from '../types' import router from '../router' // http request 拦截器 axios.interceptors.request.use( config => { ...

Vue-cdn

Vue-cdn

不使用cdn的话app.js和chunk.js太大,加载太慢 环境vue-cli3.0 步骤 1.在index.html中添加 <link rel="stylesheet" href="https://cdn.bootcss.com/element-ui/2.4.11/theme-chalk/index.css"> <script src="https://cd...

Jenkins-Vue

Jenkins-Vue

Jenkins持续集成部署Vue项目 jenkins+git+Webhooks 环境:windows server 2008 网上的教程大多数都是linux+ssh,和win下有些不同 步骤 1.打开系统管理-全局工具配置,添加node.js的配置 2.打开系统管理-插件管理-Available,安装NodeJS Plugin 3.创建一个自由风格的job 4. 类似于...

Webhooks

Webhooks

在web开发过程中的webhook,是一种通过通常的callback,去增加或者改变web page或者web app行为的方法。这些callback可以由第三方用户和开发者维持当前,修改,管理,而这些使用者与 网站或者应用的原始开发没有关联。webhook这个词是由Jeff Lindsay在2007年在计算机科学 hook项目第一次提出的。 -维基百科 1.Jenkin...

Jenkins-Springboot

Jenkins-Springboot

Jenkins持续集成部署Spring Boot项目 jenkins+git+springboot+Webhooks 环境:windows server 2008 步骤 1.官网下载安装,配置好密码端口等信息,安装推荐的插件 2.打开系统管理-全局工具配置,添加本地路径:jdk(把自动安装的钩去掉)、git、maven,保存应用 3.回到首页,创建一个新的job,类型选择 4....

MybatisPlus

MybatisPlus

遇到的问题 1.MybatisPlus报com.baomidou.mybatisplus.generator找不到 在v3.0.7的更新里 移除 对 mybatis-plus-generator 包的依赖,自己按需引入 所以需要在pom里添加 <dependency> <groupId>com.baomidou<...

Vue-SpringBoot

Vue-SpringBoot

前后端分离后数据通信的问题 1.在Vue中使用axios来post和get ​ npm install –save axios ​ 然后在main.js中添加 import axios from 'axios'; axios.defaults.baseURL = 'http://127.0.0.1:8888'; //之后的url直接写/xxx axios.defaults.he...

live2d

live2d

右下角的黑猫是一款Hexo的插件 hexo-helper-live2d 因为jekyll能用的 live2d-widget.js 文档失效了,所以把Hexo的插件移到了jekyll上 步骤 1.新建一个Hexo项目,装上 hexo-helper-live2d 2.测试好没问题后hexo deploy编译生成public 3.把public中的live2dw文件夹复制到jekyll项...

久违的更新

久违的更新

学期项目搞完了,开始准备搞毕设 打算做一个课堂点名系统, 后端Spring boot,SpringMvc,Mybatis,Mysql 前端网页Vue+Element 桌面端Electron 其他待定