Ubuntu安装配置Mysql三种安装方式: 1. 从网上安装 sudo apt-get install mysql-server。装完已经自动配置好环境变量,可以直接使用mysql的命令。 注:建议将/etc/apt/source.list中的cn改成us,美国的服务器比中国的快很多。 ...
分类:
数据库 时间:
2014-06-28 14:43:17
阅读次数:
253
In part one we showed how to create Openvswitch extension and submit it to Microcore repository. There were also presented after-install steps for Ope...
分类:
移动开发 时间:
2014-06-24 10:17:04
阅读次数:
588
阅读内核代码习惯和喜欢使用source insight。如果能在source insight上修改内核代码,同时又不需要把修改的内核代码再拷贝到虚拟ubuntu上去那就方便了。于是想通过用samba与xp共享的方式来实现。即xp、samba、虚拟ubuntu9.10等工具。事实上是可以的,用sour...
分类:
其他好文 时间:
2014-06-24 09:57:21
阅读次数:
391
Source:http://article.yeeyan.org/view/pluto/2365---------------------------------------------------------------------读后感:高中的时候数学成绩还不错,150分的卷子基本能保持在135...
分类:
其他好文 时间:
2014-06-24 08:56:02
阅读次数:
162
简单介绍几个计算几何的资源a) GeosGeos的全称就是Geometry Engine Open Source,参考网站就是:http://geos.refractions.net,从名称就可以看出,Geos就是判断几何体的过程。Geos是用C++语言写的处理计算几何的开源库。b) CGALCGA...
分类:
其他好文 时间:
2014-06-23 06:49:41
阅读次数:
191
一次遇到两个不熟悉的,因此在一起记一下。OpenCV的全称是:Open Source Computer Vision Library。OpenCv是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux,Windows和Mac OS操作系统上。它轻量级而且高效——由一系列C函数和少量C++类...
分类:
其他好文 时间:
2014-06-22 23:27:12
阅读次数:
681
1.使用 git add 命令添加文件名含中文字符的文件时
乱码类似:
view source
print?
1
\316\304\261\276\316\304\265\265.txt
解决方案:
编辑C:\Git\etc\inputrc文件中对应的行,
查找以下2行,并修改其值,
原先:
view so...
分类:
其他好文 时间:
2014-06-22 22:09:50
阅读次数:
270
apt-get无法下载,网址报 Not Found 404,原因是apt软件下载源有问题。
1.将/etc/apt/source.list里的内容替换。
再其它可以下载apt的ubuntu机器中拷贝过来覆盖此文件,再执行apt-get
update更新source list。
2.“软件更新管理”->"设置"->“ubuntu软件”->“下载自”中修改软件下载源。...
分类:
其他好文 时间:
2014-06-22 20:39:06
阅读次数:
150
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225
C# 连接数据 一、SQL SERVER 连接字符串为:Server=IP;Data Source=IP;Initial Catalog=数据库;User Id=sa;Password=密码 string conn...
分类:
数据库 时间:
2014-06-20 17:35:20
阅读次数:
326