码迷,mamicode.com
首页 >  
搜索关键字:the ntp socket is in use    ( 45639个结果
Host 'localhost' has multiple addresses. 解决办法
phpstorm调试php错误提示:Host 'localhost' has multiple addresses. You must choose one explicitly!Couldn't create FastCGI listen socket on port localhost:3568...
分类:其他好文   时间:2014-06-28 14:22:59    阅读次数:283
PatentTips - Use of multiple virtual machine monitors to handle privileged events
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:其他好文   时间:2014-06-28 14:16:36    阅读次数:276
linux非阻塞的socket EAGAIN的错误处理
http://blog.csdn.net/tianmohust/article/details/8691644在Linux中使用非阻塞的socket的情形下。(一)发送时 当客户通过Socket提供的send函数发送大的数据包时,就可能返回一个EAGAIN的错误。该错误产生的原因是由于send 函....
分类:系统相关   时间:2014-06-28 14:10:43    阅读次数:306
TC1.6SourceCode
/** * @version 2.0 * @author sharks*//** * Instruction * this version will use IO * apply file to store data * it just a table double click table ca.....
分类:其他好文   时间:2014-06-28 14:05:29    阅读次数:300
接口分离原则(Interface Segregation Principle)
接口分离原则(The Interface Segregation Principle)表述为“客户类不应被强迫依赖那些它们不需要的接口。(Clients should not be forced to depend upon interfaces that they do not use.)”。本篇...
分类:其他好文   时间:2014-06-28 13:39:35    阅读次数:312
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:其他好文   时间:2014-06-28 12:34:14    阅读次数:466
C#:Use Form as Subform
static class SubFormExtensions{ internal static bool AttachTo(this Form subForm, Panel panel) { if (panel == null || subForm == null) ret...
分类:其他好文   时间:2014-06-28 12:24:57    阅读次数:174
mysql shutdown and kill
--mysqladmin shutdownIf you executemysqladmin shutdownwhen connecting to a local server using a Unix socket file,mysqladminwaits until the server's pr...
分类:数据库   时间:2014-06-28 11:43:06    阅读次数:270
getsockopt和accept需要注意的两个细节
1,getsockopt连续调用问题通常情况下,在一个socket fd上出现错误时,我们会通过int status;socklen_t slen;getsockopt(fd, SOL_SOCKET, SO_ERROR, (void *) &status, &slen); 这种方法来获取具体的错误....
分类:其他好文   时间:2014-06-24 10:04:02    阅读次数:206
Link Aggregation and LACP with Open vSwitch
http://blog.scottlowe.org/2012/10/19/link-aggregation-and-lacp-with-open-vswitch/ In this post, I’m going to show you how to use link aggregation (via...
分类:其他好文   时间:2014-06-21 14:18:10    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!