上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 156 下一页
摘要: 一、系统函数 1。convert(类型[length] ,表达式[,样式]) 2.isnull(表达式,默认值) 字符函数: len() 长度 ltrim()|rtrim()去除左右空格 right()|left()截取右边或左边字符 substring();按位置和长度截取 日期函数: ... 阅读全文
posted @ 2016-11-05 18:32 穆雄雄 阅读(239) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static... 阅读全文
posted @ 2016-11-04 23:24 穆雄雄 阅读(102) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static void main(String[] args) { int rows = 0;... 阅读全文
posted @ 2016-11-04 23:23 穆雄雄 阅读(461) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static... 阅读全文
posted @ 2016-11-04 23:23 穆雄雄 阅读(191) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) {... 阅读全文
posted @ 2016-11-04 23:22 穆雄雄 阅读(90) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) { int way = 1; //买法 int k = 0; //雏鸡数 for... 阅读全文
posted @ 2016-11-04 23:21 穆雄雄 阅读(427) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) {... 阅读全文
posted @ 2016-11-04 23:21 穆雄雄 阅读(92) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;/** * 打印九九乘法表 */public class MulTable { public static void main(String[] args)... 阅读全文
posted @ 2016-11-04 23:18 穆雄雄 阅读(110) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;/** * 打印九九乘法表 */public class MulTable { public static void main(String[] args) { int rows = 9; //乘法表的行数 for(int i... 阅读全文
posted @ 2016-11-04 23:17 穆雄雄 阅读(435) 评论(0) 推荐(0)
摘要: package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印等腰三角形 */public class IsoTriangle { public static void main(String[] args) { int ro... 阅读全文
posted @ 2016-11-04 23:17 穆雄雄 阅读(1407) 评论(0) 推荐(0)
上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 156 下一页