文章目录

  • corrplot()
    • 介绍
    • 用法
    • 实例:
  • corrplot.mixed()
    • 用法
    • 实例

corrplot()

介绍

该函数实现了对correlation矩阵和置信区间的图示化。并且它也可以对一般的矩阵实现可视化只需要设置is.corr = FALSE.

用法

corrplot(corr,method = c("circle", "square", "ellipse", "number", "shade", "color", "pie"),type = c("full", "lower", "upper"),add = FALSE,col = NULL,col.lim = NULL,bg = "white",title = "",is.corr = TRUE,diag = TRUE,outline = FALSE,mar = c(0, 0, 0, 0),addgrid.col = NULL,addCoef.col = NULL,addCoefasPercent = FALSE,order = c("original", "AOE", "FPC", "hclust", "alphabet"),hclust.method = c("complete", "ward", "ward.D", "ward.D2", "single", "average","mcquitty", "median", "centroid"),addrect = NULL,rect.col = "black",rect.lwd = 2,tl.pos = NULL,tl.cex = 1,tl.col = "red",tl.offset = 0.4,tl.srt = 90,cl.pos = NULL,cl.length = NULL,cl.cex = 0.8,cl.ratio = 0.15,cl.align.text = "c",cl.offset = 0.5,number.cex = 1,number.font = 2,number.digits = NULL,addshade = c("negative", "positive", "all"),shade.lwd = 1,shade.col = "white",p.mat = NULL,sig.level = 0.05,insig = c("pch", "p-value", "blank", "n", "label_sig"),pch = 4,pch.col = "black",pch.cex = 3,plotCI = c("n", "square", "circle", "rect"),lowCI.mat = NULL,uppCI.mat = NULL,na.label = "?",na.label.col = "black",win.asp = 1,...
)

参数介绍:

  • corr
    用于可视化的相关系数矩阵,必须是方阵。对于一般的矩阵需要使用is.corr = FALSE.

  • method :
    字符。用于实现相关系数矩阵的方法。目前,支持的方法有 ‘circle’ (default), ‘square’, ‘ellipse’, ‘number’, ‘pie’, ‘shade’ and ‘color’. 其中,圆和正方形的面积表示相关系数绝对值的大小。

  • type
    字符。 ‘full’ (default), ‘upper’ 或者’lower’, 将展示出全矩阵,下三角矩阵或者上三角矩阵。

  • add
    逻辑值。如果是 TRUE, 该图形将添加到已存在的作图系统里。

  • col:
    向量。表示字符的颜色。如果为NULL,col将会是colorRampPalette(col2)(200).

  • col.lim
    限制进行分配颜色的区间 (x1, x2)。当is.corr是TRUE时,col.lim=ULL表示 col.lim=c(-1, 1) ; 当当is.corr是FALSE时, col.lim=NUL表示col.lim=c(min(corr), max(corr)) .
    注意:当is.corr=TRUE时,尽管我们对col.lim进行赋值,色标的分配依然是在[-1, 1]中, 它只会影响色标标注的显示.

  • bg
    背景色

  • title
    字符。图形的标题。

  • is.corr

  • 逻辑值。 当输入的是相关系数矩阵赋值为TRUE,一般矩阵赋值为FALSE.

  • diag :
    逻辑值。是否显示对角线上的相关系数。

  • outline :
    逻辑值或者字符。表示是否作出circles, square 和ellipse的轮廓线, 或者这些字符的颜色。对于pie, 这表示pie的颜色轮廓。如果outline=TRUE, 表示默认值为black.

  • mar :和参数par类似。

  • addgrid.col
    网格的颜色。如果是NA, 则不添加grid. 如果是NULL, 表示选择了默认值。而默认值是依赖于method的,如果method是 color或者shade, 网格的颜色是NA,也即不作出网格线。

  • addCoef.col
    将图形中的相关系数数字添加颜色。如果是NULL (default), 表示不显示数字。

  • addCoefasPercent :
    逻辑值。表示是否将系数转化为百分比的形式。

  • order:
    字符。对相关系数矩阵的排序方式。
    取值有:

    • ‘original’ for original order (default).
    • ‘AOE’ for the angular order of the eigenvectors.
    • ‘FPC’ for the first principal component order.
    • ‘hclust’ for the hierarchical clustering order.
    • ‘alphabet’ for alphabetical order.
      See function corrMatOrder for details.
  • hclust.method:
    字符, 如果order=“hclust”,就表示聚类的方法,可选的有 ‘ward’, ‘ward.D’, ‘ward.D2’, ‘single’, ‘complete’, ‘average’, ‘mcquitty’, ‘median’ or ‘centroid’.

  • addrect:
    整数。作出的举行个数,基于的是聚类的等级。只有当order="hclust"时,才有作用。默认值是NULL表示不添加矩形。

  • rect.col
    矩形边框的颜色,只有当addrect是合适的或者大于1的时候才合法。

  • rect.lwd :
    数值。矩形的轮廓线宽,只有当addrect是合适的或者大于1的时候才合法。

  • tl.pos:
    字符或者逻辑值。表示labels的位置。如果是字符则必须是 ‘lt’, ‘ld’, ‘td’, ‘d’ or ‘n’. ‘lt’(default if type==‘full’) means left and top, ‘ld’(default if type==‘lower’) means left and diagonal, ‘td’(default if type==‘upper’) means top and diagonal(near), ‘d’ means diagonal, ‘n’ means don’t add text-label.

  • tl.cex :
    数值,表示文本标注(变量名)的字符大小.

  • tl.col:
    文本标注的颜色。

  • tl.offset :
    数值。用于对文本标注的处理。可见text.

  • tl.srt:
    数值。表示文本标注字符串旋转的角度,可见text.

  • cl.pos:
    字符或者逻辑值。表示色标的位置。如果是字符,必须是其中之一’r’ (default if type==‘upper’ or ‘full’), ‘b’ (default if type==‘lower’) or ‘n’, ‘n’ means don’t draw color-legend.

  • cl.length:
    整数。the number of number-text in color-legend, passed to colorlegend. If NULL, cl.length is length(col) + 1 when length(col) <=20; cl.length is 11 when length(col) > 20

  • cl.cex
    Numeric, cex of number-label in color-legend, passed to colorlegend.

  • cl.ratio :
    Numeric, to justify the width of color-legend, 0.1~0.2 is suggested.

  • cl.align.text
    Character, ‘l’, ‘c’ (default) or ‘r’, for number-label in color-legend, ‘l’ means left, ‘c’ means center, and ‘r’ means right.

  • cl.offset
    Numeric, for number-label in color-legend, see text.

  • number.cex :
    The cex parameter to send to the call to text when writing the correlation coefficients into the plot.

  • number.font
    the font parameter to send to the call to text when writing the correlation coefficients into the plot.

  • number.digits
    indicating the number of decimal digits to be added into the plot. Non-negative integer or NULL, default NULL.

  • addshade
    Character for shade style, ‘negative’, ‘positive’ or ‘all’, only valid when method is ‘shade’. If ‘all’, all correlation coefficients’ glyph will be shaded; if ‘positive’, only the positive will be shaded; if ‘negative’, only the negative will be shaded. Note: the angle of shade line is different, 45 degrees for positive and 135 degrees for negative.

  • shade.lwd
    Numeric, the line width of shade.

  • shade.col
    The color of shade line.

  • p.mat
    Matrix of p-value, if NULL, parameter sig.level, insig, pch, pch.col, pch.cex are invalid.

  • sig.level
    Significant level, if the p-value in p-mat is bigger than sig.level, then the corresponding correlation coefficient is regarded as insignificant. If insig is ‘label_sig’, this may be an increasing vector of significance levels, in which case pch will be used once for the highest p-value interval and multiple times (e.g. ‘’, '’, '’) for each lower p-value interval.

  • insig
    Character, specialized insignificant correlation coefficients, ‘pch’ (default), ‘p-value’, ‘blank’, ‘n’, or ‘label_sig’. If ‘blank’, wipe away the corresponding glyphs; if ‘p-value’, add p-values the corresponding glyphs; if ‘pch’, add characters (see pch for details) on corresponding glyphs; if ‘n’, don’t take any measures; if ‘label_sig’, mark significant correlations with pch (see sig.level).

  • pch
    Add character on the glyphs of insignificant correlation coefficients(only valid when insig is ‘pch’). See par.

  • pch.col
    The color of pch (only valid when insig is ‘pch’).

  • pch.cex
    The cex of pch (only valid when insig is ‘pch’).

  • plotCI
    Character, method of ploting confidence interval. If ‘n’, don’t plot confidence interval. If ‘rect’, plot rectangles whose upper side means upper bound and lower side means lower bound, respectively. If ‘circle’, first plot a circle with the bigger absolute bound, and then plot the smaller. Warning: if the two bounds are the same sign, the smaller circle will be wiped away, thus forming a ring. Method ‘square’ is similar to ‘circle’.

  • lowCI.mat
    Matrix of the lower bound of confidence interval.

  • uppCI.mat
    Matrix of the upper bound of confidence interval.

  • na.label
    Label to be used for rendering NA cells. Default is ‘?’. If ‘square’, then the cell is rendered as a square with the na.label.col color.

  • na.label.col
    Color used for rendering NA cells. Default is ‘black’.

  • win.asp
    Aspect ration for the whole plot. Value other than 1 is currently compatible only with methods ‘circle’ and ‘square’.


  • Additional arguments passing to function text for drawing text label.

实例:

library(corrplot)
data(mtcars)
M = cor(mtcars)
set.seed(0)##  different color series
col0 = colorRampPalette(c('white', 'cyan', '#007FFF', 'blue','#00007F'))
col1 = colorRampPalette(c('#7F0000', 'red', '#FF7F00', 'yellow', 'white','cyan', '#007FFF', 'blue','#00007F'))
col2 = colorRampPalette(c('#67001F', '#B2182B', '#D6604D', '#F4A582','#FDDBC7', '#FFFFFF', '#D1E5F0', '#92C5DE','#4393C3', '#2166AC', '#053061'))
col3 = colorRampPalette(c('red', 'white', 'blue'))
col4 = colorRampPalette(c('#7F0000', 'red', '#FF7F00', 'yellow', '#7FFF7F','cyan', '#007FFF', 'blue', '#00007F'))wb = c('white', 'black')par(ask = TRUE)## different color scale and methods to display corr-matrix
corrplot(M, method = 'number', col = 'black', cl.pos = 'n')
corrplot(M, method = 'number')
corrplot(M)
corrplot(M, order = 'AOE')
corrplot(M, order = 'AOE', addCoef.col = 'grey')corrplot(M, order = 'AOE', col = col1(20), cl.length = 21, addCoef.col = 'grey')
corrplot(M, order = 'AOE', col = col1(10), addCoef.col = 'grey')corrplot(M, order = 'AOE', col = col2(200))
corrplot(M, order = 'AOE', col = col2(200), addCoef.col = 'grey')
corrplot(M, order = 'AOE', col = col2(20), cl.length = 21, addCoef.col = 'grey')
corrplot(M, order = 'AOE', col = col2(10), addCoef.col = 'grey')corrplot(M, order = 'AOE', col = col3(100))
corrplot(M, order = 'AOE', col = col3(10))corrplot(M, method = 'color', col = col1(20), cl.length = 21, order = 'AOE',addCoef.col = 'grey')
corrplot(M, method = 'square', col = col2(200), order = 'AOE')
corrplot(M, method = 'ellipse', col = col1(200), order = 'AOE')
corrplot(M, method = 'shade', col = col3(20), order = 'AOE')
corrplot(M, method = 'pie', order = 'AOE')## col = wb
corrplot(M, col = wb, order = 'AOE', outline = TRUE, cl.pos = 'n')## like Chinese wiqi, suit for either on screen or white-black print.
corrplot(M, col = wb, bg = 'gold2',  order = 'AOE', cl.pos = 'n')## mixed methods: It's more efficient if using function 'corrplot.mixed'
## circle + ellipse
corrplot(M, order = 'AOE', type = 'upper', tl.pos = 'd')
corrplot(M, add = TRUE, type = 'lower', method = 'ellipse', order = 'AOE',diag = FALSE, tl.pos = 'n', cl.pos = 'n')## circle + square
corrplot(M, order = 'AOE',type = 'upper', tl.pos = 'd')
corrplot(M, add = TRUE, type = 'lower', method = 'square', order = 'AOE',diag = FALSE, tl.pos = 'n', cl.pos = 'n')## circle + colorful number
corrplot(M, order = 'AOE', type = 'upper', tl.pos = 'd')
corrplot(M, add = TRUE, type = 'lower', method = 'number', order = 'AOE',diag = FALSE, tl.pos = 'n', cl.pos = 'n')## circle + black number
corrplot(M, order = 'AOE', type = 'upper', tl.pos = 'tp')
corrplot(M, add = TRUE, type = 'lower', method = 'number', order = 'AOE',col = 'black', diag = FALSE, tl.pos = 'n', cl.pos = 'n')## order is hclust and draw rectangles
corrplot(M, order = 'hclust')
corrplot(M, order = 'hclust', addrect = 2)
corrplot(M, order = 'hclust', addrect = 3, rect.col = 'red')
corrplot(M, order = 'hclust', addrect = 4, rect.col = 'blue')
corrplot(M, order = 'hclust', hclust.method = 'ward.D2', addrect = 4)## visualize a  matrix in [0, 1]
corrplot(abs(M), order = 'AOE', col.lim = c(0,1))
corrplot(abs(M), order = 'AOE', col = col1(20), col.lim = c(0,1))# when is.corr=TRUE, col.lim only affect the color legend
# If you change it, the color is still assigned on [-1, 1]
corrplot(M/2)
corrplot(M/2, col.lim=c(-0.5,0.5))# when is.corr=FALSE, col.lim is also used to assign colors
# if the matrix have both positive and negative values
# the matrix transformation keep every values positive and negative
corrplot(M*2, is.corr = FALSE, col.lim=c(-2, 2))
corrplot(M*2, is.corr = FALSE, col.lim=c(-2, 2) * 2)
corrplot(M*2, is.corr = FALSE, col.lim=c(-2, 2) * 4)## 0.5~0.6
corrplot(abs(M)/10+0.5, col=col0(10))
corrplot(abs(M)/10+0.5, is.corr = FALSE, col.lim=c(0.5,0.6), col=col0(10))## visualize a  matrix in [-100, 100]
ran = round(matrix(runif(225, -100,100), 15))
corrplot(ran, is.corr = FALSE)
corrplot(ran, is.corr = FALSE, col.lim = c(-100, 100))## visualize a  matrix in [100, 300]
ran2 = ran + 200# bad color
corrplot(ran2, is.corr = FALSE, col.lim = c(100, 300), col=col1(100))# good color
corrplot(ran2, is.corr = FALSE, col.lim = c(100, 300), col=col0(100))## text-labels and plot type
corrplot(M, order = 'AOE', tl.srt = 45)
corrplot(M, order = 'AOE', tl.srt = 60)
corrplot(M, order = 'AOE', tl.pos = 'd', cl.pos = 'n')
corrplot(M, order = 'AOE', diag = FALSE, tl.pos = 'd')
corrplot(M, order = 'AOE', type = 'upper')
corrplot(M, order = 'AOE', type = 'upper', diag = FALSE)
corrplot(M, order = 'AOE', type = 'lower', cl.pos = 'b')
corrplot(M, order = 'AOE', type = 'lower', cl.pos = 'b', diag = FALSE)#### color-legend
corrplot(M, order = 'AOE', cl.ratio = 0.2, cl.align = 'l')
corrplot(M, order = 'AOE', cl.ratio = 0.2, cl.align = 'c')
corrplot(M, order = 'AOE', cl.ratio = 0.2, cl.align = 'r')
corrplot(M, order = 'AOE', cl.pos = 'b')
corrplot(M, order = 'AOE', cl.pos = 'b', tl.pos = 'd')
corrplot(M, order = 'AOE', cl.pos = 'n')## deal with missing Values
M2 = M
diag(M2) = NA
corrplot(M2)
corrplot(M2, na.label = 'o')
corrplot(M2, na.label = 'NA')##the input matrix is not square
corrplot(M[1:8,])
corrplot(M[,1:8])testRes = cor.mtest(mtcars, conf.level = 0.95)## specialized the insignificant value according to the significant level
corrplot(M, p.mat = testRes$p, sig.level = 0.05, order = 'hclust', addrect = 2)## leave blank on no significant coefficient
corrplot(M, p.mat = testRes$p, method = 'circle', type = 'lower', insig='blank',addCoef.col ='black', number.cex = 0.8, order = 'AOE', diag=FALSE)## add p-values on no significant coefficients
corrplot(M, p.mat = testRes$p, insig = 'p-value')## add all p-values
corrplot(M, p.mat = testRes$p, insig = 'p-value', sig.level = -1)## add significant level stars
corrplot(M, p.mat = testRes$p, method = 'color', diag = FALSE, type = 'upper',sig.level = c(0.001, 0.01, 0.05), pch.cex = 0.9,insig = 'label_sig', pch.col = 'grey20', order = 'AOE')## add significant level stars and cluster rectangles
corrplot(M, p.mat = testRes$p, tl.pos = 'd', order = 'hclust', addrect = 2,insig = 'label_sig', sig.level = c(0.001, 0.01, 0.05), pch.cex = 0.9, pch.col = 'grey20')# Visualize confidence interval
corrplot(M, lowCI = testRes$lowCI, uppCI = testRes$uppCI, order = 'hclust',tl.pos = 'd', rect.col = 'navy', plotC = 'rect', cl.pos = 'n')# Visualize confidence interval and cross the significant coefficients
corrplot(M, p.mat = testRes$p, lowCI = testRes$lowCI, uppCI = testRes$uppCI,addrect = 3, rect.col = 'navy', plotC = 'rect', cl.pos = 'n')res1 = cor.mtest(mtcars, conf.level = 0.95)
res2 = cor.mtest(mtcars, conf.level = 0.99)## plot confidence interval(0.95), 'circle' method
corrplot(M, low = res1$uppCI, upp = res1$uppCI,plotCI = 'circle', addg = 'grey20', cl.pos = 'n')
corrplot(M, p.mat = res1$p, low = res1$lowCI, upp = res1$uppCI,plotCI = 'circle', addg = 'grey20', cl.pos = 'n')
corrplot(M, low = res1$lowCI, upp = res1$uppCI,col = c('white', 'black'), bg = 'gold2', order = 'AOE',plotCI = 'circle', cl.pos = 'n', pch.col = 'red')
corrplot(M, p.mat = res1$p, low = res1$lowCI, upp = res1$uppCI,col = c('white', 'black'), bg = 'gold2', order = 'AOE',plotCI = 'circle', cl.pos = 'n', pch.col = 'red')## plot confidence interval(0.95), 'square' method
corrplot(M, low = res1$lowCI, upp = res1$uppCI,col = c('white', 'black'), bg = 'gold2', order = 'AOE',plotCI = 'square', addg = NULL, cl.pos = 'n')
corrplot(M, p.mat = res1$p, low = res1$lowCI, upp = res1$uppCI,col = c('white','black'), bg = 'gold2', order = 'AOE', pch.col = 'red',plotCI = 'square', addg = NULL, cl.pos = 'n')## plot confidence interval0.95, 0.95, 0.99, 'rect' method
corrplot(M, low = res1$lowCI, upp = res1$uppCI, order = 'hclust',rect.col = 'navy', plotCI = 'rect',cl.pos = 'n')
corrplot(M, p.mat = res1$p, low = res1$lowCI, upp = res1$uppCI,order = 'hclust', pch.col = 'red', sig.level = 0.05, addrect = 3,rect.col = 'navy', plotCI = 'rect', cl.pos = 'n')
corrplot(M, p.mat = res2$p, low = res2$lowCI, upp = res2$uppCI,order = 'hclust', pch.col = 'red', sig.level = 0.01, addrect = 3,rect.col = 'navy', plotCI = 'rect', cl.pos = 'n')## an animation of changing confidence interval in different significance level
## begin.animaton
par(ask = FALSE)
for (i in seq(0.1, 0, -0.005)) {tmp = cor.mtest(mtcars, conf.level = 1 - i)corrplot(M, p.mat = tmp$p, low = tmp$lowCI, upp = tmp$uppCI, order = 'hclust',pch.col = 'red', sig.level = i, plotCI = 'rect', cl.pos = 'n',mar = c(0, 0, 1, 0),title = substitute(alpha == x,list(x = format(i, digits = 3, nsmall = 3))))Sys.sleep(0.15)
}
## end.animaton

部分结果如下:







corrplot.mixed()

该函数实现了矩阵上下三角阵不同的图形模式

用法

corrplot.mixed(corr,lower = "number",upper = "circle",tl.pos = c("d", "lt", "n"),diag = c("n", "l", "u"),bg = "white",addgrid.col = "grey",lower.col = NULL,upper.col = NULL,plotCI = c("n", "square", "circle", "rect"),mar = c(0, 0, 0, 0),...
)

参数介绍:

  • corr
    Matrix, the correlation matrix to visualize.

  • lower
    Character, the visualization method for the lower triangular correlation matrix.

  • upper
    Character, the visualization method for the upper triangular correlation matrix.

  • tl.pos
    Character, ‘lt’, ‘d’ or ‘n’, giving position of text labels, ‘lt’ means left and top, ‘d’ means diagonal. If ‘n’, add no textlabel.

  • diag
    Character, for specifying the glyph on the principal diagonal. It is one of ‘n’ (default, draw nothing), ‘l’ (draw the glyphs of lower triangular) or ‘u’ (draw the glyphs of upper triangular).

  • bg
    The background color.

  • addgrid.col
    See the addgrid.col parameter in the function corrplot

  • lower.col
    Passed as col parameter to the lower matrix.

  • upper.col
    Passed as col parameter to the upper matrix.

  • plotCI
    See the plotCI parameter in the function corrplot

  • mar
    See par.

实例

M = cor(mtcars)
ord = corrMatOrder(M, order = 'AOE')
M2 = M[ord,ord]corrplot.mixed(M2)
corrplot.mixed(M2, lower = 'ellipse', upper = 'circle')
corrplot.mixed(M2, lower = 'square', upper = 'circle')
corrplot.mixed(M2, lower = 'shade', upper = 'circle')
corrplot.mixed(M2, tl.pos = 'lt')
corrplot.mixed(M2, tl.pos = 'lt', diag = 'u')
corrplot.mixed(M2, tl.pos = 'lt', diag = 'l')
corrplot.mixed(M2, tl.pos = 'n')

结果如下:







R语言中的函数11:corrplot::corrplot()和corrplot.mixed()相关推荐

  1. R开发(part8)--应用R语言中的函数环境空间

    学习笔记,仅供参考,有错必纠 文章目录 R开发 应用R语言中的函数环境空间 R语言的函数环境空间 封闭环境 绑定环境 运行环境 调用环境 函数环境空间图示 R开发 应用R语言中的函数环境空间 R语言的 ...

  2. R语言中的函数20:parse(),eval()和do.call()

    文章目录 parse()函数的用法 实例 eval()函数的用法 实例: do.call()函数的用法 实例 实现对多个数据框的合并 parse()函数的用法 parse()可以把字符串解析为R语言的 ...

  3. R语言中的函数基本知识点

    @[R语言中的plot()函数的用法] plot() pch 点符号类型 cex 点符号大小lty 线条类型 lty=1代表实线,2至6都是虚线,虚的程度不一样lwd 线条宽度col 颜色xlim y ...

  4. R语言中的函数5:purrr:map()

    文章目录 前言 map(.x,.f,...),map2(.x,.y,.f,...),pmap(.I,.f,...) 数据准备 map()测试 map2()测试 pmap()测试 map_lgl(),m ...

  5. R语言中的函数5:purrrmap()

    文章目录 前言 map(.x,.f,-),map2(.x,.y,.f,-),pmap(.I,.f,-) 数据准备 map()测试 map2()测试 pmap()测试 map_lgl(),map2_lg ...

  6. R语言中的函数17:as.Date()和as.POSIXlt()

    文章目录 as.Date()介绍 as.Date()实例 format()函数 format()函数实例 as.POSIXlt()函数和as.POSIXct()函数 实例 POSIXct()和POSI ...

  7. java把二维转换为一维_在R语言中什么函数可以将二维数组转换成一维数组

    满意答案 vi31892i 2013.09.11 采纳率:44%    等级:11 已帮助:6956人 这好象是汇编语言的问题吧 举个例子吧 #include "iostream.h&quo ...

  8. R语言中的函数1:outer(张量积)

    含义 1.outer()相当于张量积,不过这里不单单实现了数值运算还实现了更丰富的运算. 2.outer(x,y, fun)的输出是一个矩阵,记作A. 元素A中的元素A[i,j]=fun(x[i],y ...

  9. R语言中的函数2:predict()

    目录 predict()的用法 函数形式 参数介绍 predict.glm()的用法 函数形式 参数介绍 输出介绍 实例 predict.lm()的用法 参数含义 实例 predict()的用法 函数 ...

最新文章

  1. docker 数据共享,数据复制
  2. 建立linux两用户之间的信任关系
  3. Electron Built-in AutoUpdater 踩坑记录
  4. SAP 手工清帐处理
  5. 【直播预告】第四范式Intel AI应用与异构内存编程挑战赛
  6. 如何对依赖ZooKeeper的代码写单元测试
  7. Android 发起加入QQ群、打开网址、启动拨打电话界面
  8. python文本筛选html_python 正则表达式过滤文本中的html标签 源代码解析
  9. Kubernetes教程 - Kubernetes综合指南(Use Guide)
  10. T-SQL语言(一)
  11. 项目进度计划表_18份施工进度计划图 | 开工必备,都给你整理好了
  12. c4d流体插件_C4D流体烟雾模拟插件TurbulenceFD C4D v1.0.1437中文版流体
  13. origin柱状图坐标标签_使用Origin绘制双Y轴柱状图的方法
  14. java中解决脏读_JAVA数据脏读
  15. Delphi使用逍遥安卓模拟器
  16. Codeforces 868C - Qualification Rounds 思维
  17. word分栏 公式居中对齐 自动编号
  18. n1盒子openwrt某个容器无法启动 启动直接死机
  19. udf开发入门(python udf、hive udf)
  20. java 内存不释放_java无法内存释放的问题

热门文章

  1. SAP MM ME21N保存前检查增强
  2. MCS-51单片机原理与接口技术--阅读笔记(原创)
  3. Exchange Server 2010 SP2 高可用性(六)---配置OWA
  4. 【设计模式】策略模式+工厂模式动态绑定类名的几种方式
  5. Hibernate One to Many 迟延加载分析
  6. 金蝶云如何html5登录,可以在移动端进行云之家登录,也可以通过网页登录
  7. 南邮STITP 基于图挖掘的大规模动态交互网络热点区域识别及分布式处理 立项书
  8. (二)Java解析XML:一个简单的解析XML文件的例子
  9. java百度实时人脸检测_Java对接百度智能云人脸识别
  10. 抖音人设打造的好处,抖音如何打造爆款视频:国仁楠哥