连击 天
fork: star:
问题1.env: python: No such file or directory 解决:ln -s -f /usr/local/bin/python3 /usr/local/bin/python 问题2. homebrew-core is a shallow clone. homebrew-cask is a shallow clo...
Eclipse Memory Analyzer (MAT)是一个用于堆转储分析的强大工具。它有几个很好的特性可以有效地调试内存问题。‘incoming references’, ‘outgoing references’ 用就是这样一种特性。在本文...
org.mybatis.generator mybatis-generator-maven-plugin 1.3.5
Unicode Utf-8 000000-00007F 0xxxxxxx 000080-0007FF 110xxxxx 10xxxxxx 000800-00FFFF 1110xxxx 10xxxxxx 10xxxxxx 010000-10FFFF 11110xxx10xxxxxx10xxxxxx10xxxxxx 那么一个汉字 可能是 ...
在使用 SpringSecurity 作为用户登录的组件,但是在使用中不能抛出UserNameNotFoundException,查看代码,发现在AbstractUserDetailsAuthenticationProvider类中,有如下代码 那么处理逻辑就...
布隆过滤器可以用于检索一个元素是否在一个集合中。它的优点是空间效率和查询时间都远远超过一般的算法,缺点是有一定的误识别率和删除困难。 布隆过滤器的原理是,当一个元素被加入集合时,...
在mac中使用Goland,已经安装好go的环境,但是在使用调试的功能,会有如下的错误: could not launch process: debugserver or lldb-server not found: install XCode's command line tools...
使用easyExcel作为wxcel的处理,在本地调试什么的没有问题,但是打镜像部署的时候,在日志中发现如下错误 java.lang.NullPointerException at sun.awt.FontConfiguration.getVersion(FontCon...
遇到的问题,网上已经有人给我解决了 一个是微信的截图需要设置下: 另一个是IDE对git的报错
虽然用的管理员账号,但是还是出现了以下的错误: 主要看后面的错误信息: { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" } 在想管...
#plantuml画图 PlantUML 是一个画图脚本语言,用它可以快速地画出: 时序图 流程图 用例图 状态图 组件图 在markdown中的使用方式 ##时序图 @startuml Alice -> Bob: Authentication Request...
ubuntu 安装 sudo apt-get install apache2 但是不能启动有如下的错误: 网上提示删了重新安装一下,但是没有用,乱投医: 1.sudo apt-get --reinstall install apache2-bin 2.sudo apt-get ...
markdown使用flow来画流程图 在markdown语法中,流程图的画法和代码段类似,也就是说,流程图是写在两个 ``` 之间的。 基本使用下面的六种类型,名“符”其实。 start end operation subrou...
-------------- =============== # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题 ` hello world` ``` for (char c : word.toCharArray()) { if (tSeen...
在项目中,除了查询数据库,还要调用外部的服务,这这时候我们在写单元测试的时候,会考虑怎么覆盖着一块代码: 1.封装一个方法,然后mock这个方法。 2.直接配置好调用的服务,测试的时候调用...
org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageCon...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复