安装control package mac版本博客做的挺好看的这人,附个链接,我指的是网页版本http://jinzhe.net/post/16.html windows版本百度经验http://jingyan.baidu.com/arti... Emment 用来快捷编辑内容附上网上别人写的快捷键 ...
分类:
其他好文 时间:
2020-05-20 18:56:07
阅读次数:
62
关于切图的相关建议 一. H5 标签组局部滑动的问题 在每次大促的时候在h5页面我们都会使用局部滑动的方式来展现各个目的地下. 所以做好h5局部的滑动至关重要(嘿嘿). 给你个链接看看吧(不经常用不太熟练,请见谅)http://runjs.cn/detail/tyoduhut 二. 在css文件中不 ...
分类:
其他好文 时间:
2020-05-20 18:42:26
阅读次数:
42
Spring boot 的Application.properties 配置文件可以是以下几个地方:classpath:/,classpath:/config/,file:./,file:./config/. 但要注意的是加载的顺序是倒过来的:file:./config/file:./classpa ...
分类:
编程语言 时间:
2020-05-20 18:31:28
阅读次数:
60
链接:https://pan.baidu.com/s/17RCwaJbsAd6KNa_zBs0oCg 提取码:oyps 提取docker-compose 放到/usr/local/bin下,并赋予权限即可 sudo curl -L "https://github.com/docker/compose ...
分类:
其他好文 时间:
2020-05-20 18:25:31
阅读次数:
73
参考链接:https://blog.csdn.net/xiaofan086/article/details/8494828 debug命令:https://wenku.baidu.com/view/6431b9e5524de518964b7df6.html 准备好这三个文件,放在MASM文件夹里,这 ...
分类:
系统相关 时间:
2020-05-20 18:24:38
阅读次数:
56
【Error:无法获取服务器端链接资源】 处理方式 使用单点配置。 在宿主机上通过IDEA测试程序时: 报错:com.github.tobato.fastdfs.exception.FdfsConnectException: 无法获取服务端连接资源:can't create connection t ...
分类:
其他好文 时间:
2020-05-20 15:47:59
阅读次数:
236
1、进入“百度地图开放平台”->“开发文档”->进入自己所需要的模块->“开发指南”->“获取秘钥” 2、下载 vue-baidu-map 详情在下面的链接里 https://dafrok.github.io/vue-baidu-map/#/zh/index ...
分类:
其他好文 时间:
2020-05-20 14:21:13
阅读次数:
157
参考链接:https://blog.csdn.net/weixin_39477597/article/details/82423677 在用Xshell 连接centos7的时候会遇到Could not connect to '192.168.119.129' (port 22): Connecti ...
分类:
系统相关 时间:
2020-05-20 14:11:01
阅读次数:
158
原文链接:兼容go redis cluster的pipeline批量 前言: redis cluster集群机制是不错,但因为是smart client设计,没有proxy中间层,导致很多redis批量命令在不同slot时不能适配,比如 mset、mget、pipeline等。 该篇文章讲述了red ...
分类:
其他好文 时间:
2020-05-20 12:12:35
阅读次数:
49
题目链接 https://leetcode-cn.com/problems/shortest-supersequence-lcci/ 题目描述 假设你有两个数组,一个长一个短,短的元素均不相同。找到长数组中包含短数组所有的元素的最短子数组,其出现顺序无关紧要。 返回最短子数组的左端点和右端点,如有多 ...
分类:
其他好文 时间:
2020-05-20 12:08:15
阅读次数:
106