第一种方法: $sudo su #echo "209.85.228.22 dl-ssl.google.com">> /etc/hosts #echo "209.85.228.22 dl.google.com">>/etc/hosts 查看添加成功 #cat /etc/hosts 第二种方法: # 修 ...
分类:
系统相关 时间:
2021-01-15 11:52:23
阅读次数:
0
前言 通过本文最终实现了在M1芯片的Mac mini上的Goland的开发,并通过编译源码解决了无法DEBUG的问题。 Go 1.16版将正式支持Apple Silicon M1芯片,即arm64架构的Mac操作系统,目前go 1.16版版本为beta1,只是会在这个基础上再修修bug,改进文档等。 ...
分类:
系统相关 时间:
2021-01-14 11:32:40
阅读次数:
0
MP 可以实现 SQL 的分析打印功能,输出sql执行时间以及真实执行的SQL语句 step1:引入p6spy 依赖引入 <dependency> <groupId>p6spy</groupId> <artifactId>p6spy</artifactId> <version>3.8.2</vers ...
分类:
数据库 时间:
2021-01-14 11:21:39
阅读次数:
0
1.fastjson alibaba JSON TypeReference 复杂类型转换 2.jmeter 3.redis作为缓存,本地缓存的缺陷 lecttue客户端的bug和缺点 4.分布式锁 5.jackson使用 ...
分类:
其他好文 时间:
2021-01-14 11:20:05
阅读次数:
0
React:背后是Facebook Vue:作者是尤雨溪 Angular:背后是Google https://blog.csdn.net/kwame211/article/details/107381932/ ...
分类:
其他好文 时间:
2021-01-14 11:16:47
阅读次数:
0
在vue项目调试的时候,代码里面标注debugger。 注:有文档说需要在config/index.js中设置devtool: '#source-map'才有效,经测试不设置也是可以调试成功的。 会自动跳到具体页面 方法二: 直接找到对应的文件。在chrome用 ’ctrl(command) + p ...
分类:
其他好文 时间:
2021-01-14 11:14:59
阅读次数:
0
序号校验类型取值描述 1 required true&false 必须填写的字段 2 email “@”&“email” 必须输入正确格式的电子邮件 3 remote url路径 使用ajax进行验证 4 date 数字 正确格式日期 tips:ie6有bug 5 dateISO 字符串 正确格式的 ...
分类:
其他好文 时间:
2021-01-14 10:34:03
阅读次数:
0
#ElasticSearch入门 安装ElasticSearch 1.下载解压缩ElasticSearch 下载elasticsearch ElasticSearch是Java开发的,运行需要先安装JDK,官方提供 带JDK和不带JDK的安装包 2.运行ElasticSearch Windows下运 ...
分类:
其他好文 时间:
2021-01-13 11:02:35
阅读次数:
0
go安装 下载安装包 go下载: 下载地址:https://golang.google.cn/dl/ lazydocker下载: 下载地址:wget https://github.com/jesseduffield/lazydocker/releases/download/v0.2.4/lazydo ...
分类:
其他好文 时间:
2021-01-13 10:48:49
阅读次数:
0
1.1 Bug场景: 1.1 启动Spring Boot项目时报 NoSuchBeanDefinitionExpetion 没有找到bean的实例,即spring没有实例化对象,也就无法根据配置文件执行依赖注入依赖错误 2.1 Bug原因: 假设模块A需要引入模块B的依赖,并且需要注入模块B中的Te ...
分类:
编程语言 时间:
2021-01-12 11:25:32
阅读次数:
0