浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 240 241 242 243 244 245 246 247 248 ··· 630 下一页

2013年1月3日

摘要: idea's blog - Windows Python select标准输入输出2010-05-30Windows Python select标准输入输出Computer System, PythonViews: 7114 | Add CommentsWindows 版本的 Python, select() 函数只能接受 socket, 不接受 File Object, 所以... 阅读全文
posted @ 2013-01-03 20:23 lexus 阅读(576) 评论(0) 推荐(0)

摘要: idea's blog - 用C语法来写Python代码用C语法来写Python代码Computer System, PythonViews: 2233 | 11 Comments我认为 Python 不错, 因为作为脚本语言和动态语言, 它真的无可替代. 能作为通用用途的脚本语言本来就少 – PHP 主要用作 web 开发, gc 不成熟; Perl 算冷门, Ruby 等的... 阅读全文
posted @ 2013-01-03 20:21 lexus 阅读(337) 评论(0) 推荐(0)

摘要: 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 ... 阅读全文
posted @ 2013-01-03 20:17 lexus 阅读(401) 评论(0) 推荐(0)

摘要: 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, ... 阅读全文
posted @ 2013-01-03 20:15 lexus 阅读(81) 评论(0) 推荐(0)

摘要: idea's blog - CpyCpyCpy 是一种类 C 语法的通用型面向对象动态脚本编程语言. Cpy 其实不是一门新语言, 因为它的语法是 C 语言(和 Java, JavaScript, PHP等)的语法的精简子集, 同时参与其它类 C 语言多年的成果, 而数据模型是 Python 的. 所以, 它的学习成本几乎为零, 没有任何门坎.Cpy 是一门非常简洁的语言, 其语法只有短短的 10... 阅读全文
posted @ 2013-01-03 20:11 lexus 阅读(1489) 评论(0) 推荐(0)

摘要: pyhttp -- 用Python语言演示Web服务器/客户端对HTTP协议的解析pyhttp -- 用Python演示Web服务器/客户端对HTTP协议的解析2011-04-29使用Python的基本socket接口和字符串处理能力, 实现了基本的HTTP协议报文的解析和协议实现. 帮助学习者更好的理解HTTP协议和Web服务器和客户端技术.pyhttp实现了Web服务器和客户端接口, 并且为I... 阅读全文
posted @ 2013-01-03 20:04 lexus 阅读(309) 评论(0) 推荐(0)

摘要: websocket新版协议分析+python实现 - 小小的世界websocket新版协议分析+python实现 阅读全文
posted @ 2013-01-03 19:59 lexus 阅读(245) 评论(0) 推荐(0)

摘要: 用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(雨水... 阅读全文
posted @ 2013-01-03 19:55 lexus 阅读(761) 评论(0) 推荐(0)

摘要: 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 ... 阅读全文
posted @ 2013-01-03 19:14 lexus 阅读(349) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 19:08 lexus 阅读(350) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 19:07 lexus 阅读(300) 评论(0) 推荐(0)

摘要: 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.... 阅读全文
posted @ 2013-01-03 19:03 lexus 阅读(399) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 18:55 lexus 阅读(301) 评论(0) 推荐(0)

摘要: 精益创业在中国:在试错中找痛点-CSDN.NETMVP(最小型可行性产品 阅读全文
posted @ 2013-01-03 18:50 lexus 阅读(180) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 18:43 lexus 阅读(146) 评论(0) 推荐(0)

摘要: 《做最小可用产品还是做最漂亮的产品?》,原文链接:http://news.cnblogs.com/n/168230/ 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-03 16:35 lexus 阅读(176) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 13:41 lexus 阅读(252) 评论(0) 推荐(0)

摘要: Pentaho 4.1发布,优秀的开源商业智能解决方案 - 企业架构 - ITeye资讯Pentaho最近已发布了其开源商业智能套件的4.1版本。该版本在数据分析性能、可扩展及可靠性方面做出了重大改进,并且支持分布式in-memory缓存系统。 Pentaho是世界上最流行的开源商务智能(Business Intelligence,BI)解决方案。它是一个基于Java平台的BI套件,包括一... 阅读全文
posted @ 2013-01-03 13:33 lexus 阅读(253) 评论(0) 推荐(0)

摘要: litebook-project - 简单好用的看书软件 - Google Project Hosting2011-10-02 litebook 2.41 发布,诸多更新,推荐升级! 新增章节侧边栏 工具栏可缩放 修正一个无法载入某些EPUB文件的BUG 修正一个Linux下无法用命令行方式载入中文文件名的文件的BUG 修正一个在Windows下某些情况下无法启动的BUG 一些小更新 2011-1... 阅读全文
posted @ 2013-01-03 13:33 lexus 阅读(58) 评论(0) 推荐(0)

摘要: 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... 阅读全文
posted @ 2013-01-03 12:59 lexus 阅读(170) 评论(0) 推荐(0)

上一页 1 ··· 240 241 242 243 244 245 246 247 248 ··· 630 下一页