<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.1</version> <configur ...
分类:
系统相关 时间:
2021-02-03 11:07:55
阅读次数:
0
最近看了一个国外大佬的技术文章,我受益匪浅,为网站添加添加canonical标签是SEO优化中非常重要的一步,rrel="canonical"可以解决因网址不同但内容重复,从而造成权重分散的问题,目前百度、Google、雅虎、微软等搜索引擎都已支持此标签。 例子演示 https://www.nice ...
分类:
其他好文 时间:
2021-02-02 11:12:27
阅读次数:
0
浏览器的内核 IE(IE浏览器) : trident 内核 -ms- Firefox(火狐浏览器) : gecko 内核 -moz- Safari(苹果浏览器) :webkit 内核 -webkit- Opera(欧朋浏览器):以前是 presto 内核, Opera 现已改用 Google Chr ...
分类:
Web程序 时间:
2021-02-01 13:02:35
阅读次数:
0
创建项目 使用 vue ui 创建 vue3 项目 安装 vue-router vuex @vue/cli-plugin-typescript, @vue/babel-plugin-jsx 修改 babel.config.js 文件 module.exports = { presets: [ '@v ...
分类:
Web程序 时间:
2021-01-30 11:50:21
阅读次数:
0
一、Google Authenticator 基本概念 Google Authenticator是谷歌推出的一款动态口令工具,旨在解决大家Google账户遭到恶意攻击的问题,在手机端生成动态口令后,在Google相关的服务登陆中除了用正常用户名和密码外,需要输入一次动态口令才能验证成功,此举是为了保 ...
分类:
Web程序 时间:
2021-01-29 12:11:48
阅读次数:
0
Google App Engine 是一个脱离了基础架构束缚的全面托管型平台,功能十分强大,当今最成功的一些公司都纷纷在 App Engine 上运行他们的应用。 之前我曾经介绍过使用Google App Engine SDK来更新Google App Engine的工程,目前Google App ...
分类:
移动开发 时间:
2021-01-28 11:51:00
阅读次数:
0
maven-assembly-plugin有什么好处呢? 英文原文:The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its de ...
分类:
编程语言 时间:
2021-01-27 13:58:43
阅读次数:
0
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <!--让浏览器使用最新的IE内核进行渲染页面--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!- ...
分类:
其他好文 时间:
2021-01-27 13:31:39
阅读次数:
0
做uni-app的时候碰到了这个问题, Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templ 检查下是不是你的view 没有关闭!! 或者 最外层出现两 ...
分类:
其他好文 时间:
2021-01-27 13:29:00
阅读次数:
0
SpringBoot项目从零搭建 0、工具和环境配置 工具和环境配置清单如下,给出了软件版本、安装教程、入门教程的链接,可以给读者提供关键线索,个别细节读者自行Google解决即可 0.1、工具 作用 名称 版本 备注 web服务器 Tomcat 版本管理 Git latest 代码开发工具 IDE ...
分类:
编程语言 时间:
2021-01-26 12:06:50
阅读次数:
0