Content Explore

redhat/centos 5 - mono 版本问题

Published : 2009-12-08 Categories : Software Tags : linux redhat centos el5 mono gmcs mscorlib
问题: 向 redhat/centos 5 移植若干 *.dll 文件,用 gmcs 编译, mono 执行 exe 文件时,遭遇各种 MS-Exception*
排除程序的错,因为 Debian 5...

Mono, 推荐!

Published : 2009-11-30 Categories : Software Tags : Mono .NET C# Linux MonoDevelop
Mono: 基于 .NET framework 的开源、挎平台开发平台,开发者可以在 Linux, Unix, Mac OS, Windows 系统之上调用 .NET 接口,用C# 实现应用 ...
...

图像匹配: 色差空间向量匹配法实现

Published : 2009-11-17 Categories : Software Tags : 图像 特征 提取 匹配 颜色 RGB 色差 向量
应用场合:
在连续场景图像集中,删除相似场景,删除空白场景(如 黑场、白场),如下图:
原理:
色差空间向量提取,统计
三原色是 x-y-z 三维分布,空间距离即为色差值
代码: [images.ph...

VirtualBox 3.0.10, Setting up USB on Ubuntu 9.10

Published : 2009-11-05 Categories : Software Tags : VirtualBox USB Ubuntu Linux
Step 1:
install virtualbox
Do not use apt-get of "sudo apt-get install virtualbox"
get following gui...

互联网发展三阶段

Published : 2009-09-14 Categories : Software Tags : Internet Category Search Service
guru 说,互联网发展有三个阶段
第一阶段:分类 (Yahoo)
第二阶段:搜索 (Google)
第三阶段:定制服务 (?)
现在,互联网处在第二阶段,Google 正带领进入 2.5 阶段
企业...

Google Chrome OS 猜想

Published : 2009-07-22 Categories : Software Tags : Google Chrome OS Linux
Google 公开 Chrome OS 计划:一个基于 Linux 的再发行版本,没有引起轩然大波,对于现在的 Google,什么东西都敢玩一把,不足为怪~
Google 的终极目的是互联网:任何时间...

制作 CentOS 本地软件源

Published : 2009-06-17 Categories : Software Tags : Linux CentOS yum rpm createrepo update install
解决内网 CentOS 系统升级、软件安装,可以利用内网的共享目录、http、移动存储等搭建一本地软件源:
1. 虚拟机里面安装一个全新系统
2. 配置,保存本地 rpm 临时文件,配置文件是  /e...

Linux 2.6.30 发布

Published : 2009-06-12 Categories : Software Tags : GNU Linux 2.6.30 Debian Redhat Ubuntu
kernel.org
昨天发布了最新的 Linux 2.6.30 版本, 新特性不必说... 更在意的是,这是一个有意思的大偶数版本,是 Linux 近两年疯狂升级的里程数字,我们愉悦尾随这些数字,感...

VirtualBox VDI 磁盘镜像 - 扩容

Published : 2009-06-10 Categories : Software Tags : VirtualBox VDI VBoxManage clonehd
好像: 目前最新的 VirtualBox 2.2.4 也没有官方的工具对 VDI 实施扩容... 但有一个“间接”的方法:
1. 备份源 VDI ,利用 clonehd 工具,执行 "VBoxMana...

VirtualBox VDI 磁盘镜像 - 压缩

Published : 2009-06-05 Categories : Software Tags : VirtualBox Linux Windows VDI zero VBoxManage modifyhd
指导思想
1. 虚拟机: 清理系统,卸载、删除系统垃圾文件
2. 虚拟机: 将磁盘数据靠“前”移动,并将剩余磁盘空间写“零”
3. 物理主机: 清除“零”字节空间,使用 VBoxManage modi...