岚天逸见

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 78 下一页

2014年4月10日 #

C++中的Trivial 、POD、non-POD和Standard Layout概念

摘要: POD typesnon-POD typesStandard Layout types A Formal Definition Informally, a standard layout class is one without direct or indirect ... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(1516) 评论(0) 推荐(0)

三年经验的C,超过两题答不出请离开软件界

摘要: 1.double free是什么问题?申请地址与释放地址不一致会有什么问题?2.main函数最多有几个参数?各是什么作用?3.crt是什么?编译器是怎么样连接crt的(描述cl或者gcc方式)4.c语言程序的入口函数是哪个?(绝对不是main)5.请描述不使用main... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(104) 评论(0) 推荐(0)

boost库thread.hpp编译警告honored已修复

摘要: 请浏览:https://svn.boost.org/trac/boost/ticket/7874 #7874: compile warning: thread.hpp:342: warning: type attributes are honored onlya... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(243) 评论(0) 推荐(0)

mono-3.0.2安装指南

摘要: install-mono.sh.zip mono-3.0.2安装指南.pdf mod_mono.diff.zip mono-3.0.2安装指南 一见 2012/12/27 目录 1. 前言 1 1... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(269) 评论(0) 推荐(0)

thrift使用小记

摘要: Thrift是一个跨语言的服务部署框架,最初由Facebook于2007年开发,2008年进入Apache开源项目。Thrift通过一个中间语言(IDL, 接口定义语言)来定义RPC的接口和数据类型,然后通过一个编译器生成不同语言的代码(目前支持C++,Jav... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(266) 评论(0) 推荐(0)

安装thrift时,注意openssl参数

摘要: 在安装基于openssl-1.0.1c的thrift-0.9.0时,正常使用--with-openssl在configure时会出错,报“Error: libcrypto required.”错误,为解决这个错误,可以使用CPPFLAGS="-I$HOME/iflow... 阅读全文

posted @ 2014-04-10 10:57 岚天逸见 阅读(710) 评论(0) 推荐(0)

Linux下性能监控工具介绍

摘要: 本章解释如何使用适用于Linux的大量性能工具及每个工具中信息的意义。即使已经使用top或者sar,也可能从本章学到相关知识。应该养成使用这些工具的习惯。当然要知道如何诊断性能问题,但也应该定期寻找可能指示问题的关键指标的变化。可以使用这些工具衡量新应用程序对性能的影... 阅读全文

posted @ 2014-04-10 10:56 岚天逸见 阅读(416) 评论(0) 推荐(0)

提高 Linux 上 socket 性能

摘要: 加速网络应用程序的 4 种方法M. Tim Jones ,资深软件工程师,Emulex2006 年 2 月 13 日使用 SocketsAPI,我们可以开发客户机和服务器应用程序,它们可以在本地网络上进行通信,也可以通过 Internet 在全球范围内进行通信。与其他... 阅读全文

posted @ 2014-04-10 10:56 岚天逸见 阅读(159) 评论(0) 推荐(0)

网站压力测试工具集

摘要: 压力测试工具集工具 相关网址LoadRunner http://www.mercuryinteractive.com/products/loadrunner/SilkPerformer http://www.segue.com/products/load-s ... ... 阅读全文

posted @ 2014-04-10 10:56 岚天逸见 阅读(210) 评论(0) 推荐(0)

Oracle 系统表大全

摘要: 数据字典dict总是属于Oracle用户sys的。 1、用户: select username from dba_users; 改口令 alter user spgroup identified by spgtest; 2、表空间: select *... 阅读全文

posted @ 2014-04-10 10:56 岚天逸见 阅读(148) 评论(0) 推荐(0)

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 78 下一页

导航