Mac下安装Centos后,Mac和Centos之间默认是不通的,需要做下面一些设置后,才能互相共享。
启用网络设置 默认的网络设置是没有enable的,因此,在安装完之后需要开启的话,需要保证开启”Shared Network”,
同时再运行命令”/sbin/dhclient eth0”, 这样虚...
分类:
其他好文 时间:
2014-05-26 14:23:23
阅读次数:
334
Display.getDefault().syncExec(new Runnable() {
public void run() { pmtsStreamViewsAction.refreshPerspective( viewId, w); } ...
分类:
其他好文 时间:
2014-05-26 14:19:44
阅读次数:
249
To clone the master development repository, install
git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb
git remote add linux...
分类:
其他好文 时间:
2014-05-26 14:13:43
阅读次数:
338
1 /** 2 * 把返回的数据集转换成Tree 3 * @param array $list
要转换的数据集 4 * @param string $pid parent标记字段 5 * @param string $level level标记字段 6 *
@return array 7...
分类:
其他好文 时间:
2014-05-26 14:01:51
阅读次数:
225
本文是一篇在Myeclipse下构建Java
Web项目的初级教程。图文并茂,非常详细。所用的Myeclipse版本是7.5。第一步:新建Web
Project,如下图。第二步,在弹出的窗口填写下面内容。Project Name填写的内容是项目名称;J2EE Specification Level选...
分类:
编程语言 时间:
2014-05-26 12:15:11
阅读次数:
316
You have an empty repositoryTo get started you will
need to run these commands in your terminal.New to Git? Learn the basic Git
commandsConfigure Git ...
分类:
其他好文 时间:
2014-05-26 09:57:01
阅读次数:
254
LTMP 指的 linux + tengine + mysql + php。我下载的 CentOS
6.5 32位, 自带了 apache、mysql, 我得卸载掉。1.切换到root用户[admin@localhost ~]$ su -
root[root@localhost /]# find /...
分类:
其他好文 时间:
2014-05-26 09:06:11
阅读次数:
242
终于因为工作碰到问题,在网上找了些资料,发现都是比较局限的,我想把它整合在一块,因为公司使用CentOS,所以有这方面的技术需要。
因为我在使用的时候,发现我的软件无法自动更新,所以从网上下了新版本,想说直接右键使用“软件包安装程序”打开安装,结果因为检测到我电脑上有之前版本,所以失败,无法使用.....
分类:
其他好文 时间:
2014-05-26 07:06:39
阅读次数:
680
#!/bin/bash#LNMP(Fastcgi)#CentOS 6.3 + Nginx 1.2.x
+ PHP 5.3.15 + MySQL 5.5#2014-4-25iptables -Fiptables -Xiptables -Ziptables -A
INPUT -p tcp --dport...
分类:
其他好文 时间:
2014-05-26 06:51:33
阅读次数:
323
Nginx(“engine x”) 是一个高性能的 HTTP 和反向代理服务器,也是一个
IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru
站点开发的,它已经在该站点运行超过三年了。Igor 将源代码以类BSD许可证的形...
分类:
数据库 时间:
2014-05-26 06:49:30
阅读次数:
479