XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 90 下一页
摘要: /// /// 获取对象的选项 /// public enum GETOBJECTOPTIONS { /// /// 选举事务处得到obj没有接口 /// REO_GETOBJ_NO_INTERFACES = 0x00000000, /// /// 选举事... 阅读全文
posted @ 2016-12-12 16:45 Endv 阅读(403) 评论(0) 推荐(0)
摘要: CRichEditCtrl 的ole技术 IRichEditOle 如需向CRichEditCtrl里面插入Ole对象, 需要调用GetIRichEditOle 获得此CRichEditCtrl的IRichEditOle接口 如果不使用MFC则调用windows SDK 的 SendMessage 阅读全文
posted @ 2016-12-12 16:36 Endv 阅读(461) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Specialized;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Runtime.InteropServic 阅读全文
posted @ 2016-12-12 00:46 Endv 阅读(267) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Specialized; 3 using System.Drawing; 4 using System.Drawing.Imaging; 5 using System.IO; 6 using System.Runtime.InteropServices; 7 using System... 阅读全文
posted @ 2016-12-12 00:45 Endv 阅读(485) 评论(0) 推荐(0)
摘要: 1 将RichTextBox的内容直接写入数据库: 2 private void button1_Click(object sender, EventArgs e) 3 { 4 System.IO.MemoryStream mstream = new System.IO.MemoryStream(); 5 this.richTextBox1.SaveFile(mstream... 阅读全文
posted @ 2016-12-11 21:48 Endv 阅读(1571) 评论(0) 推荐(0)
摘要: REOBJECT 结构 包含有关 rich edit 控件中的 OLE 或图像对象的信息。 语法 typedef struct _reobject { DWORD cbStruct; LONG cp; CLSID clsid; LPOLEOBJECT poleobj; LPSTORAGE pstg; 阅读全文
posted @ 2016-12-11 18:19 Endv 阅读(445) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Windows.Forms; 5 using System.Drawing; 6 using ImageOleLib; 7 using DynamicGifLib; 8 using Syst... 阅读全文
posted @ 2016-12-10 20:24 Endv 阅读(704) 评论(0) 推荐(0)
摘要: Orleans Remote Deployment Table of Contents Table of Contents Overview: 1 Prerequisites. 2 Deployment Steps. 2 Orleans Deployment Manifest 3 Orleans S 阅读全文
posted @ 2016-12-09 06:03 Endv 阅读(684) 评论(0) 推荐(0)
摘要: Microsoft Orleans 在.net用简单方法构建高并发、分布式的大型应用程序框架。 原文:http://dotnet.github.io/orleans/ 在线文档:http://dotnet.github.io/orleans/What's-new-in-Orleans 源码地址:ht 阅读全文
posted @ 2016-12-09 01:39 Endv 阅读(14922) 评论(6) 推荐(7)
摘要: 福利 奥尔良的主要好处是︰开发人员工作效率,甚至为非专家程序员;和默认的透明可伸缩性与程序员没有特别努力。我们扩大每个下面这些好处。 开发人员的生产力 奥尔良的编程模型通过提供以下关键的抽象、 担保和系统服务引发的专家和非专家程序员的生产力。 熟悉面向对象编程 (OOP) 范式。行为者实施的.NET 阅读全文
posted @ 2016-12-08 14:11 Endv 阅读(709) 评论(0) 推荐(2)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 90 下一页