|
2013年1月3日
摘要:
Telnet协议详解及使用C# 用Socket 编程来实现Telnet协议 - Atpking - 博客园 ATPKING 菜,终究一天会成为历史。Telnet协议详解及使用C# 用Socket 编程来实现Telnet协议2010-01-28 21:37 by Atpking, 5745 阅读, 5 评论, 收藏, 编辑同步发行到atpking.com......这因为有个任务涉及到使用telne... 阅读全文
摘要:
Making HTTP requests via telnet - Tony's PlaceTony's PlaceRandom thoughtsAboutWikiTech StuffHomesearchskip to content ↓Making HTTP requests via telnetSimple telnet HTTP requestsUsing Telnet is a great... 阅读全文
摘要:
scrapy/w3lib · GitHubw3libOverviewThis is a Python library of web-related functions, such as:remove comments, or tags from HTML snippetsextract base url from HTML snippetstranslate entites on HTML str... 阅读全文
摘要:
AC自动机(Aho-Corasickautomation)_依然_新浪博客 AC自动机(Aho-Corasick automation) [此博文包含图片] (2012-01-27 22:15:27) 转载▼ 标签: acm ac自动机 分类: 学习资料 AC自动机:Aho-Corasick automation,该算法在1975年产生于贝尔实验室,是著名的多模匹配算法。 解决的问题:给出n个单... 阅读全文
摘要:
Scrapinghub | About UsAbout UsProfessional ServicesCareersContact UsTerms of SeviceAbout UsScrapinghub is a new startup with the goal of providing the best web scraping technology.Pablo Hoffman - Foun... 阅读全文
摘要:
zlog - 纯C日志函数库 - 开源中国纯C日志函数库 zlog分享到 新浪微博腾讯微博已用 +10收藏+92参加 OSC 应用开发大赛,拿 Nexus 4 手机 »星星之火,可以燎原zlog是一个高性能、线程安全、灵活、概念清晰的纯C日志函数库。事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的log4cxx)。C程序员都喜欢用自己的轮子。printf就... 阅读全文
摘要:
译言精选-十天内掌握线性代数:惊人的超速学习实验十天内掌握线性代数:惊人的超速学习实验 阅读全文
摘要:
python 实现新版websocket协议 server - 0x14 - ITeye技术网站python 实现新版websocket协议 server 博客分类:websocketwebsocketpythonwebsocket 和 正常 socket 使用方式有点不一样正常socket 客户端流程:连接 -> 连接成功 -> 接受数据 || 发送数据完事了正常socket 服务端流程:创建... 阅读全文
摘要:
Python socket上传文件的服务端和客户端实现 - 郭猛的个人空间 - 开源中国社区Python socket上传文件的服务端和客户端实现0人收藏此文章, 我要收藏 发表于1年前(2011-12-12 07:58) , 已有300次阅读 ,共3个评论代码均已测试:希望高人能指点一二服务端: #coding=gbk ''''' 等待连接 等待发送文件 读取数据 写入文件并且保存 ... 阅读全文
摘要:
Python爱好者 socket模块传输文件 -socket模块传输文件热度 1已有 32 次阅读2012-10-31 14:14 |个人分类:python| socket, 传送文件分享到: 在python中,socket 模块为开发人员提供了底层网络接口,开发人员可以用socket模块实现底层的基本网络通信。Socket 模块提供了 UNIX 程序员所熟悉的基本网络服务(也称为 BSD ... 阅读全文
摘要:
真实的活 - 博客园ip地址和int类型的相互转换这是我最近看到的一个面试题,还比较常见,于是用c, c++和python分别实现了 ip2int 和 int2ip, 因为我把main函数都写上了,代码显得有点杂乱,看的时候请重点看函数实现,忽略main函数ipv4的地址本来就是用32位来表示的,分成4个8位来书写, 所以ipv4和地址是可以和32位unsigned int一一对应的,转换的算法就... 阅读全文
摘要:
用python实现一个socket echo程序 && tcp socket的几个关闭状态 - 真实的活 - 博客园用python实现一个socket echo程序 && tcp socket的几个关闭状态这里用python实现了一个echo程序的服务端和客户端,客户端发出的东西,服务端打上一个时间戳后给客户端发回去。主要是实践一下python的socket编程python的socket相关的比... 阅读全文
摘要:
用Python实现一个简单的文件传输协议 - 但是博客很漂亮 - 博客频道 - CSDN.NET用Python实现一个简单的文件传输协议 2012-11-04 00:09 36人阅读 评论(0) 收藏 举报写个东西并非无聊或者练手,而是厌烦了每次都得重头写。我已经不是第一次碰到下面的情况:远程到一台可以连接内网的机器,结果发现其环境极为恶劣,没有scp。最夸张的一次,我见过一台机器连man都没装。... 阅读全文
摘要:
HTTPS与SNI扩展,一个IP多个证书在搭建支持HTTPS的前端代理服务器时候,通常会遇到让人头痛的证书问题。根据HTTPS的工作原理,浏览器在访问一个HTTPS站点时,先与服务器建立SSL连接,建立连接的第一步就是请求服务器的证书。而服务器在发送证书的时候,是不知道浏览器访问的是哪个域名的,所以不能根据不同域名发送不同的证书。用过GoAgent的人都知道需要给浏览器导入证书才能使用HTTPS正... 阅读全文
摘要:
简单的网络文件传输示例,多线程传一个目录!(pickle很实用) « Xiaoxia[PG]简单的网络文件传输示例,多线程传一个目录!(pickle很实用)写了很多年C/C++代码了,有时候换了一种语言去写程序,还是发觉自己的代码始终没有摆脱C的风格和思想。正当我考虑是否用Python里struct的pack和unpack函数来实现C里的结构功能的时候,我想起来有个东西叫做pickle,可以把一个... 阅读全文
摘要:
Python Network Programming : Code IndexCode IndexSimple Echo Server and Client: Demonstrates the use of the socket API, without error checking.Simple Echo Server with Exception Checking and Client wit... 阅读全文
摘要:
Python thread socket server – Tim[后端技术]Python thread socket serverSunday, Mar 8th, 2009 by Tim | Tags: Python, socket从网上参考了一些代码,实现了一个Python实现的基于线程的socket server, 用来实现各种服务系统的原型。放在这里供以后参考。#!/usr/bin/e... 阅读全文
摘要:
WebOb WSGI request and response objectsWhat is it?WebOb is a Python library that provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map muc... 阅读全文
摘要:
Linux Howtos: C/C++ -> Sockets TutorialSockets TutorialThis is a simple tutorial on using sockets for interprocess communication.The client server modelMost interprocess communication uses the client ... 阅读全文
摘要:
idea's blog - Windows Python select标准输入输出2010-05-30Windows Python select标准输入输出Computer System, PythonViews: 7114 | Add CommentsWindows 版本的 Python, select() 函数只能接受 socket, 不接受 File Object, 所以... 阅读全文
摘要:
idea's blog - 用C语法来写Python代码用C语法来写Python代码Computer System, PythonViews: 2233 | 11 Comments我认为 Python 不错, 因为作为脚本语言和动态语言, 它真的无可替代. 能作为通用用途的脚本语言本来就少 – PHP 主要用作 web 开发, gc 不成熟; Perl 算冷门, Ruby 等的... 阅读全文
摘要:
schacon/grack · GitHubGrack - Ruby/Rack Git Smart-HTTP Server HandlerThis project aims to replace the builtin git-http-backend CGI handler distributed with C Git with a Rack application. This reason ... 阅读全文
摘要:
cpy-scripting-language - Cpy provides you a way to write Python codes in C syntax! - Google Project Hosting Project feeds Code license Apache License 2.0 Labels ANTLR, Python, C-like, ... 阅读全文
摘要:
idea's blog - CpyCpyCpy 是一种类 C 语法的通用型面向对象动态脚本编程语言. Cpy 其实不是一门新语言, 因为它的语法是 C 语言(和 Java, JavaScript, PHP等)的语法的精简子集, 同时参与其它类 C 语言多年的成果, 而数据模型是 Python 的. 所以, 它的学习成本几乎为零, 没有任何门坎.Cpy 是一门非常简洁的语言, 其语法只有短短的 10... 阅读全文
摘要:
pyhttp -- 用Python语言演示Web服务器/客户端对HTTP协议的解析pyhttp -- 用Python演示Web服务器/客户端对HTTP协议的解析2011-04-29使用Python的基本socket接口和字符串处理能力, 实现了基本的HTTP协议报文的解析和协议实现. 帮助学习者更好的理解HTTP协议和Web服务器和客户端技术.pyhttp实现了Web服务器和客户端接口, 并且为I... 阅读全文
摘要:
websocket新版协议分析+python实现 - 小小的世界websocket新版协议分析+python实现 阅读全文
摘要:
用C语言实现一个简单的HTTP客户端(HTTP Client) - 雨水的专栏 - 博客频道 - CSDN.NET 用C语言实现一个简单的HTTP客户端(HTTP Client) 分类: 2. C/C++语言 2007-04-03 23:30 5466人阅读 评论(6) 收藏 举报 用C语言实现一个简单的HTTP Client(HTTP客户端)作者:gobitan(雨水... 阅读全文
摘要:
Socket.IO: the cross-browser WebSocket for realtime apps.What is Socket.IO?Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the ... 阅读全文
摘要:
Sending Binary Data - Python Module of the WeekPyMOTW »Internet Protocols and Support »socket – Network Communication »Sending Binary Data¶Sockets transmit streams of bytes. Those bytes can contain t... 阅读全文
摘要:
struct – Working with Binary Data - Python Module of the Weekstruct – Working with Binary Data¶ Purpose:Convert between strings and binary data.Available In:1.4 and laterThe struct module includes fu... 阅读全文
摘要:
TCP/IP Client and Server - Python Module of the WeekCP/IP Client and Server¶Sockets can be configured to act as a server and listen for incoming messages, or connect to other applications as a client.... 阅读全文
摘要:
Asynchronous Socket ProgrammingAsynchronous Socket ProgrammingWhat is 'asynchronous socket programming'?a.k.a. event-driven programming or select()-based multiplexing, it's a solution to a network pro... 阅读全文
摘要:
精益创业在中国:在试错中找痛点-CSDN.NETMVP(最小型可行性产品 阅读全文
摘要:
select – Wait for I/O Efficiently - Python Module of the Weekselect – Wait for I/O Efficiently¶ Purpose:Wait for notification that an input or output channel is ready.Available In:1.4 and laterThe se... 阅读全文
摘要:
《做最小可用产品还是做最漂亮的产品?》,原文链接:http://news.cnblogs.com/n/168230/ 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
摘要:
http://www.qgisworkshop.org/html/workshop/qgis.html#what-is-qgisQGIS¶What is QGIS?¶Quantum GIS (QGIS) is an open-source desktop GIS product that you helps you visualize, manage, edit, analyze, and c... 阅读全文
摘要:
litebook-project - 简单好用的看书软件 - Google Project Hosting2011-10-02 litebook 2.41 发布,诸多更新,推荐升级! 新增章节侧边栏 工具栏可缩放 修正一个无法载入某些EPUB文件的BUG 修正一个Linux下无法用命令行方式载入中文文件名的文件的BUG 修正一个在Windows下某些情况下无法启动的BUG 一些小更新 2011-1... 阅读全文
摘要:
Pentaho 4.1发布,优秀的开源商业智能解决方案 - 企业架构 - ITeye资讯Pentaho最近已发布了其开源商业智能套件的4.1版本。该版本在数据分析性能、可扩展及可靠性方面做出了重大改进,并且支持分布式in-memory缓存系统。 Pentaho是世界上最流行的开源商务智能(Business Intelligence,BI)解决方案。它是一个基于Java平台的BI套件,包括一... 阅读全文
摘要:
Python HOWTOs — Python v2.7.3 documentationPython HOWTOs¶Python HOWTOs are documents that cover a single, specific topic, and attempt to cover it fairly completely. Modelled on the Linux Documentation... 阅读全文
摘要:
Sockets programming in PythonSockets programming in Python 阅读全文
摘要:
Linux下方便的socket读写查看器(socktop) | Erlang非业余研究Linux下方便的socket读写查看器(socktop)March 31st, 2011 Yu Feng Leave a comment Go to comments原创文章,转载请注明: 转载自Erlang非业余研究本文链接地址: Linux下方便的socket读写查看器(socktop)晚上 雕梁 说要找个... 阅读全文
摘要:
ASPMaker 10 - The Best ASP Code GeneratorASPMaker is a powerful ASP code generator that can generate a full set of ASP (Active Server Pages) quickly from a Microsoft Access Database, SQL Server or any... 阅读全文
|