- 博客(2)
- 收藏
- 关注
原创 在服务器上安装redhat系统
安装redhat 7.2操作系统1.插入光盘,选择安装,安装开始,选择英语,next.2.选择Date&Time 选择Asia shanghai,调整好时间,Done.3.选择SOFTWARE SELECTION ,左边一栏选择server with GUI,右边选择自己所需的软件包.Done.4.选择INSTALLATION ,选择自己分区./boot/efic 500M
2017-06-23 19:35:10
1509
原创 求三位数相乘的最大回文数?
public class Test { public static void main(String[] args){int i,j ;int a = 0,b=0;int m;int max = 0;for( i=999;i>=100;i--){for( j=999;j>=100;j--){m = i*j;if(Pdr(m)){ if(m>ma
2017-05-12 15:22:36
1406
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人