08 2018 档案
摘要:需求:实体是blog 和author 关系是一对一,查询 blog 以及 blog 的作者信息 嵌套查询 xml select from blog where bid = {id, jdbcType=INTEGER}
阅读全文
摘要:打印的格式如下: 值:2,位于: 3,6,9 值:2,位于: 3,6,9 值:2,位于: 3,6,9 .................................... public static void main(String[] args) { int[] nums = {12, 18,
阅读全文
摘要:package com.chuang; public class YangHui2 { public static void main(String[] args) { //二维数组存储杨辉三角形的数据 int[][] arr = new int[10][10]; for (int x = 0; x
阅读全文

浙公网安备 33010602011771号