原创 android 下硬解碼

OpenMAX Android uses OpenMAX for codec interface. Hence all native codecs (hardware accelerated or otherwise) provide

原创 Marshal在C#中的應用(void *指針到IntPtr的轉化)

http://www.cnblogs.com/zhongxg/archive/2013/03/18/2965301.html Marshal在C#中的應用(void *指針到IntPtr的轉化)   C#調用C語言的API時一般把

原创 NoSQL數據庫

文檔數據庫 MongoDB:開源、面向文檔,也是當下最人氣的NoSQL數據庫。CounchDB:Apache CounchDB是一個使用JSON的文檔數據庫,使用Javascript做MapReduce查詢,以及一個使用HTTP的API

原创 SoftwareSerialRS485Example

http://arduino-info.wikispaces.com/SoftwareSerialRS485Example SoftwareSerialRS485Example  Edit  0  11 … Software

原创 可直接複製到本機結構中的類型和非直接複製到本機結構中的類型

http://msdn.microsoft.com/zh-cn/windows/hardware/75dwhxf7(v=vs.71) 大多數數據類型在託管和非託管內存中都有公共的表示形式,而不需要 Interop 封送拆收器的特殊處理

原创 封送處理不同類型的數組

http://msdn.microsoft.com/zh-cn/windows/hardware/hk9wyw21(v=vs.71) 封送處理不同類型的數組 該示例說明如何傳遞以下類型的數組: 通過值傳遞的整數數組。

原创 C#字符串處理

string字符串是char的集合,而char是Unicode的代碼,所以char可以轉化爲int。字符串在參數傳遞時爲引用傳遞;可以使用空字符串(”")。一、字符串類型轉換1.轉爲char可以用索引器來得到字符串中指定的字符,如:str

原创 如何調用需要指向包含字符串的結構的指針的非託管函數

http://msdn.microsoft.com/zh-cn/windows/hardware/w5tyztk9(v=vs.71) OpenFileDlg 示例 該示例演示如何調用需要指向包含字符串的結構的指針的非託管函

原创 Passing Multiple Parameters to ASP.NET Web API With jQuery

ASP.NET MVC 4 Web API has limited support to map POST form variables to simple parameters of a Web API method. Web API

原创 Data Type Ranges

http://msdn.microsoft.com/en-us/library/s3f49ktz(VS.80).aspx For 32-bit and 64-bit compilers, Microsoft Visual C++

原创 封送類、結構和聯合

http://msdn.microsoft.com/zh-cn/windows/hardware/eshywdt7(v=vs.71) 封送類、結構和聯合 類和結構在 .NET Framework 中是類似的。 它們都可以具

原创 MySql.Data.MySqlClient.EF6 配置

源地址: http://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html Chapter 10 EF 6 Support MySQL C

原创 在託管代碼中 封送處理字符串

http://msdn.microsoft.com/zh-cn/windows/hardware/e8w969hb(v=vs.71) 封送處理字符串 平臺調用複製字符串參數,並在必要時將其從 .NET Framework

原创 Customize User Interfaces and Pass User Input to Installer Classes

In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information an

原创 MySQL - Windows silent install/uninstall

source:http://blog.qxconsultant.com/2011/07/mysql-windows-silent-installuninstall.html This batch script example is fo