自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

luoxn28的专栏

学习记录

  • 博客(2)
  • 资源 (4)
  • 问答 (1)
  • 收藏
  • 关注

原创 Linux包含hash_map和hash_set的not declared问题

当在Linux下cpp文件包含hash_map或hash_set时,会出现"‘hash_map’ was not declared in this scope"问题。 #include #include #include using namespace std; int main(void) { hash_map hmap; hmap[1] = "hi hdu1"; hmap[2

2015-08-21 08:48:49 2041

原创 Ubuntu下nginx的编译与安装

安装环境:Ubuntu12.04、nginx1.9.0 Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 服务器。  Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,供俄国大型的入口

2015-08-04 21:18:30 3315

ftplib-4.0

ftplib is a set of routines that implement the FTP protocol. They allow applications to create and access remote files through function calls instead of needing to fork and exec an interactive ftp client program. ftplib has been built and tested on Linux (X86), Mac OS-X and OpenVMS (AXP). Coming soon: I am working on a version that uses autotools. This should be release shortly.

2015-07-07

红黑树代码

红黑树的C语言代码实现,这我参考《算法导论》写的实例代码,仅供参考^_^

2015-05-07

深入理解计算机系统

深入理解计算机系统,学习系统的好书。经典

2014-08-28

电子电路设计

初学电子设计的好帮手,对于车学者来说是一本不错的入门书籍。特别对于学生来说更是一本好的参考书籍。

2013-12-09

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除