上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: public partial class Form2 : Form { public Form2() { InitializeComponent(); } private Form1 jishiben; ... 阅读全文
posted @ 2016-01-11 22:32 左转右转 阅读(649) 评论(0) 推荐(0) 编辑
摘要: private string biaodashi="";//存放表达式 private string preyunxuanfu="";//存放上一步的运算符 private double sum = 0; private bool isok = false;... 阅读全文
posted @ 2016-01-11 10:29 左转右转 阅读(280) 评论(0) 推荐(0) 编辑
摘要: public void showform(Form f) { int count = 0;//用来记录是否有打开的窗体 foreach(Form ff in this.MdiChildren)//遍历容器中已经打开的窗体 ... 阅读全文
posted @ 2016-01-09 09:32 左转右转 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1、类的访问权限: public;跨程序集,命名空间,必须被using引用; internal:默认当前命名空间;2、类成员的访问权限: private:私有的,只能当前类; protecte:受保护的,当前类以及子类 public:公共的,跨程序集; internal:当前命名空间,但是随着类... 阅读全文
posted @ 2015-12-24 17:16 左转右转 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 class student 2 { 3 public int _code; 4 public int Code//属性 5 { 6 //获取值 7 get 8 { 9... 阅读全文
posted @ 2015-12-24 11:53 左转右转 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 1 for (int i = 0; i < 10; i++) 2 { 3 student.b++;//静态字段若不赋值,默认为1; 4 new student().a++;//引用类型变量定义后,必须使用new... 阅读全文
posted @ 2015-12-24 11:35 左转右转 阅读(372) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons... 阅读全文
posted @ 2015-12-24 11:02 左转右转 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1、CSS包含:标准文档流,浮动,绝对定位 标准文档流的特点:从上到下,从左到右,输出文档内容 盒子模型:块级元素(div ui li dl dt p)与行级元素(span strong img input) 盒子模型:边框(border)外边框(margin)内边框(padding)内容(con... 阅读全文
posted @ 2015-12-03 22:23 左转右转 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 1、position:fixed b2、position:absolutecede3、position:relativebbb 阅读全文
posted @ 2015-12-02 21:54 左转右转 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1、HTML表单邮箱:需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱登陆用户名:仅在登录时使用,字符数不少于4个显示名称;即昵称,字符数不少于2个密码;确认密码;至少8位,必须包含字母,数字,特殊字符性别:男 女喜好:2、CSS样式和谐的关系会让你心情舒畅,,但人生总不可能... 阅读全文
posted @ 2015-12-02 09:02 左转右转 阅读(2813) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页