摘要:
PHP所提供的"重载"(overloading)是指动态地"创建"类属性和方法。我们是通过魔术方法(magic methods)来实现的。 当调用当前环境下未定义或不可见的类属性或方法时,重载方法会被调用。本节后面将使用"不可访问属性(inaccessible properties)"和"不可访问方 阅读全文
posted @ 2016-06-13 21:19
尘梦
阅读(561)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Th... 阅读全文
posted @ 2016-06-13 11:10
尘梦
阅读(270)
评论(0)
推荐(0)
摘要:
public Form1() { InitializeComponent(); } Thread t; private void button1_Click(object sender, EventArgs e) { int num = int.Parse(this.t... 阅读全文
posted @ 2016-06-13 10:20
尘梦
阅读(165)
评论(0)
推荐(0)

浙公网安备 33010602011771号