public class ClassTest03 {
public static void main(String[] args) { for(int i=1,j=1;j<=9;j++){
if(i<j){
i++;
j=1;
System.out.println("");
}
else{
System.out.print(j+"*"+i+"="+i*j+" ");
//排版 低于两位数时多占一个空格
if(i*j<10)
System.out.print(" ");
}
}
}
}

最新文章

  1. 基于netty http协议栈的轻量级流程控制组件的实现
  2. Thinkpad 装 centos 7后发热量大处理
  3. 用OPencv配置vs2010
  4. Android网络通信库Volley简介
  5. android学习之activity
  6. JAVA 面向对象-2-继承(Inheritance)
  7. Android Material Design调色板
  8. Java 比较两日期相差天数
  9. ruby2.0(rails)以后版本的debug
  10. SVG的path的使用
  11. operator重载运算符
  12. Docker 控制组
  13. pyton 模块之 pysmb 文件上传和下载(linux)
  14. 函数和常用模块【day06】:hashlib模块(十三)
  15. uglifyjs-webpack-plugin 插件,drop_console 默认为 false(不清除 console 语句),drop_debugger 默认为 true(清除 debugger 语句)
  16. Calculate CAN bit timing parameters -- STM32
  17. 从云端到边缘 AI推动FPGA应用拓展
  18. Vim实用技巧系列 - 搜索
  19. mysql备份的 三种方式【转】
  20. 《转》深入理解Activity启动流程(三)–Activity启动的详细流程2

热门文章

  1. 第9课:备份mysql数据库、重写父类、unittest框架、多线程
  2. Springboot yml获取系统环境变量的值
  3. 十图详解TensorFlow数据读取机制(附代码)
  4. 5天突击GRE(155+170+4.0)
  5. 求二叉树的深度 python
  6. chrome 55 zepto tap事件出错?
  7. python全局替换文件内容脚本第1版
  8. 重写alert 方法(我胡汉三又回来了)
  9. softmax与logistic关系
  10. erl_0015 《硝烟中的erlang》 读书笔记002 “为过载做计划”