摘要:
function AddEvent(obj, evt, fn){ var saved; if(typeof obj[“on" + evt] == " function") { saved = ojb["on" + evt]; } obj["on" + evt] = function() { if(saved) saved(); fn(); }}var functions =[];function addEvent(obj , evt, fns){ functions.push(fn); if(typeof obj [&quo 阅读全文
摘要:
You can get the difference between the" Params and inor Out fromdebug the code.using System;namespace TestIP{ class gump { #region using ref public double square(ref double x) { x = x * x; return x; } public void math_routines(double x, ... 阅读全文
摘要:
/// <summary> /// This function is the callback used to execute a command when the a menu item is clicked. /// See the Initialize method to see how the menu item is associated to this function using /// the OleMenuCommandService service and the MenuCommand class. /// </summary> private v 阅读全文
摘要:
‘'警察抓小偷()Module Module1 '事件委托 Public Delegate Sub 抓小偷事件(ByVal sender As 小偷, ByVal e As 偷东西事件参数) '事件参数 Public Class 偷东西事件参数 Inherits System.EventArgs Public 偷的东西 As String Public 偷的地点 As String Public 被偷的人 As String End Class '警察类 Public Class 警察 Public Sub New() Console.WriteLine(&qu 阅读全文
摘要:
- - http://www.cnblogs.com/springyangwc/Making Time for the MITs (Most Important Things) zh-cn Mon, 25 Apr 2011 23:44:53 GMTMon, 25 Apr 2011 23:44:53 GMT60 + http://www.cnblogs.com/springyangwc/archive/2011/04/25/2028732.htmlspring yang spring yangMon, 25 Apr 2011 14:10:00 GMThttp://www.cnblogs.com/ 阅读全文
摘要:
Today.I have not the door card ,can't enter my work studio ,so I waiting for someonewho can enter the studio.A few minutes later , foreign man see me stay on the front of the door.He say , hello ,you can't , a smile on his face.I say ,Hibecuase I can only say "where are you come from &q 阅读全文
摘要:
文档对象:是用来保存数据的。视图对象:是用来显示和编辑数据的。应用程序框架:框架是用来管理不同文档显示界面的。例如你有一个数据网格显示界面,还有一个图形显示界面,它们的数据可能都来自你的文档,但是视图不同,怎么办用框架。为什么不用视图?为的是把界面管理独立的拿出来。文档模板:MFC把文档/视图/框架视为一体,只要你创建文档/视图框架结构的程序,必定会为你创建这三个类。这个工作在在应用程序初始化时完成,如下:单文档:就是一次只能打开一个文件,和你的文档类型支持的多少无关。你完全可以做一个单文档的支持所有图象格式的程序,只不过它一次只能打开一个文档罢了。多文档:就是你可以打开多个文件,和文档类型也 阅读全文
摘要:
MSF构思阶段及项目团队的组建 MSF构思阶段 概述 目标:创建一个关于项目的目标,限定条件和解决方案的概要视图 团队的工作重点 确定业务问题和机会 确定所需的团队技能 收集初始需求 创建解决问题的方法 确定目标,假设和限定条件 建立配置与变更管理 解决可执行问题 为制定详细计划打基础 五大阶段的重要一步 里程碑和交付成果 交付成果 远景/范围文档 项目结构文档 初始风险评估文档 里程碑 部署完... 阅读全文
摘要:
正版 Visual C++网络通信开发入门与编程实践-------- 李媛媛 编辑推荐 超长时间多媒体有声讲解视频 全书以通信协议层的技术为主线 按网络体系结构从应用层到数据链路层逐一讲解 实例完美融合知识点、技巧、行业知识与成功经验 内容提要 本书从介绍通信基础知识和VC++基本编程模型开始,通过众多的小实例来贯穿讲解晦涩的基础知识;然后按照通信协议层展开,将通信协议层和实际应用结合,... 阅读全文