服务端: #!/usr/bin/env python # -*- coding: utf-8 -*- # import socketserver # bufsize = 1024 # host = '127.0.0.1' # port = 8100 # address = (host,port) #... ...
分类:
其他好文 时间:
2017-07-08 13:15:53
阅读次数:
193
1. Create an Existing Database CREATE TABLE [dbo].[Blogs] ( [BlogId] INT IDENTITY (1, 1) NOT NULL, [Name] NVARCHAR (200) NULL, [Url] NVARCHAR (200) NU ...
分类:
数据库 时间:
2017-07-08 11:19:26
阅读次数:
295
来源:http://www.drdobbs.com/cpp/accessing-device-drivers-from-c/184416423/ Device Drivers are written largely in C or C++. No explicit support for Devic ...
分类:
数据库 时间:
2017-07-07 13:27:21
阅读次数:
217
1 回弹机制:bounces alwaysBounceHorizontal alwaysBounceVerticalbounces:描述的当scrollview的显示超过内容区域的边缘以及返回时,是否有弹性,默认值为YES。值为YES的时候,意味着到达contentSize所描绘的的边界的时候,拖动 ...
分类:
移动开发 时间:
2017-07-07 13:06:18
阅读次数:
242
apache做反向代理服务器 apache代理分为正向代理和反向代理: 1 正向代理: 客户端无法直接访问外部的web,需要在客户端所在的网络内架设一台代理服务器,客户端通过代理服务器访问外部的web(需要在客户端的浏览器中设置代理服务器) 适用于: ①局域网的代理服务器(一般是网关,相当于squi ...
分类:
Web程序 时间:
2017-07-06 15:55:13
阅读次数:
195
#ifdef _DEBUG #define LOG_INFO \ BOOST_LOG_SEV(Logger::severity_logger, Logger::info) << __FILE__ <<" [" <<__LINE__<<"] " #else #define LOG_INFO /##/ ... ...
分类:
其他好文 时间:
2017-07-04 20:22:39
阅读次数:
139
pg_restore restores a PostgreSQL database from an archive created by pg_dump.Usage: pg_restore [OPTION]... [FILE]General options: -d, --dbname=NAME co ...
分类:
数据库 时间:
2017-07-04 14:59:32
阅读次数:
673
Have you ever known the theory of chocie? There are a bunch of axiems, but there are only two thing we really need to concern with. One, the only pers ...
分类:
其他好文 时间:
2017-07-04 11:19:51
阅读次数:
118
? Welcome to the Real World Gregor Hohpe EnginEERS liKE pRECiSion, especially software engineers who live in the realm of ones and zeros. They are use ...
分类:
其他好文 时间:
2017-07-03 14:13:45
阅读次数:
167