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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 322 323 324 325 326 327 328 329 330 ··· 630 下一页

2012年7月18日

摘要: nvie/rqRQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It s... 阅读全文
posted @ 2012-07-18 01:36 lexus 阅读(1441) 评论(0) 推荐(0)

2012年7月17日

摘要: APScheduler 2.0.3 : Python Package IndexAPScheduler 2.0.3In-process task scheduler with Cron-like capabilitiesDownloads ↓ | Package DocumentationAdvanced Python Scheduler (APScheduler) is a light but ... 阅读全文
posted @ 2012-07-17 16:34 lexus 阅读(573) 评论(0) 推荐(0)

摘要: Python - easy way to add N seconds to a datetime.time? - Stack Overflowb = a + datetime.timedelta(seconds=3) 阅读全文
posted @ 2012-07-17 15:59 lexus 阅读(157) 评论(0) 推荐(0)

摘要: 网络连通性的测试工具,定时执行 阅读全文
posted @ 2012-07-17 11:29 lexus 阅读(190) 评论(0) 推荐(0)

摘要: 构造HttpClient三部曲之一:支持代理的Socket封装 | 阿毛的蛋疼地构造HttpClient三部曲之一:支持代理的Socket封装 作者: 阿毛 日期: 2011 年 5 月 6 日 发表评论 (2) 查看评论 最近在重构闪印的网络部分的代码——原因不外乎当时写的时候太着急,很多东西都没有好好的封装,将就着能用就行了。而挪到Ebox中为了传说中的平台无关,像FileStream... 阅读全文
posted @ 2012-07-17 09:27 lexus 阅读(1340) 评论(0) 推荐(0)

摘要: 用C语言实现一个简单的HTTP客户端(HTTP Client) - 雨水的专栏 - 博客频道 - CSDN.NET 用C语言实现一个简单的HTTP客户端(HTTP Client) 分类: 2. C/C++语言 2007-04-03 23:30 4632人阅读 评论(4) 收藏 举报 用C语言实现一个简单的HTTP Client(HTTP客户端)作者:gobitan(雨水) 日期:2007-04... 阅读全文
posted @ 2012-07-17 09:24 lexus 阅读(1563) 评论(0) 推荐(0)

摘要: HTTP Client C APIHTTPClient 1.0 10 Jul 2006 About the API Highly portable API written in C that implements the client side of the HTTP 1.1 Protocol as Defined in RFC 2616,2617. Can be easily ported to... 阅读全文
posted @ 2012-07-17 09:16 lexus 阅读(552) 评论(0) 推荐(0)

摘要: Classes for Writing HTTP Clients in C++ - CodeProjectClasses for Writing HTTP Clients in C++By AnOldGreenHorn | 2 Jan 2009| ArticleVC6MFCDevIntermediateWrapper classes for Win32 HTTP calls, URL encodi... 阅读全文
posted @ 2012-07-17 09:15 lexus 阅读(329) 评论(0) 推荐(0)

摘要: C: Linux Socket Programming, TCP, a simple HTTP client - 安東尼隨手記 - Yahoo!奇摩部落格 檢舉C: Linux Socket Programming, TCP, a simple HTTP client分類:Linux程式設計2009/04/16 10:46分享 Facebook Plurk YAHOO! 分享在我的... 阅读全文
posted @ 2012-07-17 09:11 lexus 阅读(458) 评论(0) 推荐(0)

摘要: tcpdump使用实例——基于ip统计流量 - wangvsa - 博客园tcpdump使用实例——基于ip统计流量?tcpdump - dump traffic on a network问题:基于ip统计流量。硬件:学校集群难点:1.当使用高速网卡(千兆或IB)并且网卡满负荷时丢包率如何2.程序的cpu占用率如何3.日志文件过大方案及分析:1.抓包的实现方式有多种,如用libpcap库、采用零拷... 阅读全文
posted @ 2012-07-17 08:59 lexus 阅读(1032) 评论(0) 推荐(0)

摘要: MeteorA new way to build apps.Meteor is a set of new technologies for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started. 阅读全文
posted @ 2012-07-17 08:46 lexus 阅读(197) 评论(0) 推荐(0)

摘要: neon HTTP and WebDAV client libraryneonneon is an HTTP and WebDAV client library, with a C interface. Features:High-level wrappers for common HTTP and WebDAV operations (GET, MOVE, DELETE, etc)Low-le... 阅读全文
posted @ 2012-07-17 00:18 lexus 阅读(548) 评论(0) 推荐(0)

摘要: Examples - Boost 1.41.0 Examples AllocationThis example shows how to customise the allocation of memory associated with asynchronous operations.boost_asio/example/allocation/server.cpp BuffersThis exa... 阅读全文
posted @ 2012-07-17 00:14 lexus 阅读(354) 评论(0) 推荐(0)

摘要: download a file from a url in C++ - Ubuntu ForumsRe: download a file from a url in C++ Here's a C version. PHP Code: /**wget_sortof.c**Copyright2007VyacheslavGoltser<slavikg@gmail.com>**Thisprogramis... 阅读全文
posted @ 2012-07-17 00:11 lexus 阅读(410) 评论(1) 推荐(0)

摘要: C++ Sockets LibraryC++ Socket Library programming exampleExample: a small httpget programUsage: $ httpget http://www.alhem.net/Sockets/index.htmlView source code: httpget.cpp and httpget2.cpphttpget-1... 阅读全文
posted @ 2012-07-17 00:02 lexus 阅读(273) 评论(0) 推荐(0)

摘要: Overview | POCO C++ LibrariesModern, powerful open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server and embedded systems. 阅读全文
posted @ 2012-07-17 00:01 lexus 阅读(320) 评论(0) 推荐(0)

2012年7月16日

摘要: libcurl - simple.csimple.cAll Examples10-at-a-time.canyauthput.ccacertinmem.ccertinfo.cchkspeed.ccookie_interface.ccurlgtk.ccurlx.cdebug.cevhiperfifo.cexternalsocket.cfileupload.cfopen.cftp-wildcard.c... 阅读全文
posted @ 2012-07-16 23:58 lexus 阅读(306) 评论(0) 推荐(0)

摘要: C++ Sockets Library: Unix & Windows socket programming made easyC++ Sockets Library[ About | Download | Tutorial | Documentation | User testimonials | Awards | Buy ]Latest versionWindows users should ... 阅读全文
posted @ 2012-07-16 23:57 lexus 阅读(324) 评论(0) 推荐(0)

摘要: 使用 Socket 通信实现 FTP 客户端程序使用 Socket 通信实现 FTP 客户端程序高 乐怡, 软件工程师, IBM高乐怡,目前是 IBM 中国系统与科技中心的软件工程师,从事测试工具的开发工作。顾锋磊,目前是 IBM 中国系统与科技中心的软件工程师,从事测试工具的开发工作。顾 锋磊, 软件工程师, IBM顾锋磊,目前是 IBM 中国系统与科技中心的软件工程师,从事测试工具的开发工作。... 阅读全文
posted @ 2012-07-16 23:52 lexus 阅读(312) 评论(0) 推荐(0)

摘要: hadoop - what is difference between Pig and Hive? - Stack OverflowApache Pig and Hive are two projects that layer on top of Hadoop, and provide a higher-level language for using Hadoop's MapReduce lib... 阅读全文
posted @ 2012-07-16 23:30 lexus 阅读(364) 评论(0) 推荐(0)

上一页 1 ··· 322 323 324 325 326 327 328 329 330 ··· 630 下一页