冴羽 冴羽
3年前
VuePress 博客之 SEO 优化(一)之 sitemap 与搜索引擎收录
前言在中,我们使用VuePress搭建了一个博客,最终的效果查看:。本篇讲讲如何进行SEO优化。1.生成sitemap借助生成站点地图:1.1安装bashyarnaddvuepresspluginsitemapD1.2修改config.jsjavascript//.vuepress/config.jsmodule.expo
Stella981 Stella981
3年前
Solr搜索引擎 — 查询命令和两种中文分词使用
!(http://pic.wblog.cn/F21D67BC6A7C498FACFF9F0E28C60A8A.png)已经和mysql建立好了关联,可以查询和更新mysql的数据量,接下来就是进阶的使用方式了附上:喵了个咪的博客:http://wblog.cn(https://www.oschina.net/action/Go
Stella981 Stella981
3年前
SpringBoot使用pagehelper注意事项
Spring和SpringBoot使用pagehelper的方式不太一样,从Spring到SpringBoot的朋友注意了!如果在SpringBoot中使用Spring加载pagehelper的方式,能获取数据,但是分页不准确。SpringBoot加载pagehelper步骤如下:maven搜索springbootpagehelper!
Easter79 Easter79
3年前
SpringBoot使用pagehelper注意事项
Spring和SpringBoot使用pagehelper的方式不太一样,从Spring到SpringBoot的朋友注意了!如果在SpringBoot中使用Spring加载pagehelper的方式,能获取数据,但是分页不准确。SpringBoot加载pagehelper步骤如下:maven搜索springbootpagehelper!
Wesley13 Wesley13
3年前
H5图片压缩上传(单图和多图)
H5项目中要用到图片上传,团队成员没有找到解决方案。只能由自己在网上搜索整理一下,如下:直接看代码吧Html页:<!DOCTYPEhtml<htmllang"zhCN"<head<metacharset"utf8"<metahttpequiv"XUACompatibl
Stella981 Stella981
3年前
Fedora21安装ZendServer之后yum报错
Fedora21安装ZendServer之后yum坏掉了...运行说pycurl:libcurllinktimeversion(7.20.1)isolderthancompiletimeversion(7.37.0)在源中手动下在了相关包重装了也不行,在网上搜索了一下,最后找到一个帖子http://netstu.
Wesley13 Wesley13
3年前
ubuntu 15.10 gnome 取消 挂起时锁屏
打开dconf系统配置编辑器搜索suspend取消勾选ubuntulockonsuspend.!(http://static.oschina.net/uploads/space/2015/1210/230110_qcqz_237198.png)如果要在右上角的电源菜单中显示suspend按钮的话,使用firef
Stella981 Stella981
3年前
KDD Cup 2020多模态召回比赛亚军方案与搜索业务应用
!(https://oscimg.oschina.net/oscnet/upbe91554236b317268a915d29615cf9230cc.JPEG)1\.背景ACMSIGKDD(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.kdd.or
Stella981 Stella981
3年前
Not recognizing known sRGB profile that has
eclipse转androidstudio一直卡在报libpngwarning:iCCP:NotrecognizingknownsRGBprofilethathasbeenedited错误上,网上搜索的教程都是简单的说用工具转换,操作步骤不太仔细,经过多次实践终于把这个问题解决。详细步骤:1、下载ImageMag
风花雪月 风花雪月
2年前
django登录状态保持(自学记录)
1、网上搜索,可以用django自带的login()。但是,自己使用都活报错“'xxx'objecthasnoattribute'meta'”。2、使用session来保存用户登录状态。能使用,但是没有找到设置保持时长的方法。编写views中login的函