Python3 安装pip 提示ModuleNotFoundError: No module named 'distutils.util' 环境ubutun14,python版本是python3.6. 今天在安装Pip 时出现ModuleNotFoundError: No module named ...
分类:
编程语言 时间:
2019-12-18 09:27:24
阅读次数:
317
默认设置maven File——Other Settings——Settings for New Projects... 设置默认JDK File——Other Settings——Structure for New Projects... 自动编译开关 File——Settings 自定义背景图片 ...
分类:
其他好文 时间:
2019-12-17 14:48:29
阅读次数:
172
本文聊一个工具类,MapStruct ,它是一个在 dto,po(do/entity),vo 等这些 pojo 中转换字段的一个工具,在应用中经常有这样的转换,在 spring 和 apache commons 中也有 BeanUtils 复制,但不够灵活, "我之前也用反射写过一个字段复制" ,这 ...
分类:
其他好文 时间:
2019-12-16 11:28:55
阅读次数:
103
Note 2: Complain1. The collection of Linkun's [1]:1.1suckIf someone says that something sucks, they are indicating that they think it is very bad. [V] ...
分类:
其他好文 时间:
2019-12-15 12:38:59
阅读次数:
73
选择 "File"->"New"->"Other",看不见AmaterasUML选项,则执行下面的操作:1将Eclipse安装目录下的/configuration/org.eclipse.update删除 2以管理员身份运行命令行,打开Eclipse安装目录文件夹(使用命令“cd 文件夹路径”) 输 ...
分类:
系统相关 时间:
2019-12-15 12:16:00
阅读次数:
173
狄利克雷卷积是函数与函数之间的运算 运算定义为:$(f*g)(x) = \sum_{d|x}{f(d) * g(\frac{x}{d})}$ 该运算有交换律:$f*g=g*f$ 有结合律:$f*(g*h)=(f*g)*h$ 有分配率:$f*(g+h)=f*g+f*h$ 在这种新定义的运算中有许多特殊 ...
分类:
其他好文 时间:
2019-12-15 00:57:39
阅读次数:
78
前言 这节说一下多个文件调用 多个文件之间变量调用 准备两个文件 init.lua other.lua 开始 模块默认一开始调用的是init.lua 咱让init.lua调用 other.lua 很简单 dofile("other.lua") 注意: 因为是init.lua 调用 other.lua ...
分类:
编程语言 时间:
2019-12-14 09:17:33
阅读次数:
112
1,简单句+祈使句 主谓宾 I love you I like this I heard you I am happy pullover don't do that come on go ahead 2,宾语从句+表语从句+一般疑问句+特殊疑问句+复合句(fanboys ) I think that ...
分类:
其他好文 时间:
2019-12-13 19:53:52
阅读次数:
100
Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are n ...
分类:
其他好文 时间:
2019-12-12 23:34:25
阅读次数:
99
处理中间键报DBNULL的错误 [ PATIENT_ID = 2889706, PATIENT_NUM = 29275, TIMES = 1 ] Object cannot be cast from DBNull to other types. at System.DBNull.System.ICo ...
分类:
数据库 时间:
2019-12-12 19:34:53
阅读次数:
117