当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: #pragma warning(disable: 4530)#p
 

 

 ·素材.设计.建站.资源...类    »显示摘要«
    摘要:国内比较有名的网页图像设计制作网站现在网页设计方面的站点越来越多,究竟哪个才是经典;根据网页设计中牵涉到的:网页制作,平面设计,动画制作,素材安排等,我特地找了些好的站点,发表在这里,如果大家有好的站点,也希望能跟在后面。 一、网页设计类-------------------------------1。网站名称:有风的日子网站地址:http://www.windstudio.net/简介:......
 ·职业道德好重要    »显示摘要«
    摘要:我这个人比较懒,总想把事情留给别人去做。作的程序,一些无关紧要的功能总想留给以后的人去完成。直道有一天,我用了一个把一些无关紧要的功能留给我去做的软件时我才真正感悟到,职业道德好重要。我以后再也不把我的工作留给别人去做了。 ......


网络同步校时UDP服务器端SDK代码(RFC868/C++/WIN32/SOCKET/UDP)

#pragma warning(disable: 4530)

#pragma warning(disable: 4786) 【程序编程相关:sybase基础知识

【推荐阅读:如何使用 Netsh.exe 工具和命令

#include <map> 【扩展信息:windows下,用命令行进行系统的TC

#include <cassert>

#include <iostream>

#include <fstream>

#include <vector>

#include <string>

#include <algorithm>

#include <exception>

#include <iomanip>

#include <cstdio>

#include <cstdlib>

#include <tchar.h>

#include <ctime>

using namespace std;

#include <winsock2.h>

#include <windows.h>

#include "thread.h" //见网络同步校时tcp服务器端sdk代码末尾

char * geterrormessage(char *szbuffer, dword dwsize)

{

 formatmessage(

  format_message_from_system | format_message_ignore_inserts,

  null,

  getlasterror(),

  makelangid(lang_neutral, sublang_default), // default language

  szbuffer,

  dwsize - 1,

  null

  );

 return szbuffer;

}

class rfc868udpserver : public thread

{

 long _lworkcount; //发送时间计数

 bool _frunflag; //循环运行标志

 socket _s37; //socket

 u_long _uip; //ip

public:


...   下一页
    摘要:模式linux host + windows (2000, xp) guest 一 适用人群: 大部分时间工作于linux上,有时不得已要用windows里的功能,但机器不能重启(比如http服务在运行) 二 优点: 1。linux运行在硬件的native speed上而不是虚拟机 2。发挥linux的稳定性 3。可以使用linux防火墙来保护windows虚拟机,过滤(和监视)已知和未知的各种病......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE