摘要: New : HTML5 中的新标签。标签描述定义注释。定义文档类型。定义锚。定义缩写。定义只取首字母的缩写。定义文档作者或拥有者的联系信息。不赞成使用。定义嵌入的 applet。定义图像映射内部的区域。定义文章。定义页面内容之外的内容。定义声音内容。定义粗体字。定义页面中所有链接的默认地址或默认目标... 阅读全文
posted @ 2014-10-28 10:17 大大大大大米饭 阅读(103) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-09-29 15:38 大大大大大米饭 阅读(103) 评论(0) 推荐(0)
摘要: class Program { static void Main(string[] args) { int a = int.Parse(Console.ReadLine()); int b = int.Parse(Console.ReadLine()); a = a < 0 ? -a ... 阅读全文
posted @ 2014-09-24 09:15 大大大大大米饭 阅读(183) 评论(0) 推荐(0)
摘要: function tanchu(){alert('对,你没看错,我就是世界上最帅的');setTimeout(tanchu(),5000); 阅读全文
posted @ 2014-09-19 15:49 大大大大大米饭 阅读(152) 评论(0) 推荐(0)
摘要: 无标题文档 呼伦贝尔职业技术学院信息工程系13大专卜宇民 阅读全文
posted @ 2014-09-19 15:03 大大大大大米饭 阅读(150) 评论(0) 推荐(0)
摘要: namespace ConsoleApplication1{ class Program { static void Main(string[] args) { string a = "*"; for (int i = 0; i < 3; i++)//(有多少行) { for (int j = ... 阅读全文
posted @ 2014-09-17 09:31 大大大大大米饭 阅读(97) 评论(1) 推荐(0)