报警:Freeinodeson/var(percentage)(linuxhost:vfs.fs.inode[/var,pfree]):20%故障原因:/var/spool/postfix/maildrop小文件太多造成inode索引使用完1)查看inode使用状况;#df-i
/dev/sda398542478877719664781%/var切换到目录/var,检查哪个目录占用inode多#find*/!-typel|c..
分类:
其他好文 时间:
2015-03-04 21:14:10
阅读次数:
163
在实际工作中,常常需要设定数字的输出格式,如以百分比的形式输出,或者设定小数位数等,现稍微总结如下
主要使用的类:java.text.DecimalFormat
1。实例化对象,可以用如下两种方法:
代码如下:
DecimalFormat df=(DecimalFormat)NumberFormat.getInstance();
...
分类:
编程语言 时间:
2015-03-04 14:39:42
阅读次数:
148
DF-LDA:
is perhaps the earliest KBTM, which can incorporate two forms of prior knowledge from the user: must-links and cannot-links.
[Andrzejewski, David, Zhu, Xiaojin, and Craven, Mark. Incorporati...
分类:
其他好文 时间:
2015-03-03 18:40:31
阅读次数:
139
指令:df 检查文件系统的磁盘空间使用情况 。可以查看所有已挂载磁盘的总容量、使用空间、剩余空间、挂载位置等...
分类:
系统相关 时间:
2015-03-03 16:46:29
阅读次数:
180
df<-data.frame( x=c(3,1,5), y=c(2,4,6), label=c("a","b","c"))p<-ggplot(df,aes(x,y))+xlab(NULL)+ylab(NULL)p+geom_point()+labs(title="geom_point")p+g...
分类:
其他好文 时间:
2015-03-03 11:12:41
阅读次数:
234