TCP/IP通常认为是一个四层协议系统 应用层 Telnet、FTP、e-mail等 运输层 TCP和UPD 网络层 IP、ICMP和IGMP 链路层 设备驱动程序及接口卡 ...
分类:
其他好文 时间:
2014-10-18 13:51:02
阅读次数:
166
Emacs for All, All for EmacsEmacs for All, All for EmacsTable of Contents1. How to enable Chinese input in emacs?2. Is it possible to use version cont...
分类:
系统相关 时间:
2014-10-18 12:30:10
阅读次数:
365
一。下载:1.wget2.解压二。编译:1.参数:./configure\--prefix=/usr/local/mysql--with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock--localstatedir=/usr/local/mysql/data--enable-assembler--enable-thread-safe-client--with-mysqld-user=mysql--with-b..
分类:
数据库 时间:
2014-10-18 11:20:43
阅读次数:
210
right click the solution in the Solution Explorer-> Properties-> Debug ->Enable Debuggers-> Enable unmanaged code debugging
分类:
其他好文 时间:
2014-10-17 15:22:57
阅读次数:
133
一、Entity Framework 迁移命令(get-help EntityFramework)Enable-Migrations启用迁移Add-Migration为挂起的Model变化添加迁移脚本Update-Database将挂起的迁移更新到数据库Get-Migrations获取已经应用的迁移...
分类:
其他好文 时间:
2014-10-17 11:52:29
阅读次数:
361
TCP异步服务端
核心功能和同步服务端的功能类似,如下:
class talk_to_client : public boost::enable_shared_from_this
, boost::noncopyable {
typedef talk_to_client s...
分类:
编程语言 时间:
2014-10-17 11:04:34
阅读次数:
302
三:以上Festival安装完成以后回到ekho安装目录:执行./configure --enable-festival 前更改configure1:替换#AC_DEFINE(ENABLE_FESTIVAL,,[Enable Festival])#LIB_FESTIVAL="${srcdir}/li...
分类:
其他好文 时间:
2014-10-17 10:05:29
阅读次数:
343
解压缩 vssetupdir\Samples\1033\VC2010Samples.zip ,位于C++\MFC\ole\TstCon\vs2008中的sample的话,要改TCProps项目的Linker->Manifest File->Enable User Account Contrul(UA...
分类:
其他好文 时间:
2014-10-17 10:04:32
阅读次数:
193
这本书一共有33章,从底层开始往上讲,论述了tcp/ip的实现过程:数据链层->网络层->socket->传输层;打算从后面开始学,从传输层开始!传输层-tcp+udp网络层(IP,ICMP,IGMP,路由以及邻居子系统和ip组播)
分类:
系统相关 时间:
2014-10-17 05:57:14
阅读次数:
467
1. 配置参数'./configure' '--prefix=/usr/local/php5.2' '--with-apxs2=/usr/sbin/apxs' '--with-mysql=/usr/bin/mysql' '--with-curl' '--enable-mbstring' '--ena...
分类:
Web程序 时间:
2014-10-16 22:18:43
阅读次数:
224