上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 341 下一页
摘要: 浏览网页出现错误: Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail informatio... 阅读全文
posted @ 2012-09-25 18:07 emanlee 阅读(1400) 评论(0) 推荐(0)
摘要: Cab 文件项目 - Visual Studio 中的部署 Cab 文件项目 (http://technet.microsoft.com/zh-cn/windows/fwb783c5) 使用 Cab 项目,可以创建 .Cab 文件,以便对可以从 Web 服务器下载到 Web 浏览器的 ActiveX 控件进行打包。 与其他部署项目类型不同,没有提供处理 CAB 项目的编辑器。文件和项目输... 阅读全文
posted @ 2012-09-23 15:34 emanlee 阅读(2486) 评论(0) 推荐(0)
摘要: Visual Studio 中的部署 合并模块介绍 (http://technet.microsoft.com/zh-cn/magazine/6771e4ch(VS.90).aspx) 合并模块是 Windows Installer 的一个功能,它提供了传送组件的标准方法,从而确保安装组件的正确版本。合并模块包含 .dll 这样的组件以及任何相关的文件、资源、注册表项和安装逻辑。 合并... 阅读全文
posted @ 2012-09-23 15:03 emanlee 阅读(5074) 评论(0) 推荐(0)
摘要: 遇到这个错误 Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. 请参考msdn文章来debug找出错误的地方: http://msdn.microsoft.com/en-us/library/system... 阅读全文
posted @ 2012-09-15 10:50 emanlee 阅读(2835) 评论(0) 推荐(0)
摘要: C#接口是一个让很多初学C#者容易迷糊的东西,用起来好像很简单,定义接口,里面包含方法,但没有方法具体实现的代码,然后在继承该接口的类里面要实现接口的所有方法的代码,但没有真正认识到接口的作用的时候就觉得用接口是多此一举,当然你这样想那是绝对绝对错误的。 我们定义一个接口: public interface IBark { ... 阅读全文
posted @ 2012-09-13 20:20 emanlee 阅读(1216) 评论(0) 推荐(0)
摘要: % 字符串处理 a=' a';b='b b';c='cccc';m='' % 获取字符串长度 length(a) % 连接两个字符串,每个字符串最右边的空格被裁切 d=strcat(a,c) length(d) % 连接多行字符串,每行长度可不等,自动把非最长字符串最右边补空格 % 使与最长字符串相等,会忽略空字符串 e=strv... 阅读全文
posted @ 2012-09-13 20:03 emanlee 阅读(125526) 评论(0) 推荐(5)
摘要: 构件技术-导言.zip构件技术-第1章.zip构件技术-第1章补充.zip构件技术-第1章补充-AdoDotNetDemos.zip构件技术-第2章.zip构件技术-第2章补充.zip构件技术-第2章补充-Codes.rar构件技术-第3章.zip构件技术-第3章补充-DCOMDemo.zip构件技术-第4章.zip构件技术-第4章补充.zip构件技术-第4章补充-Codes.zip构件技术-第5章.zip构件技术-第5章补充-codes.zip构件技术-第6章.zip构件技术-第7章.zip构件技术-第7章补充-codes.zip构件技术-第8章.zip构件技术-第9章-SOA.zip构件技 阅读全文
posted @ 2012-08-26 08:31 emanlee 阅读(464) 评论(0) 推荐(1)
摘要: 算术运算符若要完成基本的数学运算(如加法、减法或乘法)、合并数字以及生成数值结果,请使用以下算术运算符。算术运算符含义示例+(加号)加法3+3–(减号)减法负数 3-1 -1*(星号)乘法 3*3/(正斜杠)除法 3/3%(百分号)百分比 20%^(脱字号)乘方3^2比较运算符可以使用下列运算符比较... 阅读全文
posted @ 2012-08-25 18:17 emanlee 阅读(16511) 评论(0) 推荐(0)
摘要: SWIG, Simplified Wrapper and Interface Generator, 简单来说是C/C++语言与其他语言的粘合剂 。 官方站点: http://www.swig.org/ http://www.swig.org/translations/chinese/tutorial.html 介绍在Visual Studio 2008 下面如何用Swig制作DLL给... 阅读全文
posted @ 2012-08-21 12:05 emanlee 阅读(927) 评论(0) 推荐(0)
摘要: 从 COM(Component Object Model) 时代到 DCOM(Distributed COM) ,微软扮演了一个推动者的角色。如果说 COM 提供了一个 Windows 平台上的对象通讯技术,并且逐渐成为应用程序之间彼此通讯及互动的技术主流,那么 DCOM 则是解决了计算机的通信和互动技术。 COM 的着眼点是在于同一台计算机上不同应用程序之间的通讯需求,跨到另外一台计算机... 阅读全文
posted @ 2012-08-19 12:33 emanlee 阅读(8192) 评论(0) 推荐(0)
上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 341 下一页