几种网络编程方式:ISAPI、CGI、WinInet、Winsock它们之间的差别:1) ISAPI主要是开发基于浏览器client与server端程序。效率比CGI方式高,并且也扩展了CGI没有的一些功能。(基于TCP/IP模型中的应用层)2) CGI主要是开发基于浏览器client与server...
分类:
其他好文 时间:
2014-07-26 17:08:02
阅读次数:
431
Redhat5.4-64安装mysql:首先下载mysql安装包:http://downloads.skysql.com/archives/mysql-5.5/MySQL-client-5.5.12-1.rhel5.x86_64http://downloads.skysql.com/archives/mysql-5.5/MySQL-devel-5.5.12-1.rhel5.x86_64http://downloads.skysql.com/archives/mysql-5.5/MySQL-..
分类:
数据库 时间:
2014-07-26 15:36:55
阅读次数:
222
python 开源模块requests 的丰富实例...
分类:
编程语言 时间:
2014-07-26 15:13:20
阅读次数:
245
windows下面的远程登录很方便,不需要新安装一些软件。我们不妨这样:主机client要求登录主机server。过程如下:一、主机server的设置右键我的电脑 --> 选择属性 --> 选择远程设置选项 --> 在弹出来的系统属性对话框中‘远程协助’的checkbox勾上,‘远程桌面’选择允许运...
#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
参考服务器安装的是Centos 系统。
uwsgi是使用pip安装的。
nginx是使用yum install nginx安装。
python 2.7, mysql 5.5使用 yum安装。
它们之间的逻辑关系如下:
the web client the web server the socket uwsgi Django
uswgi负责从D...
分类:
其他好文 时间:
2014-07-26 02:10:06
阅读次数:
336
140724 18:44:55 [Warning] IP address '61.143.209.110' could not be resolved: Temporary failure in name resolution
问题产生的原因:
出现错误的原因是MYSQL Server在本地内存中维护了一个非本地的Client TCP cache,这个cache中包含了远程Client的登录信息,比如IP地址,hostname等信息。
如果Client连接到服务器后,Mysql首先会在本地TCP池中根据I...
分类:
其他好文 时间:
2014-07-25 11:06:31
阅读次数:
199
Port模式:ftp server:tcp 21 client:dynamicPasv模式:ftp server:tcp 21 <----client:dynamic ftp server:tcp dynamic <----client:dynamic
分类:
其他好文 时间:
2014-07-24 21:42:42
阅读次数:
273
在vsphere client中部署ovf模板后启动linux 的network后提示:device eth0 does not seem to be present, delaying initialization
设备eth0没有准备就绪,延迟初始化...
分类:
Web程序 时间:
2014-07-24 17:48:06
阅读次数:
249
WebClient client = new WebClient(); MemoryStream ms = new MemoryStream(client.DownloadData("http://www.cnblogs.com/")); ...
分类:
Web程序 时间:
2014-07-24 17:06:35
阅读次数:
199