<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[opendba的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/opendba</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; opendba]]></copyright><item><title><![CDATA[新型开发语言的试用感受-仓颉语言发布之际]]></title><link>https://blog.csdn.net/opendba/article/details/140153261</link><guid>https://blog.csdn.net/opendba/article/details/140153261</guid><author>opendba</author><pubDate>Wed, 03 Jul 2024 16:17:13 +0800</pubDate><description><![CDATA[Zig、Odin、Mojo、codon、carbon、nim等语言的使用感受]]></description><category></category></item><item><title><![CDATA[比Proxmox VE更易用的免费虚拟化平台]]></title><link>https://blog.csdn.net/opendba/article/details/140152991</link><guid>https://blog.csdn.net/opendba/article/details/140152991</guid><author>opendba</author><pubDate>Wed, 03 Jul 2024 15:15:55 +0800</pubDate><description><![CDATA[虚拟化 Proxmox KVM]]></description><category></category></item><item><title><![CDATA[Howto base64 encode with C/C++ and OpenSSL]]></title><link>https://blog.csdn.net/opendba/article/details/8055551</link><guid>https://blog.csdn.net/opendba/article/details/8055551</guid><author>opendba</author><pubDate>Wed, 10 Oct 2012 11:14:38 +0800</pubDate><description><![CDATA[转自：http://www.ioncannon.net/programming/34/howto-base64-encode-with-cc-and-openssl/

By carson |
Published: April 11, 2006


I've been doing a little C programming lately and I have found that i]]></description><category></category></item><item><title><![CDATA[一个linux无法挂载nfs server的问题]]></title><link>https://blog.csdn.net/opendba/article/details/7693436</link><guid>https://blog.csdn.net/opendba/article/details/7693436</guid><author>opendba</author><pubDate>Tue, 26 Jun 2012 16:29:01 +0800</pubDate><description><![CDATA[转自阿里巴巴陶毅的文章
1：问题出现
这几天部署zonda集群，意外的发现这样一个问题：
 
Zonda集群因为迁移数据，需要挂载NAS，但是发现一个问题，集群中的机器在mount存储之后报出如下错误：
 


这个错误是机器少见的，通过strace发现在挂载时报出如下错误：
 


在检查了NAS的配置和挂载参数都没有发现问题的情况下，由于报错的内容又很奇葩，一时没有什么]]></description><category></category></item><item><title><![CDATA[vim用多个标签页打开多个文件]]></title><link>https://blog.csdn.net/opendba/article/details/7691860</link><guid>https://blog.csdn.net/opendba/article/details/7691860</guid><author>opendba</author><pubDate>Tue, 26 Jun 2012 09:59:53 +0800</pubDate><description><![CDATA[1、打 开 新 标 签 页
启动 Vim 时用 "vim -p filename ..."
:tabe[dit]                              *:tabe* *:tabedit* *:tabnew*
:tabnew         在当前标签页之后打开带空窗口的新标签页。

:tabe[dit] [++opt] [+cmd] {file}
:tabnew [++opt]]></description><category></category></item><item><title><![CDATA[三款免费的PHP加速器：APC、eAccelerator、XCache比较]]></title><link>https://blog.csdn.net/opendba/article/details/7687223</link><guid>https://blog.csdn.net/opendba/article/details/7687223</guid><author>opendba</author><pubDate>Sun, 24 Jun 2012 10:24:07 +0800</pubDate><description><![CDATA[2009年07月27日 下午 | 作者：VPSer

一直想找一些关于PHP加速的文章，偶然看到杀客的这篇文章，感觉不错，分享给大家，再此感谢杀客。
一、PHP加速器介绍
        PHP加速器是一个为了提高PHP执行效率，从而缓存起PHP的操作码，这样PHP后面执行就不用解析转换了，可以直接调用PHP操作码，这样速度上就提高了不少。
        Apache中使用mod_ph]]></description><category></category></item><item><title><![CDATA[第15章(最终章) 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660569</link><guid>https://blog.csdn.net/opendba/article/details/7660569</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 18:21:03 +0800</pubDate><description><![CDATA[第15章(最终章)
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第14章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660563</link><guid>https://blog.csdn.net/opendba/article/details/7660563</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 18:18:57 +0800</pubDate><description><![CDATA[第14章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第13章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660554</link><guid>https://blog.csdn.net/opendba/article/details/7660554</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 18:16:55 +0800</pubDate><description><![CDATA[第13章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第12章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660548</link><guid>https://blog.csdn.net/opendba/article/details/7660548</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 18:15:11 +0800</pubDate><description><![CDATA[第12章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第11章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660543</link><guid>https://blog.csdn.net/opendba/article/details/7660543</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 18:14:18 +0800</pubDate><description><![CDATA[第11章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第10章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660375</link><guid>https://blog.csdn.net/opendba/article/details/7660375</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 17:29:43 +0800</pubDate><description><![CDATA[第10章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第9章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660291</link><guid>https://blog.csdn.net/opendba/article/details/7660291</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 17:15:02 +0800</pubDate><description><![CDATA[第9章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第8章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660254</link><guid>https://blog.csdn.net/opendba/article/details/7660254</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 17:08:06 +0800</pubDate><description><![CDATA[第8章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第7章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660206</link><guid>https://blog.csdn.net/opendba/article/details/7660206</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 17:07:07 +0800</pubDate><description><![CDATA[第7章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第6章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660073</link><guid>https://blog.csdn.net/opendba/article/details/7660073</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 16:33:33 +0800</pubDate><description><![CDATA[第6章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第5章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660056</link><guid>https://blog.csdn.net/opendba/article/details/7660056</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 16:30:57 +0800</pubDate><description><![CDATA[第5章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第4章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7660043</link><guid>https://blog.csdn.net/opendba/article/details/7660043</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 16:29:38 +0800</pubDate><description><![CDATA[第4章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第3章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7658723</link><guid>https://blog.csdn.net/opendba/article/details/7658723</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 11:12:35 +0800</pubDate><description><![CDATA[第3章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item><item><title><![CDATA[第2章 写一个块设备驱动]]></title><link>https://blog.csdn.net/opendba/article/details/7658621</link><guid>https://blog.csdn.net/opendba/article/details/7658621</guid><author>opendba</author><pubDate>Wed, 13 Jun 2012 10:51:57 +0800</pubDate><description><![CDATA[第2章
+---------------------------------------------------+
|                 写一个块设备驱动                  |
+---------------------------------------------------+
| 作者：赵磊]]></description><category></category></item></channel></rss>