大约有 1,200 项符合查询结果(耗时:0.0076秒) [XML]
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注IT技能提升
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注IT技能提升
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注IT技能提升
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注C++内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注C++内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注C++内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
C#对象序列化与反序列化 - 更多技术 - 清泛网移动版 - 专注C/C++及内核技术
...s.Binary;
namespace ConsoleApplication1
{
[Serializable] //必须添加序列化特性
public class Person
{
private string Name;//姓名
private bool Sex;//性别,是否是男
public Person(string name, bool sex)
{
this.Name = n...
MFC OnEraseBkgnd浅析 - C/C++ - 清泛网 - 专注C/C++及内核技术
...载
在要重载的类(通常为CView的子类)声明部分(.h文件)添加虚函数的声明:
virtual BOOL OnEraseBkgnd(CDC* pDC);
注意添加在//{{AFX_VIRTUAL(CMyView)和//}}AFX_VIRTUAL之间。
在类的定义文件(.cpp)中的MESSAFE_MAP部分,//{{AFX_MSG_MAP(CMyView)和 //}}AFX_...