大约有 43,000 项符合查询结果(耗时:0.0552秒) [XML]
C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注C/C++及内核技术
C#对象序列化与反序列化CSharp_Serialize_Deserialize二进制序列化:对象序列化之后是二进制形式的,通过BinaryFormatter类来实现的。
SOAP序列化:对象序列化之后的结果符合SOAP协议,也就是可以通过SOAP 协议传输。
XML序列化:对象序...
C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注C/C++及内核技术
C#对象序列化与反序列化CSharp_Serialize_Deserialize二进制序列化:对象序列化之后是二进制形式的,通过BinaryFormatter类来实现的。
SOAP序列化:对象序列化之后的结果符合SOAP协议,也就是可以通过SOAP 协议传输。
XML序列化:对象序...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注C/C++及内核技术
C#对象序列化与反序列化CSharp_Serialize_Deserialize二进制序列化:对象序列化之后是二进制形式的,通过BinaryFormatter类来实现的。
SOAP序列化:对象序列化之后的结果符合SOAP协议,也就是可以通过SOAP 协议传输。
XML序列化:对象序...
Java Class.cast() vs. cast operator
Having being taught during my C++ days about evils of the C-style cast operator I was pleased at first to find that in Java 5 java.lang.Class had acquired a cast method.
...
手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃 - 操作系统(内核) - ...
手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃手握利器,直面蓝脸——使用WinDbg抗击系统崩溃由于前一段时间抽不出空来,本文历时一个星期终于完成了。谨以此文作为新春牛礼物,Eric在此 手握利器,直面“蓝脸”
...
dynamic_cast and static_cast in C++
I am quite confused with the dynamic_cast keyword in C++.
10 Answers
10
...
When to use reinterpret_cast?
I am little confused with the applicability of reinterpret_cast vs static_cast . From what I have read the general rules are to use static cast when the types can be interpreted at compile time hence the word static . This is the cast the C++ compiler uses internally for implicit casts also.
...
Should I use static_cast or reinterpret_cast when casting a void* to whatever
Both static_cast and reinterpret_cast seem to work fine for casting void* to another pointer type. Is there a good reason to favor one over the other?
...
cpuid汇编指令 - C/C++ - 清泛网 - 专注C/C++及内核技术
cpuid汇编指令cpuid指令cpuid就是一条读取CPU各种信息的一条指令,大概是从80486的某个版本开始就存在了。 CPUID这条指令,除了用于识别CPU(CPU的型号...cpuid指令
cpuid就是一条读取CPU各种信息的一条指令,大概是从80486的某个版...
Excel RTD(Excel Real-Time Data)实时刷新数据技术 - C/C++ - 清泛网 - 专注C/C++及内核技术
Excel RTD(Excel Real-Time Data)实时刷新数据技术从Excel 2002开始,微软提供了一种叫做Excel RTD(real-time data)的技术,使用该技术可以在Excel中实时查看和更新数据。RTD采用所谓的...从Excel 2002开始,微软提供了一种叫做Excel RTD(real-time d...