替换中科大源 替换brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd "$(brew --repo)/Library/ ...
分类:
其他好文 时间:
2020-05-30 15:56:43
阅读次数:
71
解释 Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equ ...
分类:
其他好文 时间:
2020-05-30 13:10:31
阅读次数:
99
1、No PostCSS Config found in: 根目录下放置图中文件: 2、Module not found: Error: Can't resolve 'sass-loader' npm install sass-loader -D npm install node-sass -D 3 ...
分类:
其他好文 时间:
2020-05-30 10:50:49
阅读次数:
70
1.jQuery概诉 1.1 javaScript库 仓库:可以把很多东西放到这个仓库里面,找东西只需要到仓库里面查找到就可以了 javaScript库:即library,是一个封装好的特定的集合(方法和函数)。 从封装一大堆函数的角度理解库,就是在这个库中,封装了很多预先定义好的函数在里面,比如动 ...
分类:
Web程序 时间:
2020-05-30 10:31:47
阅读次数:
74
首先分析问题 打完的jar包,编译的后class跟java文件不一致,原因是重新打包后还是引用之前的java文件,不能重新加载新生成的jar。 解决方案 方案一 IDEA 工具,点击File 》invalidate caches /restart,重启IDEA看是否解决问题。 方案二 重新构建项目, ...
分类:
其他好文 时间:
2020-05-30 00:59:49
阅读次数:
69
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:
编程语言 时间:
2020-05-29 21:46:45
阅读次数:
110
hashlib 安全哈希与消息摘要 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/hashlib.html hashlib — Secure hashes and message digests — Python 3.8.3 ...
分类:
其他好文 时间:
2020-05-29 21:39:08
阅读次数:
107
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html#randomized-hashing BLAKE2 ht ...
分类:
其他好文 时间:
2020-05-29 21:26:06
阅读次数:
81
问题:v28 error: resource android:attr/dialogCornerRadius not found. 解决:compileSdkVersion,targetSdkVersion,buildToolsVersion修改为一致,例如都是28. 分析:可能版本不统一,导致文件 ...
分类:
移动开发 时间:
2020-05-29 17:58:35
阅读次数:
70
https://www.cnblogs.com/me80/p/7218883.html 安装步骤:1、使用putty或类似的SSH工具登陆VPS或服务器; 登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum install ...
分类:
其他好文 时间:
2020-05-29 17:39:41
阅读次数:
69