加载中
beego完美结合hugo

hugo动态监测修改生成静态文件 beego使用hugo生成的静态文件构建动态网站

2016/05/08 16:47
498
radosgw object version剖析

解析ceph网关中object version的内部实现

2015/08/08 09:05
213
golang结合lua进行http业务扩展

本文简单介绍基于golang http框架结合lua扩展http业务的框架以及使用示例

2015/02/26 10:50
669
groupcache常用框架以及源码解读

1、groupcache介绍 2、介绍groupcache常用框架 3、groupcache源码解读

2015/01/12 11:29
1.9K
docker一次构建,快速部署

主要介绍如何利用docker搭建个人的开发环境,方便更换其他机器时快速部署 ;

2015/01/07 18:12
479
go调用c代码示例

编写一个示例,记录下go调用c的方式

2014/12/31 16:03
199
nginx proxy_store文件管理实现方案

本文主要介绍关于nginx中proxy_store文件管理实现方案的介绍,因nginx proxy_store可以实现将上游服务器下载下来的文件放置到某个目录中作为静态文件下发到下游客户端,但是这种方式的缺陷在...

2014/12/15 13:17
3.5K
ACE之Task基本使用

概览: 阅读cpp network programming chapter 6 可以简单了解下ACE_Task内部使用ACE_Thread_Manager产生 线程,使用ACE_Message_Queue保存消息队列,当然也具备了ACE_Service_Object中的可配...

2013/01/21 21:04
3.7K
ace使用之消息队列

概览: 详解: 通过cpp network programming volume2 中的该图可以简单看出ACE_Message_Queue, ACE_Message_Block, 以及ACE_Data_Block的关系;下面主要讲解使用这些类的过程中需要注意的问题...

2013/01/17 14:02
1.8K
解析json

简单记录下解析jansson开源库如何帮助我快速解析json格式的数据;

2014/03/26 17:18
2.1K
emacs神器配置

1. http://truongtx.me/2013/03/10/emacs-setting-up-perfect-environment-for-cc-programming/

2013/09/22 16:20
120
使用cxfreeze将python脚本转化二进制可执行文件

1. 使用说明 以例子说明: 有如下层次结构的脚本文件: main.py/ mod/     __init__.py     module_a.py     module_b.py    ...

2013/08/28 17:07
622
(一)编写和使用静态及动态链接库

@1 编写和使用静态链接库(archive) 示例1.1: test.c: #include <stdio.h> void func(){ printf("library func\n"); } test1.c: #include <stdio.h> void func1(){ printf("library fu...

2012/08/01 18:39
247
Compiling a Single Source File and Linking Obje...

@1 The name of the C compiler is gcc. To compile a C source file, you use the -c option. So, for example, entering this at the command prompt compiles the main.c source file: % ...

2012/07/29 20:31
76
understanding multicast from a programmer's per...

when I was doing on ws-discovery, I just finished the method "Probe", but this is not enough. methods "Hello" and "Bye" is also important since all the device will send "Hello" ...

2011/03/21 14:59
147
读program_think生产者消费者模式有感

针对个人在开发的一个搜索工具,因为之前并没有设计,有现成的,但是需要做一个内部使用的工具,所以就做了个山寨版,没有设计,直接上手开发,看了program_think的博文后,突然想起以前的自...

2011/02/12 11:06
1K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部