----资源来自于官网教程
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
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 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 基本操作之输入法安装输入法启动终端,切换到超级管理员yum install
"@Chinese Support"安装成功后,退出System->Preferences -> Input Method选择 Enable
input method feature,然后选择 Use IBus...
分类:
其他好文 时间:
2014-06-10 13:19:30
阅读次数:
210
今天上午,一个同事反映:某系统的某个通过socket来进行通信的服务无法连接上数据库里,在操作系统上用数据库的客户端测试数据库连接也出现这样的错误信息:Error
is 10055 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。 经过检查,发现该程序是部署在一个前置机上,上边有一个...
分类:
其他好文 时间:
2014-06-10 13:00:58
阅读次数:
353
通过多线程或多进程可以减弱阻塞IO的负面作用。/* For sockaddr_in
*/#include /* For socket functions */#include #include #include #include
#include #define MAX_LINE 16384char...
分类:
编程语言 时间:
2014-06-10 08:36:26
阅读次数:
290
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
题目
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
在很多企业级应用中,我们都没法直接通过开发语言sdk...
分类:
其他好文 时间:
2014-06-10 06:19:48
阅读次数:
219