12 2015 档案
摘要:1、类的访问权限: public;跨程序集,命名空间,必须被using引用; internal:默认当前命名空间;2、类成员的访问权限: private:私有的,只能当前类; protecte:受保护的,当前类以及子类 public:公共的,跨程序集; internal:当前命名空间,但是随着类...
阅读全文
摘要:1 class student 2 { 3 public int _code; 4 public int Code//属性 5 { 6 //获取值 7 get 8 { 9...
阅读全文
摘要:1 for (int i = 0; i < 10; i++) 2 { 3 student.b++;//静态字段若不赋值,默认为1; 4 new student().a++;//引用类型变量定义后,必须使用new...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
阅读全文
摘要:1、CSS包含:标准文档流,浮动,绝对定位 标准文档流的特点:从上到下,从左到右,输出文档内容 盒子模型:块级元素(div ui li dl dt p)与行级元素(span strong img input) 盒子模型:边框(border)外边框(margin)内边框(padding)内容(con...
阅读全文
摘要:1、position:fixed b2、position:absolutecede3、position:relativebbb
阅读全文
摘要:1、HTML表单邮箱:需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱登陆用户名:仅在登录时使用,字符数不少于4个显示名称;即昵称,字符数不少于2个密码;确认密码;至少8位,必须包含字母,数字,特殊字符性别:男 女喜好:2、CSS样式和谐的关系会让你心情舒畅,,但人生总不可能...
阅读全文