12 2012 档案
摘要:这样的一段程序:#include<iostream.h>int main() { cout << "Come up and C++ me some time."; cout << "YOU won-t regret it!" << endl; int i=0; cin>>i; return 0;}引用的是#include<iostream.h>的话,就不需要在cout前面加 std::这个名称空间了,但是如果引用的是#include<iostream>的话就需要在cout
阅读全文
摘要:地址:https://code.google.com/p/lhgcalendar/downloads/list样式
阅读全文
摘要:开始没住过prop的用法,后来在别人的博客上看到了。发现prop用起来还是方便点,尤其是用来判断checkbox的选中属性的时候,返回的是true和false,attr的话就返回的是checked和undefined。
阅读全文

浙公网安备 33010602011771号