- 博客(3)
- 收藏
- 关注
原创 1.创建和连接
大端存储:高位字节存在低地址处 小端存储:低位字节存在低地址处 现代pc大多数采用小端存储,所以小端也被称为主机字节序 所以发送方一般都要把小段转化为大端再发送 接收方根据自身情况进行决定 大端存储就被称为网络字节序 (同一主机不同语言编写的也要考虑字节序的问题) java是大端主机字节序和网络字节序的转换linux提供四个函数转换字节序#incldue<netinet/in.h> unsigned long int htonl(unsigned long int hostlon..
2021-09-01 14:46:45
97
原创 Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version
Error 1 error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] d:\microsoft visual studio 10.0\vc\atlmfc\include\afx.h 24 1 02pro解决方法:...
2021-08-19 16:04:01
230
原创 NO such file or directory
D:\Microsoft Visual Studio 10.0\VC\atlmfc\include cannot open include file:'math':NO such file or directory在提示的目录下加入头文件。
2021-08-19 14:34:09
150
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人