2016年12月5日

IO流的异常处理

摘要: import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException; public class Demo4 { public static 阅读全文

posted @ 2016-12-05 17:42 梦想夹带眼泪 阅读(159) 评论(0) 推荐(0)

2016年11月14日

java for循环 <数字金子塔>

摘要: import java.util.*; class Demo{ public static void main(String[] arge){ //输入一个0~9的整数 Scanner sca = new Scanner(System.in); int num = sca.nextInt(); fo 阅读全文

posted @ 2016-11-14 20:33 梦想夹带眼泪 阅读(447) 评论(0) 推荐(0)

2016年11月5日

JS-微博发布

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>微博发布</title> <style type="text/css"> *{ padding: 0; margin: 0; } ul { list-style: 阅读全文

posted @ 2016-11-05 08:55 梦想夹带眼泪 阅读(160) 评论(0) 推荐(0)

2016年10月28日

JavaScript 金字塔

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> for (var i = 1; i < 20; i++) { for (var j = 1; j < 阅读全文

posted @ 2016-10-28 15:42 梦想夹带眼泪 阅读(228) 评论(1) 推荐(1)

导航