大约有 3,000 项符合查询结果(耗时:0.0126秒) [XML]

https://www.tsingfun.com/it/te... 

再说WCF Data Contract KnownTypeAttribute - 更多技术 - 清泛网 - 专注C++内核技术

...类型为例说明KnownTypeAttribute的用法。序列化对象一般是参到在服务端和客户端传递的数据。在面向对象的设计中,继承可以很好的解决很多业务问题,并简化处理。而在下边的例子中我们可以看出KnownType到底能够做什么。 na...
https://www.tsingfun.com/it/te... 

再说WCF Data Contract KnownTypeAttribute - 更多技术 - 清泛网 - 专注C++内核技术

...类型为例说明KnownTypeAttribute的用法。序列化对象一般是参到在服务端和客户端传递的数据。在面向对象的设计中,继承可以很好的解决很多业务问题,并简化处理。而在下边的例子中我们可以看出KnownType到底能够做什么。 na...
https://www.tsingfun.com/it/tech/1903.html 

Android应用内存泄露分析、改善经验总结 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...一样,具体可以参见:关于Android中图片大小、内存占用drawable文件夹关系的研究分析。解决这个问题遵循以下原则就可以了: 1、UI只提供一套高分辨率的图,图片建议放在drawable-xxhdpi文件夹下(放在xxxhdpi或者更高分辨率的...
https://www.tsingfun.com/html/... 

An operation on a socket could not be performed because the system lac...

...十进制) 默认值: 0x1388 (5000 十进制) 说明: 此参数控制的程序从系统请求任何可用的用户端口时所使用的最大端口号。通常情况下,临时 (短暂) 端口 1024年的值和含 5000 之间分配。之后发布的安全公告 MS08-037,Windows Ser...
https://www.tsingfun.com/html/... 

An operation on a socket could not be performed because the system lac...

...十进制) 默认值: 0x1388 (5000 十进制) 说明: 此参数控制的程序从系统请求任何可用的用户端口时所使用的最大端口号。通常情况下,临时 (短暂) 端口 1024年的值和含 5000 之间分配。之后发布的安全公告 MS08-037,Windows Ser...
https://www.tsingfun.com/html/... 

An operation on a socket could not be performed because the system lac...

...十进制) 默认值: 0x1388 (5000 十进制) 说明: 此参数控制的程序从系统请求任何可用的用户端口时所使用的最大端口号。通常情况下,临时 (短暂) 端口 1024年的值和含 5000 之间分配。之后发布的安全公告 MS08-037,Windows Ser...
https://www.tsingfun.com/ilife/idea/860.html 

10 条真心有趣的 Linux 命令 - 创意 - 清泛网 - 专注C/C++及内核技术

...件里面输入几个单词,rev命令会将你写的东西反转输出到控制台。 # rev <file name> 2.fortune 这个命令没有被默认安装,用apt-get命令安装它,fortune命令会随机显示一些句子 crank@crank-System:~$ sudo apt-get install fortune 利用fortun...
https://www.tsingfun.com/it/cpp/1276.html 

boost自定义composite_key_compare比较函数 - C/C++ - 清泛网 - 专注C/C++及内核技术

...定义比较函数中下断点进行调试。 // boost_demo.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "boost/shared_ptr.hpp" #include "boost/bimap.hpp" #include "boost/tuple/tuple.hpp" #include "boost/multi_index_container.hpp" #include "boost/multi...
https://www.tsingfun.com/it/cpp/1420.html 

MFC CSplitterWnd的用法详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

...,有时为了能够得到其中的某个窗口,进而对其进行操作控制,则: 不能简单使用GetActiveView,可从MainFrame的CSplitterWnd成员得到,如下 CMainFrame* pMF=(CMainFrame*)AfxGetApp()->m_pMainWnd; CViewRes* pViewRes=(CViewRes*)pMF->m_wndSplitter.GetPane(0,1); ...
https://www.tsingfun.com/it/cpp/1563.html 

mfc spin control 用法 - C/C++ - 清泛网 - 专注C/C++及内核技术

... 0; } 简便的方法可以在资源文件中设置Spin的属性,实现控制Edit控件数字的增减,详见:https://www.tsingfun.com/it/cpp/1564.html。mfc spin