關於berkeley DB的使用情況 - Linux

Vanessa avatar
By Vanessa
at 2008-09-04T02:04

Table of Contents


最近在寫程式的時候,發現需要用到資料庫,找來找去,找上了berkeley DB
用了兩天之後,才發現它的好,真是一個好東西。

不過找了網路上面的資料,開始一頭霧水。

一:它被甲骨文收購了,但是我還是搞不清楚它倒底可不可以用在商業上面。
又,算不算是自由軟體?
二:因為它可以直接編在程式裡面,所以要查出到底有哪底程式會使用到它真
的有點困難。目前知道的有:sendmail, mysql, xcin....。其它的因為
沒有研究,就不知道了。有沒有人要補充的?


--
Tags: Linux

All Comments

Lily avatar
By Lily
at 2008-09-06T13:35
open source的
Jake avatar
By Jake
at 2008-09-08T17:22
Distro是 ?U 牌的話,用 apt-cache show 可以查套件授權

pcmanx plugin安裝

Steve avatar
By Steve
at 2008-09-04T01:56
剛剛安裝好了pcmanx plugin之後,就開始試它的各種特性。因為剛裝好它一直說 找不到那種通訊協定,但是我看明明就什麼東西都有。不過看了 /usr/lib/iceweasel/iceweasel-xremote-client裡面的內容之後,就明白問題在哪兒了! 我在 /etc/ld.so.conf.d ...

關於安裝套件wine

Brianna avatar
By Brianna
at 2008-09-03T23:39
在下新手上路 去google了一下在linux下開啟.exe檔 我已經照步驟ctrl+alt+t sudo wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (好像是wine的套件相關的網址) 然後套件管理程式打開 按了一下左上角的套件載入 搜尋找到wine的套件 可是 ...

請問這是否是跳脫字元的關係

Liam avatar
By Liam
at 2008-09-03T21:45
exec_cmd(){ $m_cmd if [ $? -ne 0 ] ; then logger -p local1.error -t $0 and#34;Err $m_cmdand#34; echo and#34;Err $m_cmdand#34; else ...

沒有帳號密碼~如何登入?!

Joe avatar
By Joe
at 2008-09-03T21:41
手邊有一台Linux忘記帳號密碼.. 如果把硬碟拆下.裝在另一台上..用另一台linux登入..可以正常open嗎?! -- 這就是簽名檔 .. 完 andgt;http://www.wretch.cc/mypage/subaru781andlt; - ...

$'\nnn'

Hazel avatar
By Hazel
at 2008-09-03T20:53
※ 引述《godfield (咖啡貓)》之銘言: : ※ 引述《antontw (習慣)》之銘言: : : cat test.txt #範例文字檔 : : \346\226\260\351\200\262 : : antonatgama:~/test$ cat test.sh : : #!/usr/bin/e ...