自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 C#如何使用SendMessage安全的跨线程,跨进程传递任意对象

首先定义一个基础消息结构体用于消息传递封包 /// <summary> /// 基础消息结构体 /// </summary> public struct WindowsLparamStruct { /// <summary> /// 是否释放大于0表示内存没有被释放...

2019-07-10 02:35:00 355

转载 fopen_s在文件中读写字符串

#include "stdafx.h"#include <fstream>#include <iostream>#include <string>#include <cstdlib>using namespace std;int main(){FILE *fp;errno_t err = fopen_...

2019-06-12 12:45:00 362

转载 C语言fopen_s读写结构体

#include "stdafx.h"#include <fstream>#include <iostream>#include <string>#include <cstdlib>using namespace std;typedef struct _MyDataTime { int Index;/...

2019-06-12 12:43:00 223

转载 C#网络通信学习笔记-通过域名解析IP地址

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;namespace ConsoleApplication6{ class Program { static void Main...

2013-08-18 18:11:00 84

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除