大约有 9,000 项符合查询结果(耗时:0.0249秒) [XML]
Windows x64编程中寄存器的使用 - C/C++ - 清泛网 - 专注C/C++及内核技术
Windows x64编程中寄存器的使用下面是摘自 MSDN 的文章,在Win64下的 registers 用途RegisterStatusUseRAXVolatileReturn value registerRCXVolatileFirst integer 下面是摘自 MSDN 的文章,在 Win64 下的 registers 用途
Register
Status
Use
...
What causes a TCP/IP reset (RST) flag to be sent?
I'm trying to figure out why my app's TCP/IP connection keeps hiccuping every 10 minutes (exactly, within 1-2 seconds). I ran Wireshark and discovered that after 10 minutes of inactivity the other end is sending a packet with the reset (RST) flag set. A google search tells me "the RESET flag signif...
What is the difference between a port and a socket?
...
Summary
A TCP socket is an endpoint instance defined by an IP address and a port in the context of either a particular TCP connection or the listening state.
A port is a virtualisation identifier defining a service endpoint (as disti...
Can TCP and UDP sockets use the same port?
First of all, is there any problem with using both UDP and TCP on the same server?
2 Answers
...
TCP: can two different sockets share a port?
...criminated not only by source/destination port/IP, but also by a protocol (TCP, UDP etc.), if I am not mistaken.
– Ondrej Peterka
Apr 27 '14 at 15:00
2
...
Why am I getting “Cannot Connect to Server - A network-related or instance-specific error”?
...L to ascertain if your server is included in your network list.
Enable TCP/IP in SQL Server Configuration
When two or more SQL Servers are connected across network they do all communication using TCP/IP. The default port of SQL Server installation is 1433. This port can be changed through S...
Duilib非常强大的C++界面库 - C/C++ - 清泛网 - 专注C/C++及内核技术
...供的Demo有QQ、QQ旋风、360等等。就连 微信 for windows 都是使用了Duilib,可见其实力不一般,不过话说回来还真是不太出名啊。
下面是Duilib Demo的部分截图:
效果就不用多说了,这么好的东东,都开源...
微软开源 图像动画开发框架:openframeworks - 开源 & Github - 清泛网 - ...
...下特征:
◇ 通过编码来制作图像和动画。
◇ 免费使用
◇ 以C++为基准的语法,但即使没有高深的 C++ 知识也能写出有难度的代码。
◇ 包含 openGL (图形), rtAudio (声音), freeType (字体), freeImage (图像), quicktime ...
正则表达式 不包含指定字符串 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...串的条目,找出不以某个特定字符串打头的条目,等等。使用否定式前瞻
正则表达式中有前瞻(Lookahead)和后顾(Lookbehind)的概念,这两个术语非常形象的描述了正则引擎的匹配行为。需要注意一点,正则表达式中的前和后和...
移动游戏项目弱网测试策略 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...工具的弱网测试方法。目前这款工具只支持windows平台,使用mac的小伙伴们自行去找台windows设备吧。
开始介绍工具之前,我们简单说下为什么要做弱网测试。是保证用户体验么?个人觉得这是原因之一,但并非决定性因素。如...
