冴羽 冴羽
2年前
VuePress 博客之 SEO 优化(一)之 sitemap 与搜索引擎收录
前言在中,我们使用VuePress搭建了一个博客,最终的效果查看:。本篇讲讲如何进行SEO优化。1.生成sitemap借助生成站点地图:1.1安装bashyarnaddvuepresspluginsitemapD1.2修改config.jsjavascript//.vuepress/config.jsmodule.expo
风花雪月 风花雪月
3年前
禁止在tkinter的控件Text文本框中编辑内容的 方法
text.config(stateNORMAL)正常状态text.delete(1.0,END)清除文本框内容text.insert(END,text)在文本框中插入内容text.config(stateDISABLED)禁止文本框编辑内容
Easter79 Easter79
3年前
springcloud微服务config的使用
首先需要建立一个server端:pom依赖中加入<dependency<groupIdorg.springframework.cloud</groupId<artifactIdspringcloudconfigserver</artifactId</dependency
Easter79 Easter79
3年前
springboot2.X访问静态文件配置
config配置:@ConfigurationpublicclassWebMvcConfigimplementsWebMvcConfigurer{/跨域配置@return/@BeanpublicCo
Stella981 Stella981
3年前
Nacos Config源代码分析(一)
NacosConfig提供了配置管理的功能,它允许用户在nacos上配置keyvalue对,并在客户端订阅需要的配置。当配置发生变更时,订阅的客户端会获得通知,随后拉取最新的keyvalue对。ConfigServer为了最大程度保证可用性采用了一种三层的存储架构设计,mysql本地文件内存缓存:!(https://oscim
Stella981 Stella981
3年前
PhoneGap设置Icon
参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html通过config.xml中的<icon标签来设置Icon<iconsrc"res/ios/icon.png"platform"ios"width"57"height"57"densi
Stella981 Stella981
3年前
Angular 设置http
  .config(    '$stateProvider', '$urlRouterProvider', 'AuthProvider', '$httpProvider','TokenGenerator'      function ($stateProvider, $urlRouterProvider, AuthProvide
Stella981 Stella981
3年前
ASP.NET web.config
后续会不断摆出ASP.NET Web.config的各种姿势,欢迎留言补充<?xml version"1.0" encoding"utf8"?<!  有关如何配置 ASP.NET 应用程序的详细信息,请访问  http://go.microsoft.com/fwlink/?LinkId1694
Easter79 Easter79
3年前
Tengine编译安装config项目清单
helpprintthismessageprefixPATHsetinstallationprefixsbinpathPATHsetngin
Easter79 Easter79
3年前
TypeScript里get属性的实现
例子:privategetactiveBaseSite():string{return(this._activeBaseSite??getContextParameterDefault(this.config,BASE_SI