Fork me on GitHub
摘要: 原文链接:http://dotnetpattern.com/threading-autoresetevent AutoResetEvent是.net线程简易同步方法中的一种。 AutoResetEvent 常常被用来在两个线程之间进行信号发送 两个线程共享相同的AutoResetEvent对象,线程 阅读全文
posted @ 2017-12-22 11:12 虫子樱桃 阅读(28850) 评论(0) 推荐(4) 编辑
摘要: I was reading a post about some common C# interview questions, and thought I’d share some of mine. These are questions that I asked in interviews, or was asked in past interviews. Try them out and see... 阅读全文
posted @ 2017-12-21 14:17 虫子樱桃 阅读(528) 评论(0) 推荐(0) 编辑
摘要: Highcharts .NET allows developers to make charts using Highcharts API with the Microsoft .NET Framework (ASP.NET MVC 4+). 阅读全文
posted @ 2017-12-21 12:06 虫子樱桃 阅读(313) 评论(0) 推荐(0) 编辑
摘要: Vs2017专业版"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\StorePID.exe" KBJFW-NXHK6-W4WJM-CRMQB-G3CDH 08862vs2017企业版"C:\Program Files (x86)\Microsoft Visual Studio\2017\En... 阅读全文
posted @ 2017-12-13 10:03 虫子樱桃 阅读(1405) 评论(2) 推荐(0) 编辑
摘要: 小伙伴们在使用ICP提供的各种能力进行集成开发时常常会遇到一些技术上的困扰,例如ICP中很多接口是通过OCX控件的方式提供的,如何调用这些接口,就成了一个不大不小的问题,毕竟开发指南上可没这些内容啊~别着急,今天我就给大家介绍一下C#中调用OCX接口的常用方法。^_^y原文链接 http://developer.huawei.com/ict/forum/thread-21687.html开发环境... 阅读全文
posted @ 2017-12-08 15:56 虫子樱桃 阅读(17165) 评论(1) 推荐(1) 编辑
摘要: You'll have to perform a number of steps that are normally taken of automatically when you use the toolbox. First and foremost, you have to run the Aximp.exe utility to generate the .NET interop assem... 阅读全文
posted @ 2017-12-08 14:16 虫子樱桃 阅读(365) 评论(1) 推荐(0) 编辑
摘要: 1. Introduction.1.1 Recently, a friend asked me for advise on a very unusual requirement.1.2 He needs to replace all UUIDs in a COM DLL with new ones.1.3 He does not have the source codes to the origi... 阅读全文
posted @ 2017-11-30 11:34 虫子樱桃 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1. Introduction.1.1 After publishing Programmatically Register COM Dlls in C# back in 2011, I received a number of requests for advise on how to register managed assemblies as COM servers.1.2 In this ... 阅读全文
posted @ 2017-11-30 11:25 虫子樱桃 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1. Introduction.1.1 Starting from part 4 I have started to discuss how to interop marshal a managed array of TestStructure structs that is contained within a structure.1.2 We have seen in part 4 an ex... 阅读全文
posted @ 2017-11-30 11:22 虫子樱桃 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1. Introduction.1.1 In part 4, I have started to discuss how to interop marshal a managed array that is contained within a structure.1.2 I have given a specific working example for marshaling such a c... 阅读全文
posted @ 2017-11-30 11:21 虫子樱桃 阅读(161) 评论(0) 推荐(0) 编辑