码迷,mamicode.com
首页 >  
搜索关键字:the ntp socket is in use    ( 45639个结果
通过一个具体的实例来学习hive
----资源来自于官网教程 Simple Example Use Cases MovieLens User Ratings First, create a table with tab-delimited text file format: CREATE TABLE u_data ( userid INT, movieid INT, rati...
分类:其他好文   时间:2014-06-11 06:32:36    阅读次数:407
/MD, /MT, /LD (Use Run-Time Library)
msdnIndicates whether a multithreaded module is a DLL and specifies retail or debug versions of the run-time library.Copy/MD[d]/MT[d]/LD[d]RemarksOpti...
分类:其他好文   时间:2014-06-10 15:12:38    阅读次数:283
JAVA实现HTTPserver端
用java socket实现了一个简单的httpserver, 能够处理GET, POST,以及带一个附件的multipart类型的POST。尽管中途遇到了非常多问题, 只是通过在论坛和几个高手交流了一下,问题都攻克了。假设你认为程序有些地方看不明确,能够參看这个帖子:http://topic.cs...
分类:编程语言   时间:2014-06-10 15:05:11    阅读次数:769
一个简单木马程序的实现
一个简单木马的实现,麻雀虽小,五脏俱全,用到了socket和窗口隐藏技术...
分类:其他好文   时间:2014-06-10 13:54:22    阅读次数:183
centos 基本操作
centos 基本操作之输入法安装输入法启动终端,切换到超级管理员yum install "@Chinese Support"安装成功后,退出System->Preferences -> Input Method选择 Enable input method feature,然后选择 Use IBus...
分类:其他好文   时间:2014-06-10 13:19:30    阅读次数:210
Error is 10055 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作
今天上午,一个同事反映:某系统的某个通过socket来进行通信的服务无法连接上数据库里,在操作系统上用数据库的客户端测试数据库连接也出现这样的错误信息:Error is 10055 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。 经过检查,发现该程序是部署在一个前置机上,上边有一个...
分类:其他好文   时间:2014-06-10 13:00:58    阅读次数:353
C++ 异步 IO(二) 服务器端多进程
通过多线程或多进程可以减弱阻塞IO的负面作用。/* For sockaddr_in */#include /* For socket functions */#include #include #include #include #include #define MAX_LINE 16384char...
分类:编程语言   时间:2014-06-10 08:36:26    阅读次数:290
C++ 异步 IO(三) 异步IO
The oldest solution that people still use for this problem is select(). The select() call takes three sets of fds (implemented as bit arrays): one for...
分类:编程语言   时间:2014-06-10 08:26:42    阅读次数:325
Sort Colors
题目 Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the...
分类:其他好文   时间:2014-06-10 07:21:21    阅读次数:261
利用socket模拟http的混合表单上传(在一个请求中提交表单并上传多个文件)
在很多企业级应用中,我们都没法直接通过开发语言sdk...
分类:其他好文   时间:2014-06-10 06:19:48    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!