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

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

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

2012年9月26日

摘要: google-glog - Logging library for C++ - Google Project HostingglogThe glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helpe... 阅读全文
posted @ 2012-09-26 22:07 lexus 阅读(110) 评论(0) 推荐(0)

摘要: google-glog - Logging library for C++ - Google Project HostingglogThe glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helpe... 阅读全文
posted @ 2012-09-26 22:01 lexus 阅读(151) 评论(0) 推荐(0)

摘要: sparsehash - An extremely memory-efficient hash_map implementation - Google Project HostingAn extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains... 阅读全文
posted @ 2012-09-26 22:00 lexus 阅读(154) 评论(0) 推荐(0)

摘要: sparsehash - An extremely memory-efficient hash_map implementation - Google Project HostingAn extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains... 阅读全文
posted @ 2012-09-26 21:53 lexus 阅读(268) 评论(0) 推荐(0)

摘要: Download: Microsoft SQL Server Management Studio Express - Microsoft Download Center - Download DetailsMicrosoft SQL Server Management Studio Express 阅读全文
posted @ 2012-09-26 18:41 lexus 阅读(460) 评论(0) 推荐(0)

摘要: Issue 71 - pymssql - Undefined symbols on Mac, CentOS, Redhat with pre-compiled build - A fast MS SQL Server client library for Python directly using C API instead of ODBC. It is Python DB-API 2.0 com... 阅读全文
posted @ 2012-09-26 18:17 lexus 阅读(358) 评论(0) 推荐(0)

摘要: Ubuntu下通过unixODBC连接MS SqlServer2005 - god9me的专栏 - 博客频道 - CSDN.NET Ubuntu下通过unixODBC连接MS SqlServer2005 分类: 数据库 Linux 2010-04-27 10:38 553人阅读 评论(1) 收藏 举报一、下载相关软件 unixODBC、freetds (1) Linux系统的ODBC ... 阅读全文
posted @ 2012-09-26 17:53 lexus 阅读(577) 评论(0) 推荐(0)

摘要: Cython: C-Extensions for PythonDocumentationDownloadPeopleUseful LinksAbout CythonCython is a language that makes writing C extensions for the Python language as easy as Python itself. It is based on ... 阅读全文
posted @ 2012-09-26 17:35 lexus 阅读(480) 评论(0) 推荐(0)

摘要: freetds在UBUNTU下的安装 - kofiory的专栏 - 博客频道 - CSDN.NET freetds在UBUNTU下的安装 2010-07-20 20:43 269人阅读 评论(0) 收藏 举报下载地址:http://www.freetds.orgcd 进入freetds所在目录,$ tar zxvf freetds-stable.tgz(解压)$ ./configure --pre... 阅读全文
posted @ 2012-09-26 17:30 lexus 阅读(650) 评论(0) 推荐(0)

摘要: Linux下连接MS Sql server -- 使用ODBC/FreeTDS组合(详细)_徒步旅行者的空间_百度空间Linux下连接MS Sql server -- 使用ODBC/FreeTDS组合(详细)最近工作上需要,了解了下相关内容,网上资料较散,逻辑也不够清晰,这里总结了一下,算是比较全面的(部分内容来自网络)。在Linux下连接MSSql server,可以使用ODBC/FreeTDS... 阅读全文
posted @ 2012-09-26 17:30 lexus 阅读(1567) 评论(0) 推荐(0)

摘要: [ubuntu] How do I install unixODBC? - Ubuntu Forumssudo apt-get install unixodbc-dev unixodbc-bin unixodbcNetwork Wizard: Install FreeTDS on Ubuntusudo apt-get install freetds-dev 阅读全文
posted @ 2012-09-26 17:29 lexus 阅读(285) 评论(0) 推荐(0)

摘要: 开发环境部署 < Main < TWiki开发环境部署 1. 部署 2. 软件包 1. 部署0. 自动化部署附件: auto_depl.tar 功能:将以下部署环境安装操作:将包解压,用root运行work.sh即可1. boost库功能: 提供线程、文件操作、正则表达式、通信框架等跨平台类库主页: http://www.boost.org 安装:开发环境应用的版本为1.40.0,安装之前可以... 阅读全文
posted @ 2012-09-26 16:14 lexus 阅读(549) 评论(0) 推荐(0)

摘要: asyframe - 基于Boost.asio的半同步/半异步(Half-Sync/Half-Async)通信框架 - Google Project Hostingasyframe是基于Boost.asio的半同步/半异步(Half-Sync/Half-Async)通信框架,使用C++实现。asyframe的最大工作在于构建起了一个纯异步通信程序的启动和结束逻辑,而在通信操作方面仅是对Boost.... 阅读全文
posted @ 2012-09-26 14:35 lexus 阅读(260) 评论(0) 推荐(0)

摘要: Boost.asio的简单使用(timer,thread,io_service类) - 简单的日志 - 网易博客Boost.asio的简单使用(timer,thread,io_service类)2010-05-17 18:20:06|分类: C/C++之boost |标签: |字号大中小订阅2. 同步Timer本章介绍asio如何在定时器上进行阻塞等待(blocking wait). ... 阅读全文
posted @ 2012-09-26 14:34 lexus 阅读(445) 评论(0) 推荐(0)

摘要: muduo 与 boost asio 吞吐量对比 - 陈硕的Blog - 博客频道 - CSDN.NET muduo 与 boost asio 吞吐量对比 分类: muduo c++ 2010-09-04 16:24 16362人阅读 评论(41) 收藏 举报目录(?)[+]测试对象测试环境测试方法测试结果讨论muduo (http://code.google.com/p/muduo) 是一个... 阅读全文
posted @ 2012-09-26 14:30 lexus 阅读(306) 评论(0) 推荐(0)

摘要: boost::asio::ip::tcp实现网络通信的小例子(转载) - fengyc - 博客园boost::asio::ip::tcp实现网络通信的小例子(转载)Posted on 2012-03-21 14:15 fengyc 阅读(1289) 评论(0) 编辑 收藏 原文地址:http://www.cppblog.com/janvy/archive/2010/03/24/110478.h... 阅读全文
posted @ 2012-09-26 14:27 lexus 阅读(279) 评论(0) 推荐(0)

摘要: 现代软件构建系统的使用 CMake简介 - 程序即人生 - 博客频道 - CSDN.NET 现代软件构建系统的使用 CMake简介 分类: 【Linux】 2009-10-29 15:39 3113人阅读 评论(1) 收藏 举报目录(?)[+]现代软件构建系统的使用 CMake简介前言CMake的主要优点:CMake安装没有用CMake之前CMake入门库依赖处理静态库构建程序+库的构建... 阅读全文
posted @ 2012-09-26 13:34 lexus 阅读(696) 评论(0) 推荐(0)

摘要: cmake与autoconf+automake的对比 - 缘起 - 博客频道 - CSDN.NET cmake与autoconf+automake的对比 分类: C++ 2012-05-07 17:03 619人阅读 评论(0) 收藏 举报 首先,拿他们对比本身没有太多的意义,他们都是产生makefile文件的工具。cmake产生的晚,解决了很多autotools工具的问题。autotools... 阅读全文
posted @ 2012-09-26 11:51 lexus 阅读(1786) 评论(0) 推荐(0)

摘要: SconsVsOtherBuildTools - SCons Wiki目录 SCons make GNU Autotools CMake Makeit Jam qmake A-A-P Ant Maven TWW tools from TWW Inc. Rake Rant Makepp Waf KConfig Other comparisonsNote: this page may contain ... 阅读全文
posted @ 2012-09-26 11:40 lexus 阅读(531) 评论(0) 推荐(0)

摘要: GCC中使用hash_map_学着站在巨人的肩膀上_百度空间GCC中使用hash_maphash_map就是利用hash表实现的一个map,在查找是具有更快的效率,前提是你使用了适当的hash函数。hash_map不是STL中的一部分,但大多数C/c++的编译器都提供了这个容器。GCC也不例外,我在winds下使用的IDE是code blocks,它使用的编译器就是GCC。因为hash_map不是... 阅读全文
posted @ 2012-09-26 10:48 lexus 阅读(892) 评论(0) 推荐(0)