09 2015 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;//引用namespa... 阅读全文
posted @ 2015-09-29 23:43 人走茶亦凉 阅读(1614) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication17{ abst... 阅读全文
posted @ 2015-09-25 00:35 人走茶亦凉 阅读(156) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication12{ clas... 阅读全文
posted @ 2015-09-24 00:37 人走茶亦凉 阅读(286) 评论(0) 推荐(0) 编辑
摘要:namespace 计算器{ class student //这是类 { public int age = 18; //18为字段 public int xuehao = 20118; int add(int a, int y)//这是个方法... 阅读全文
posted @ 2015-09-22 00:29 人走茶亦凉 阅读(105) 评论(0) 推荐(0) 编辑
摘要:面向对象(Object Oriented,简称OO)是当前计算机界关心的重点,它是90年代软件开发方法的主流。面向对象的概念和应用已超越了程序设计和软件开发,扩展到很宽的范围。如数据库系统、交互式界面、应用结构、应用平台、分布式系统、网络管理结构、CAD技术、人工智能等领域。表面来看,面向对象这个术... 阅读全文
posted @ 2015-09-20 23:14 人走茶亦凉 阅读(179) 评论(0) 推荐(0) 编辑
摘要:无标题文档这是另一个元素这是一个元素 阅读全文
posted @ 2015-09-16 23:37 人走茶亦凉 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-11 23:17 人走茶亦凉 阅读(254) 评论(0) 推荐(0) 编辑
摘要:样式表-->隐藏的同时空间保留着隐藏的同时空间也隐藏了我的外部样式表我的类样式表我的id连接(相同id只能引用一次)我的内联样式表我的内联样式表1234567890- 阅读全文
posted @ 2015-09-06 23:24 人走茶亦凉 阅读(142) 评论(0) 推荐(0) 编辑
摘要:table 简单布局table布局这是头部这是左半部这是右半部这是下部div 简单布局idv布局头部左半部分右半部分底部对比:个人觉得table简单好理解,就像垒砖一块挨一块,踏实。 而div更具特色,就像泼墨,随便勾画几笔便是巨作。 简单 说table 和 div 各有各的好处。头部左半部分右半部... 阅读全文
posted @ 2015-09-05 22:44 人走茶亦凉 阅读(292) 评论(0) 推荐(0) 编辑
摘要:CSS是Cascading style Sheets的简称,中文译作“层叠样式表单”,我把它叫作“层叠样式表”,我感到这样顺口一 点,没别的意思。实际上它是一组样式。你可能对CSS这个名词比较陌生,实际上无论你用Internet Explorer还是 Netscape Navigator在网上冲浪,... 阅读全文
posted @ 2015-09-05 22:35 人走茶亦凉 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-01 22:47 人走茶亦凉 阅读(83) 评论(0) 推荐(0) 编辑
摘要:div+css布局的好处:1.符合W3C标准,代码结构清晰明了,结构、样式和行为分离,带来足够好的可维护性。2.布局精准,网站版面布局修改简单。3.加快了页面的加载速度(最重要的)(在IE中要将整个table加载完了才显示内容)4.节约站点所占的空间和站点的流量。5.用只包含结构化内容的HTML代替... 阅读全文
posted @ 2015-09-01 22:33 人走茶亦凉 阅读(249) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示