自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (8)
  • 收藏
  • 关注

原创 linux windows 双系统必须先装windows,再装linux,否则无法做到二者均能正常启动。

2018-08-26 18:48:01 1834

转载 virtualenv

http://codingpy.com/article/virtualenv-must-have-tool-for-python-development/

2018-08-17 09:33:28 143 1

转载 error: 'EOF' was not declared in this scope的解决办法

http://blog.sina.com.cn/s/blog_4f183d9601015zmy.htmlerror: 'EOF' was not declared in this scope的解决办法 (2012-06-04 13:35:45)转载▼标签: error eof stderr

2014-01-12 22:03:56 2887

转载 Nginx 0.8.x + PHP 5.2.13(FastCGI)搭建胜过Apache十倍的Web服务器(第6版)

http://blog.s135.com/nginx_php_v6/

2014-01-12 21:57:41 568

转载 hp编译时 出现configure: error: libjpeg.(a|so) not found 错误的解决办法

hp编译时 出现configure: error: libjpeg.(a|so) not found 错误的解决办法在centos 6系统下编译安装PHP时,有以下错误, centos 5 好像没有checking for GD support... yeschecking for the location of libjpeg... yes

2014-01-12 19:35:46 1133

转载 Nginx开启Gzip压缩大幅提高页面加载速度及相关测试

Nginx开启Gzip压缩大幅提高页面加载速度及相关测试http://outofmemory.cn/code-snippet/2050/Nginx-open-Gzip-pack-dafutigao-page-loading-speed-and-related-test刚刚给博客加了一个500px相册插件,lightbox引入了很多js文件和css文件,页面一下子看起来非常臃肿,

2014-01-12 11:02:59 754

转载 The Difference Between Trees and Hash Tables

http://www.informit.com/guides/content.aspx?g=java&seqNum=472ava Reference GuideHosted by Steven HainesGuide Contents Print Page 47 of 650 Next >The

2014-01-11 22:24:57 569

转载 数据结构与算法-“数组、链表、树、哈希表”选哪个(性能比较)?

http://hi.baidu.com/haifengjava/item/a672923e06c4b3be124b14e9数据结构与算法-“数组、链表、树、哈希表”选哪个(性能比较)?通用数据结构貌似包括:数组、链表、树(二叉树、平衡树)、哈希表。之所以称之为通用数据结构是因为它们通过关键字的值来存储、查找数据。现实中,要想存储人事记录、货存记录、合

2014-01-11 22:24:31 1918 1

转载 What's the difference of hash table and binary tree?

http://bytes.com/topic/c/answers/597897-whats-difference-hash-table-binary-treeWhat's the difference of hash table and binary tree?P: n/afdm

2014-01-11 22:03:25 669

转载 Binary Search Tree vs Hash Table?

Binary Search Tree vs Hash Table?peti asked 5 years agoHello, in have implemented a dictionary, that has pair(char* key, char * definition) elements ( C++) using a Binary Search Tree.

2014-01-11 21:58:54 1000

转载 nginx https 测试 及status模块

--with-http_ssl_module 生成证书$ cd /usr/local/nginx/conf$ openssl genrsa -des3 -out server.key 1024$ openssl req -new -key server.key -out server.csr$ cp server.key server.key.org$ open

2014-01-08 18:10:03 1188 1

原创 nginx模块开发的有用链接

http://www.cnblogs.com/yjf512/archive/2012/03/30/2424726.html

2014-01-08 14:06:07 933

转载 nginx 自定义协议 扩展模块开发

http://blog.chinaunix.net/uid-26443921-id-3018781.htmlnginx 自定义协议 扩展模块开发 2011-11-15 20:31:29分类: LINUX      公司内部协议均是固定包长的二进制协议,对于内部服务器通信来说足够了,但接口服务器还是采用了http协议,毕竟通用,况且私有二进制协

2014-01-08 13:58:24 2186

原创 nginx 1.4.3 日志模块测试程序

1.源文件main.c/** * 2014年1月7日16时37分 log test */#include #include "ngx_config.h"#include "ngx_conf_file.h"#include "nginx.h"#include "ngx_core.h"#include "ngx_string.h"#include "ngx_palloc.h"#

2014-01-08 10:07:23 864

转载 C语言指针数组和数组指针

C语言指针数组和数组指针作者:admin   发布时间:2012-04-19 13:09   来源:C语言中文网   人围观一、指针数组和数组指针的内存布局初学者总是分不出指针数组与数组指针的区别。其实很好理解:指针数组:首先它是一个数组,数组的元素都是指针,数组占多少个字节由数组本身决定。它是“储存指针的数组”的简称。数组指针:首先它是一个指针,它指向一个数组。在

2014-01-08 10:00:19 619 1

原创 从DNS服务器应用极广的BIND9.9.2 中提取的双向链表,可以用于自己的程序,也可以用来理解BIND

有三个文件list.h, boolean.h和main.c------list.h --------- /* * Copyright (C) 2004, 2006, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2002 Internet Software Cons

2012-12-21 17:34:52 480

原创 MPC5121浮点运行能力测试

http://blog.csdn.net/zjujoe/archive/2008/07/02/2604157.aspx非常感谢,这是我在MPC5121上的运行结果:测试1,带ffast-math编译选项:CFLAGS= -O3 -mcpu=603e -fomit-frame-pointer -pipe -fsigned-char -funroll-loops -mhard-float -ffast-math[root@EMA-Polar floattest]# ./floattest_songlixinSt

2010-12-26 19:40:00 728

ByteBlaster II 在并口卡上运行的问题

ByteBlaster II 在并口卡上运行的问题

2010-09-22

at91sam764开发板 使用说明书

at91sam764开发板 使用说明书,含keil编译器使用说明

2010-03-06

at91sam764开发板原理图protel格式

at91sam764开发板原理图protel格式

2010-03-06

广州友善QQ2440 ARM9 S3c2440 开发板的电路原理图

广州友善QQ2440 ARM9 S3c2440 开发板的电路原理图

2010-03-03

HP-Series-CN 日本安川工业机器人说明书

HP-Series-CN 日本安川工业机器人说明书

2009-05-16

USB控制开发板使用手册V12

USB控制开发板使用手册V12 通过 WIN XP USB 控制开发板LED 驱动安装及使用说明

2009-04-20

英文资料日本东芝编写的NAND FLASH与 NOR FLASH的对比

英文资料日本东芝编写的NAND FLASH与 NOR FLASH的对比

2009-04-04

日本安川MOTOMAN工业机器人HP6使用说明书.pdf

日本安川MOTOMAN工业机器人HP6使用说明书.pdf

2009-02-13

空空如也

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

TA关注的人

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