2012年12月25日

Professional jQuery

摘要: DescriptionsOver the past several years JavaScript has undergone a remarkable transformation. It is now one of the most important programming languages in the world. With the ongoing importance of Ajax-based development and the rise of full-featured JavaScript libraries, most of the stigma around Ja 阅读全文

posted @ 2012-12-25 14:05 主人的成长 阅读(184) 评论(0) 推荐(0)

c++ 不太懂得地方

摘要: class Shape{public:virtual void display(){cout<<"shape"<<endl;}};class Circle:public Shape{public:void display(){cout<<"circle"<<endl;}};class Rect:public Shape{public:void display(){cout<<"rect"<<endl;}};void main(){Shape a;Circle b; 阅读全文

posted @ 2012-12-25 11:01 主人的成长 阅读(153) 评论(0) 推荐(0)

导航