(function($){ $.fn.qqFace = function(options){ var defaults = { id : 'facebox', path : '', assign : 'cont...
分类:
Web程序 时间:
2015-01-29 12:00:35
阅读次数:
174
10.2.0.3环境下的DG主备切换演练,关闭应用且重启主库之后,主库查询切换状态:
SQL> select switchover_status from v$database;
SWITCHOVER_STATUS
--------------------
SESSIONS ACTIVE
执行以下命令尝试切换
SQL> ALTER DATABASE COMMIT TO SWITC...
分类:
数据库 时间:
2015-01-29 09:41:35
阅读次数:
175
1、可以利用myeclipse的deploy功能会自动把项目拷贝到配置好的Tomcat/webapps目录中。 只需配置好web.xml中的即可。2、还可以在Tomcat的安装目录下,找到Tomcat/conf目录中的server.xml文件,打开后,在标签内编辑, 如下:path是web cont...
分类:
Web程序 时间:
2015-01-28 23:53:43
阅读次数:
203
1.应用程序中正在运行线程时,System.Windows.Application.Current.Shutdown();关闭应用程序有异常,使用下边方法。close的时候子线程还处于active状态吧。。完全退出用System.Environment.Exit(System.Environment...
原文:使用 CodeIgniter 框架快速开发 PHP 应用(四)使用 CI 简化数据库开发你学习CI 是因为你想要使编程更容易和更有生产力。这一章讲述CI的Active Record类。 如果CI只提供一个Active Record类,它还是物超所值的。当然,CI是免费的,只不过我要强调Acti...
分类:
Web程序 时间:
2015-01-28 12:52:25
阅读次数:
274
Option Explicit ValidationMode = True InteractiveMode = im_BatchDim mdl ' the current model' get the current active mode...
分类:
其他好文 时间:
2015-01-27 14:53:57
阅读次数:
130
Ash Buffer是SGA里的一块循环使用的内存区域,用于存放MMON捕捉到的active session信息,MMNL每隔60min将Ash buffer的内容经过过滤后dump到AWR,对应的视图是DBA_HIST_ACTIVE_SESS_HISTORY,以腾出Ash buffer空间用于之后...
分类:
其他好文 时间:
2015-01-27 10:54:59
阅读次数:
194
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).
Input
Each input file cont...
分类:
其他好文 时间:
2015-01-26 22:54:20
阅读次数:
196
...Applied just once, as opposed to every button element seemed to fix all buttons on the page. Alternatively you could use this small JS library ...
分类:
其他好文 时间:
2015-01-26 18:54:28
阅读次数:
221
首先查看系统信息,cat proc/version。 显示系统信息
下面查看有木有做raid,软raid:
1.软件raid的话可以通过 cat /proc/mdstat
md1 : active raid1 sdb3[1] sda3[0]
480572352 blocks [2/2] [UU]
md3 : active raid1 sdb2[1...
分类:
其他好文 时间:
2015-01-26 12:03:25
阅读次数:
179