.NET的很多概念如果总是从语法的角度或许你永远都不会理解到底为什么他会这么架构,但是如果你换个角度或许这些都会迎刃而解。从底层理解.NET的架构你就离高手更近一步了。本文只是从个人角度来瞅一眼为什么.NET的架构,若有不对的地方,还请各位指正。OK, here we go.C/C++等程序如何使用...
分类:
Web程序 时间:
2014-09-07 19:47:05
阅读次数:
354
250:乱搞解题代码: 1 // BEGIN CUT HERE 2 /* 3 4 */ 5 // END CUT HERE 6 #line 7 "RunningAroundPark.cpp" 7 #include 8 #include 9 #include 10 #include 11 #in...
分类:
其他好文 时间:
2014-09-06 22:31:04
阅读次数:
377
1.void CCOMDDlg::OnCancel() { // TODO: Add extra cleanup here CDialog::OnCancel();}如果把CDialog::OnCancel();注释掉,那么点击按钮ESC或者鼠标点击X将无法关闭整个窗口。2.BOOLCTestDl....
分类:
其他好文 时间:
2014-09-04 20:53:30
阅读次数:
772
1、头文件
#include "cocos2d.h"
USING_NS_CC;
class WaterWaveDemo : public Layer
{
public:
static cocos2d::Scene* createScene();
// Here's a difference. Method 'init' in cocos2d-x returns boo...
分类:
其他好文 时间:
2014-09-04 01:44:17
阅读次数:
222
Tian Ji -- The Horse Racing
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
1052
Description
Here is a famous story in Chinese...
分类:
其他好文 时间:
2014-09-03 13:05:06
阅读次数:
107
There are some useful tools in Unix/Linux to check out how the system is going on.Here is a short summery of them:This comes from a link below.=======...
分类:
系统相关 时间:
2014-09-03 08:21:56
阅读次数:
304
The problem is that the folder is already under version control. Here's how I fix this type of problem when it comes up: In your local shell, make a c...
分类:
其他好文 时间:
2014-09-02 17:20:24
阅读次数:
179
Android is an open-source software stack for a wide range of mobile devices and a corresponding open-source project led by Google. Here you can find t...
分类:
移动开发 时间:
2014-09-02 09:03:44
阅读次数:
250
1.加载DOM 使用任何框架时,通常都会与文档对象(DOM)交互。但是为了这种交互,必须首先确定整个DOM已经加载。 (1)在javascript编程中,通常在采取行动之前等待窗口加载: window.onload=function(){ // Do whatever here. } 或使用匿名函....
分类:
Web程序 时间:
2014-09-01 19:06:43
阅读次数:
192
问题描述
Example1: x = 123, return 321
Example2: x = -123, return -321
Have you thought about this?
Here are some good questions to ask before coding. Bonus points for you if you have already...
分类:
其他好文 时间:
2014-09-01 15:38:13
阅读次数:
199