1. copy standby control file from primary db to standby db and rename the file name and location in stdby db same as the primary db2. copy password fi...
分类:
数据库 时间:
2014-08-31 15:48:51
阅读次数:
382
@font-face { font-family: "Times New Roman"; }@font-face { font-family: "宋体"; }@font-face { font-family: "Tahoma"; }@font-face { font-family: "Symbol"...
分类:
系统相关 时间:
2014-08-30 21:39:30
阅读次数:
363
可执行程序包括BSS段、数据段、代码段(也称文本段)。一.BSSBSS(Block Started by Symbol)通常是指用来存放程序中未初始化的全局变量和静态变量的一块内存区域。特点是:可读写的,在程序执行之前BSS段会自动清0。所以,未初始的全局变量在程序执行之前已经成0了。注意和数据段的...
分类:
其他好文 时间:
2014-08-28 21:07:36
阅读次数:
255
android studio 当前版本是0.8.6 还不太成熟,但我还是想用它.
安装完成后,一切顺利. 就是模拟设备的时候,出问题了.
####
AVD
Manager - No system image installed for this target [duplicate]
####
怎么解决呢,都说是 安装 sdk manager.
...
分类:
移动开发 时间:
2014-08-26 15:36:26
阅读次数:
280
1 #include 2 #include 3 #include 4 5 char explode( char * str , char symbol ); 6 7 8 double distance ( int x1 , int y1 , int x2 , int y...
分类:
编程语言 时间:
2014-08-26 06:24:05
阅读次数:
302
1.前言在GIS中元素一般分为点元素,线元素,面元素以及symbol元素(特殊的点元素)等。与此对应,图层可以分为点图层,线图层,面图层以及标注图层等。从第9章到第10章,我给大家讲解了什么是矢量数据、矢量数据的来源、矢量数据的构造、以及矢量数据中的地理坐标与屏幕坐标之间的转换。在了解了这些概念和算...
分类:
Web程序 时间:
2014-08-23 22:48:51
阅读次数:
312
Remove Duplicates from Sorted List II
Total Accepted: 17137 Total
Submissions: 69046My Submissions
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only d...
分类:
其他好文 时间:
2014-08-23 14:00:40
阅读次数:
187
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1->2-...
分类:
其他好文 时间:
2014-08-22 22:22:09
阅读次数:
233
Apache服务启动报错[root@localhost]#servicehttpdstarthttpd:Syntaxerroronline162of/etc/httpd.conf/httpd.conf:Cannotloadmodules/mod_dir.sointoserver:/usr/local/apache2/modules/mod_dir.so:undefinedsymbol:apr_array_clear解决办法:将./configure选项的--with-apr替..
分类:
其他好文 时间:
2014-08-22 18:12:00
阅读次数:
187
What is Free Variable? "Free" is relative to "Bound"。Function parameters are "bound" to a function; Local variables/functions/classes are "bound" to ....
分类:
其他好文 时间:
2014-08-21 19:11:34
阅读次数:
145