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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月9日

摘要: Visual Studio 2010旗舰版正式版序列号 - civilman的专栏 - 博客频道 - CSDN.NETVisual Studio 2010旗舰版正式版序列号 2010-04-19 22:50 16874人阅读 评论(3) 收藏 举报2010windowsapi用记事本打开:Setup–>setup.sdb文件,将[Product Key]YR3W8FCM2B7BKF9HMQFTCH... 阅读全文
posted @ 2013-01-09 23:21 lexus 阅读(244) 评论(0) 推荐(0)

摘要: Bozh 的技术博客 梦想成为Gnu/Linux | Unix后台架构师 | Read the fucking source codeBozh 的技术博客 梦想成为Gnu/Linux | Unix后台架构师 | Read the fucking source code 阅读全文
posted @ 2013-01-09 22:58 lexus 阅读(374) 评论(0) 推荐(0)

摘要: repowatcher : aboutSimplistic site to improve the way we can organise our saved repositories and keep up-to-date with important changes. Also consolidates code from various online hosting services for... 阅读全文
posted @ 2013-01-09 22:19 lexus 阅读(186) 评论(0) 推荐(0)

摘要: Cat in Chinese面试体验:Facebook 篇 阅读全文
posted @ 2013-01-09 16:58 lexus 阅读(196) 评论(0) 推荐(0)

摘要: Nodejs抓取非utf8字符编码的页面 - MK2 - 博客园Nodejs抓取非utf8字符编码的页面问题: nodejs目前无法处理非utf8编码以外的字符在cnodejs用户组,有同学遇到抓取百度页面出现编码问题由于Buffer.toString(encoding)中encoding只支持utf8编码,所以需要附加模块才能处理此问题解决:node-iconv 模块安装:$ npm insta... 阅读全文
posted @ 2013-01-09 16:17 lexus 阅读(371) 评论(0) 推荐(0)

摘要: (myconnpy出现,pymysql可以入冷宫了)打个小补丁,让pymysql正确处理日期类型和NULL类型 - MK2 - 博客园(myconnpy出现,pymysql可以入冷宫了)打个小补丁,让pymysql正确处理日期类型和NULL类型使用完善的myconnpy吧!以下可以忽略!pymysql是个不错的纯python实现的mysql api,获取源代码执行一些测试发现有一些bug,目前发现... 阅读全文
posted @ 2013-01-09 15:46 lexus 阅读(357) 评论(0) 推荐(0)

摘要: 解决error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No su - 只许关山度若飞 - 博客频道 - CSDN.NET 解决error while loading shared libraries: libpython2.7.so.1.0: cannot open ... 阅读全文
posted @ 2013-01-09 15:31 lexus 阅读(1959) 评论(0) 推荐(0)

摘要: 【资料整理】Socket编程之非阻塞connect(二) - 摩云飞的个人空间 - 开源中国社区【资料整理】Socket编程之非阻塞connect(二)7人收藏此文章, 我要收藏 发表于2个月前(2012-11-08 18:15) , 已有98次阅读 ,共0个评论转载自:http://my.oschina.net/u/617889/blog/87950socket api 存在一批核心接口,而这一... 阅读全文
posted @ 2013-01-09 14:30 lexus 阅读(402) 评论(0) 推荐(1)

摘要: 做socket保持长连接的一些心得 - chen_scor的日志 - 网易博客做socket保持长连接的一些心得 2010-07-21 19:43:58|分类: dotnet开发 |标签: |字号大中小订阅http://www.dnbcw.com/biancheng/c/hgdc106706.html最近做socket保持长连接的一些心得,欢迎大家讨论 - .NET技术 / C#文章来源网络 属... 阅读全文
posted @ 2013-01-09 14:27 lexus 阅读(7327) 评论(0) 推荐(0)

摘要: Socket心跳包理解历程 - 风去云寂寞的日志 - 网易博客Socket心跳包理解历程 2009-03-28 23:35:55|分类: 默认分类 |标签: |字号大中小订阅 去年开始接触C/S类型程序,这里就免不了有SOCKET编程,项目需要使用长连接,那么就需要心跳机制。习惯性GOOGLE了下,一个发送一个接收,检测。感觉在服务器上发送挺方便的,于是就在服务器上往客户端上分发,客户端检测。那... 阅读全文
posted @ 2013-01-09 14:07 lexus 阅读(615) 评论(0) 推荐(0)

摘要: socket心跳检测 - thisliy - BlogJavasocket心跳检测一、什么是心跳检测 判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。 基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定... 阅读全文
posted @ 2013-01-09 14:06 lexus 阅读(970) 评论(0) 推荐(0)

摘要: Pingback - Wikipedia, the free encyclopediaPingback From Wikipedia, the free encyclopedia Jump to: navigation, search A pingback is one of three types of linkbacks, methods for Web authors ... 阅读全文
posted @ 2013-01-09 13:48 lexus 阅读(285) 评论(0) 推荐(0)

摘要: 有事没事在每张dbschema table里加两个字段created_atupdated_at 阅读全文
posted @ 2013-01-09 13:45 lexus 阅读(160) 评论(0) 推荐(0)

摘要: Eli Bendersky's website » Less copies in Python with the buffer protocol and memoryviewsLess copies in Python with the buffer protocol and memoryviewsNovember 28th, 2011 at 7:48 am For one of the hobb... 阅读全文
posted @ 2013-01-09 12:04 lexus 阅读(380) 评论(0) 推荐(0)

摘要: Eli Bendersky's website » Code sample – socket client based on Twisted with PyQtCode sample – socket client based on Twisted with PyQtMay 26th, 2011 at 5:28 am In an earlier post, I discussed one way ... 阅读全文
posted @ 2013-01-09 12:02 lexus 阅读(436) 评论(0) 推荐(0)

摘要: Eli Bendersky's website » Code sample – socket client thread in PythonCode sample – socket client thread in PythonMay 18th, 2011 at 6:04 pm When creating a GUI that has to communicate with the outer w... 阅读全文
posted @ 2013-01-09 11:44 lexus 阅读(520) 评论(0) 推荐(0)

摘要: 简历===![](http://www.gravatar.com/avatar/d48cd4d6ded95a9cb5912a32e18f658b?size=50&default=wavatar)***姓名**:陈冶***手机**: 18666686854***微博**: \__陈冶__***GitHub**:https://github.com/chzyer***QQ**: 107749121**... 阅读全文
posted @ 2013-01-09 11:38 lexus 阅读(250) 评论(0) 推荐(0)

摘要: Python Standard Library (中文版) 网络协议Python Standard Library (中文版) 网络协议 阅读全文
posted @ 2013-01-09 11:33 lexus 阅读(224) 评论(0) 推荐(0)

摘要: 用python快速开发一个实用的socket服务器 - 吴尔平 - 博客园用python快速开发一个实用的socket服务器 首先,要明白不是所有的socket服务都需要高性能。如果要求高性能,使用IOCP或EPoll模式用C/C++来完成,直接用API写,用ACE的proactor封装来完成是比较恰当的行为。但当性能不是主要问题时,用Python来写socket服务,并享受高的开发效率将是一件快... 阅读全文
posted @ 2013-01-09 11:29 lexus 阅读(313) 评论(0) 推荐(0)

摘要: switchflow/switchflow/asio-http at master · baus/switchflow · GitHubbaus / switchflow 阅读全文
posted @ 2013-01-09 11:29 lexus 阅读(145) 评论(0) 推荐(0)