Oracle表空间文件迁移set ORACLE_SID = ORCL;sqlplus /nologconnect sys/1234 as sysdba;alter tablespace tablespace_name offline;alter database rename file '........
分类:
数据库 时间:
2015-05-13 14:36:54
阅读次数:
159
参考官网:http://www.phonegap100.com/doc/cordova_events_events.md.html#Events
分析几个事件:
一、 deviceready 事件
在使用 PhoneGap 开发应用时,deviceready 事件是非常常用的。这一事件在设备的本地
环境和页面完全加载完成之后才触发
注意:此事件一般晚于 jquery 的 ...
分类:
其他好文 时间:
2015-05-11 22:08:37
阅读次数:
160
1, 首先判断网站是正常运行还是处于维护模式 $page_callback_result = _menu_site_is_offline() ? MENU_SITE_OFFLINE : MENU_SITE_ONLINE;2, 获得$_GET['q']的值,并给其他模块改变站点状态留一个接口 $r.....
分类:
其他好文 时间:
2015-05-11 10:43:39
阅读次数:
157
ALTER [ONLINE | OFFLINE] [IGNORE] TABLE tbl_name
alter_specification [, alter_specification] ...
alter_specification:
table_options
| ADD [COLUMN] col_name column_definition
[...
分类:
数据库 时间:
2015-05-09 10:17:24
阅读次数:
127
offline页面开发常用方法及页面控件验证,对一些CheckBoxList操作进行封装,新人可以直接使用该代码。1、返回上一页网址 ///
/// Description:
/// 返回上一页网址
/// Author : 付义方
/// Create Date: 2014-02-09
///...
分类:
其他好文 时间:
2015-05-07 14:37:14
阅读次数:
119
@BeforepublicvoidsetUpBeforeClass(){this.executeSqlScript("/net/atpco/dds/offline/filing/job/extraction/gfs-intergration.sql",true);}================================gfs-intergration.sqlupdateFREGRP.FARE_BTCHsetCHG_FARE_SEQ_CNT=1wherefare_btch_sgin(7160,7180..
分类:
数据库 时间:
2015-05-06 18:12:17
阅读次数:
233
从windows2008,windows7开始起就具备脱机加入域的功能,就是它们在未连接DC的情况下,也可以加入域.假如环境lab.com,一台已加入域的PC(WIN7Client)和即将加入域的PC(win7-2)在win7client上run下面这个命令DC已作了一次预先的动作:创建了computerobject在win7-2上,用本地管理员run..
分类:
其他好文 时间:
2015-05-06 11:13:22
阅读次数:
133
# DillingerDillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. - Type some Markdown on the left - S....
分类:
其他好文 时间:
2015-04-26 21:11:43
阅读次数:
205
public enum QQState { OnLine=1, OffLine, Leave, Busy, QMe }枚举转int:QQState state = QQState.OnLine; //枚举类型默认可以跟int类型互相转换 枚举类型跟int类型是兼容的 int n = (int)sta...
分类:
其他好文 时间:
2015-04-23 17:21:54
阅读次数:
168
目的:使用bbed将已经offline掉的datafile 5 的scn信息改为与其他datafile一致...
分类:
其他好文 时间:
2015-04-23 02:07:32
阅读次数:
195