CCNA实验四十模拟ADSL与Modem拨号环境:WindowsXP、PacketTracert5.3目的:了解拨号上网,掌握基本配置步骤:创建拓扑如下配置ISP:配置AAA:配置“电信局“配置“MODEM“配置wireless配置modem-home:配置ISP路由器:Router>enRouter#conftRouter(config)#hostISPISP(confi..
分类:
其他好文 时间:
2015-02-27 18:34:21
阅读次数:
242
案例2:将数据库置于限制模式1.直接将数据库打开到限制模式SQL>startuprestrictORACLEinstancestarted.TotalSystemGlobalArea608174080bytesFixedSize1268920bytesVariableSize230687560bytesDatabaseBuffers373293056bytesRedoBuffers2924544bytesDatabasemounted.Database..
分类:
数据库 时间:
2015-02-26 00:02:53
阅读次数:
219
xcache是php加速器。1、下载解压,编译安装。tarzxvfxcache-xxx.tar.gzcdxcache-xxx/usr/local/php/bin/phpize##phpize是用来扩展php扩展模块的,通过phpize可以建立php的外挂模块./configure--enable-xcache--with-php-config=/usr/local/php/bin/php-config##php-config用来..
分类:
Web程序 时间:
2015-02-24 13:57:26
阅读次数:
152
1、下载解压php,configtarzxvfphp-xxxx
./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqlli=/usr/local/mysql/bin/mysql_config##php与mysql连接需要##--enable-mbstring##支持其他字符##--with-freetype-dir##字体库##--with-jpe..
分类:
Web程序 时间:
2015-02-23 00:19:24
阅读次数:
291
例如这样的一个Tabs 代码: Home Profile Settings 解决方法在Tabs 页面加入如下的脚本即可通过#tag 描点链接到某个具体的Tab 页面:$(function(){// Javascript to enable link to tabvar url = docume...
分类:
Web程序 时间:
2015-02-22 15:45:00
阅读次数:
177
我们可以用selector来配置button可用或者不可用时的背景,也可以用它来配置button不同状态下的文字颜色。下面左图是可用状态,右图是不可用状态。一、配置按钮不同状态的背景首先我们准备下按钮的背景,这里是shape来做的。分为可用和不可用的背景,有蓝色(可用状态)和红色(不可用状态)两个背...
分类:
其他好文 时间:
2015-02-20 19:46:36
阅读次数:
201
windows->preference->MyEclipse->servers->tomcat 选项下Tomcat 6.x点 enable设置tomcat directory2 进入Tomcat->JDK 配置jdk进入 Tomcat->Launch 配置 debug mode然后进入Manage ...
分类:
系统相关 时间:
2015-02-19 00:14:42
阅读次数:
206
Conditional=CONDITIONALNAME
Wraps the generated binding code in "#if ENABLE(CONDITIONALNAME)". Typically used to allow turning off features on certain platforms (or to disable new features while th...
分类:
Web程序 时间:
2015-02-18 09:33:50
阅读次数:
153
1、cd /mnttar zxvf httpd-2.4.10.tar.gz ./configure --prefix=/mnt/apache2 --enable-dav --enable-modules=soAPR version 1.4.0 or later is required, found ...
分类:
Web程序 时间:
2015-02-18 09:26:20
阅读次数:
241
Row movement
从字面意思解释为行移动.默认情况下,oracle数据块中的一行其生命周期内是不会发生移动的,即其rowid不会发生改变.
但是在某些情景下,我们希望行的rowid可以发生变化,这时候我们就需要启动表的row
movement特性。
启用row movement特性,使用如下语句:
Alter table table_name enable row mov...
分类:
其他好文 时间:
2015-02-16 17:01:34
阅读次数:
327