Situations in Which Direct Path Load Is Not UsedIf
any of the following conditions exist for a table, then Data Pump uses external
tables rather than ...
分类:
数据库 时间:
2014-05-28 03:03:56
阅读次数:
361
const在函数中也有很大的作用。
4.const修饰传入参数。
函数传入参数声明为const,以指明使用这种参数仅仅是为了效率的原因,而不是想让调用函数能够修改该传入参数的值。同理,将对象指针参数或引用参数声明为const,函数将不修改由这个参数所指的对象。
例如:
#include
using namespace std;
//void change(const i...
分类:
编程语言 时间:
2014-05-26 05:52:27
阅读次数:
266
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:
编程语言 时间:
2014-05-26 03:41:22
阅读次数:
364
Cannot find executable for CFBundle 0x8f4d850 (not
loaded)解决办法:还原模拟器。
分类:
其他好文 时间:
2014-05-25 23:36:51
阅读次数:
313
loadHeadersFromResource(R.xml.settings_headers, headers);
error: xml cannot be resolved or is not a field, but res/xml/settings_headers.xml exists.
Every xml file will have its own ID in R.java,...
分类:
其他好文 时间:
2014-05-25 16:19:23
阅读次数:
206
issue:IhaveslowinternetconnectionandIcannotinstallanyplugin,becauseEclipse‘sUpdatemanagerthrowsmeexception:ava.net.SocketTimeoutException:Readtimedoutatjava.net.SocketInputStream.socketRead0(NativeMethod)atjava.net.SocketInputStream.read(UnknownSource)atja..
分类:
系统相关 时间:
2014-05-25 04:55:20
阅读次数:
406
权限管理
1,默认的三个用户
2,创建用户
3,授权,撤销权限
4,系统权限与对象权限
5,角色
6,通过角色对权限进行管理
7,权限的传递,丢失管理员密码怎么办
3个默认的用户
用户名 密码
sys change_on_install
system manager
scott ...
分类:
数据库 时间:
2014-05-25 01:57:04
阅读次数:
368
jQuery提供了很多方法来获取一个元素的direct descendant(直接后代)。
最简单的方式是使用direct descendant combinator (>)
例如,如果要获取如下html代码中的直接孩子节点中的a元素,就可以直接使用
> 符号
jQuery
jQuery tutorial
使用selector获取
$('content > a');...
分类:
Web程序 时间:
2014-05-24 19:56:18
阅读次数:
364
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb#
To change this template, choose Tools | Templates# and open the template in the
editor.require "SDK/ve...
分类:
其他好文 时间:
2014-05-24 12:51:59
阅读次数:
496
废了2个小时查找jdk版本如何更新本以为是这个的问题原来并不是这个问题因为你还没有导入servlet-api.jar包导入方法:右键你的工程属性,然后如图选择导入的外部jar要到你的tomcat安装目录下的bin目录下选择servlet-api.jar
分类:
编程语言 时间:
2014-05-24 09:37:24
阅读次数:
368