GCC的安装:切换到安装光盘目录下:#mount /dev/cdrom /mnt/cdrom#cd /mnt/cdrom安装GCC依赖的*rpm程序,必须按照顺序依次执行:#rpm -ivh kernel-headers-2.6.18-164.el5.i386.rpm#rpm -ivh compat...
分类:
其他好文 时间:
2014-07-16 23:02:55
阅读次数:
215
1、new一个web project。2、右键项目,为项目添加Struts支持。点击Finish。src目录下多了struts.xml配置文件。3、使用MyEclipse DataBase Explorer建立数据源。new一个数据源。填入数据源信息。点击test Driver,如果成功显示:点击O...
分类:
编程语言 时间:
2014-07-16 21:23:04
阅读次数:
265
大致的调用方法请参考 AUTH模块缓存最简单的是文件缓存:举个最简单的例子:先配置好cache 配置文件: 1 array( 5 'driver' => 'memcache', 6 'default_expire' => 3600, ...
分类:
其他好文 时间:
2014-07-16 21:16:26
阅读次数:
243
什么是JBoss MSCJBoss MSC 即JBoss Modular Service Container,是第三代 JBoss 产品 JBoss 7和WildFfly的内核,JBoss MSC 替换了之前的JMX Kernel 和MicroContainer,它主要特定能够总结例如以下三点:高并...
分类:
其他好文 时间:
2014-07-16 21:03:39
阅读次数:
227
这次说下关于利用C#driver,对mongoDB进行简单的查询。我们可以利用Query类中的静态方法来创建一系列query,达到查询的目的。Query在using MongoDB.Driver.Builders这一名称空间中。1. 单一条件查询,可以参考如下代码: var q...
分类:
数据库 时间:
2014-07-14 10:07:41
阅读次数:
239
The 2.6.33 Linux® kernel has introduced a useful new service called the Distributed Replicated Block Device (DRBD). This service mirrors an entire blo...
分类:
其他好文 时间:
2014-07-13 11:38:56
阅读次数:
397
一、制作linux引导盘1.格式化U盘:格式成FAT32格式2.安装syslinuxhttps://www.kernel.org/pub/linux/utils/boot/syslinux/下载相应版本将syslinux-4.04.zip解压到window下一个目录中,进入syslinux目录下wi...
分类:
其他好文 时间:
2014-07-13 00:53:41
阅读次数:
312
BACKGROUND1. FieldInnovations herein pertain to computer virtualization, computer security and/or data isolation, and/or the use of a separation kerne...
分类:
其他好文 时间:
2014-07-12 14:12:35
阅读次数:
205
The Linux kernel supports a variety of virtualization schemes, and that's likely to grow as virtualization advances and new schemes are discovered (fo...
分类:
系统相关 时间:
2014-07-12 13:53:15
阅读次数:
420
解决办法:So here’s how we fix it:Remove the kernel’s networking interface rules file so that it can be regenerated# rm -f /etc/udev/rules.d/70-persistent-...
分类:
其他好文 时间:
2014-07-12 09:11:25
阅读次数:
473