冴羽 冴羽
3年前
VuePress 博客之 SEO 优化(三)标题、链接优化
前言在中,我们使用VuePress搭建了一个博客,最终的效果查看:。本篇讲讲SEO中的一些细节优化。1.设置全局的title、description、keywordsjavascript//config.jsmodule.exportstitle:"title",description:'description',
Stella981 Stella981
3年前
IntelliJ IDEA 安装Golang插件
网上的例子比较多,这里不重复,只解决我遇到的 新版本的Intellij无法安装插件的问题。1、输入仓库网址,搜索不到新的golang插件2、从https://plugins.jetbrains.com/plugin/5047golanguagegolangorgsupportplugin下载插件,选择“installplugin
Stella981 Stella981
3年前
Elasticsearch整理笔记(二)
安装docker部署搜索镜像dockersearchelasticsearch!(https://imgblog.csdnimg.cn/20200915164123213.png?xossprocessimage/watermark
Stella981 Stella981
3年前
Intellij IDEA Debug 调试技巧
作者:yweihainanhttps://www.cnblogs.com/wihainan/p/6010842.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwihainan%2Fp%2F6010842.html)F9:
Stella981 Stella981
3年前
Nginx配置参数中文详细说明
Nginx配置参数中文详细说明定义Nginx运行的用户和用户组userwwwwww;nginx进程数,建议设置为等于CPU总核心数.worker_processes8;全局错误日志定义类型,debug|info|notice|
Stella981 Stella981
3年前
IDEA远程tomcat调试配置
第一步:查看服务器tomcat端口,记住首先查看远程服务器(比如:192.168.11.11)tomcat的端口,tomcat/conf/server.xml,可以查看到端口为21010<Connectorport"21010"protocol"HTTP/1.1"connectionTimeout"20000"redirectPor
Stella981 Stella981
3年前
Intellij idea远程调试Tomcat
1.修改catalina.sh第273行由JPDA\_ADDRESS"localhost:8000"改为JDPA\_ADDRESS"8000"2.start.sh改成如下:!/bin/sh Licensed to the Apache Software Foundati
Stella981 Stella981
3年前
IntelliJ IDEA 使用总结[zz]
本文转自:http://cowboybebop.iteye.com/blog/1035550(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcowboybebop.iteye.com%2Fblog%2F1035550),仅做稍微整理,转载请注明出处。1\.IDEA内存优化
Wesley13 Wesley13
3年前
OC常量、变量、属性及其特性
1.ObjectiveC中声明常量使用关键字const。如:constdoublePI3.1514;2.ObjectiveC中变量可以分为成员变量、局部变量和全局变量(用的很少,尽量不要用)。//————————常量—————————————————//方法一:definekDetailKey