码迷,mamicode.com
首页 > 2015年10月12日 > 全部分享
ocp-324
QUESTION NO: 324 Which of the following describes how a distributed resumable transaction behaves?A. The resumable setting on the initiating session determines the resumable conditions for the entire...
分类:其他好文   时间:2015-10-12 12:44:10    阅读次数:174
ocp-322
QUESTION NO: 322 When tuning Automatic PGA Memory Management, which of the following views will provide the information specified? A. The V$PGA_TARGET_ADVICE view shows the predicted cache hit-ratio...
分类:其他好文   时间:2015-10-12 12:42:20    阅读次数:226
ocp-321
QUESTION NO: 321 Automatic PGA Memory Management eliminates the need to manually configure which of the following initialization parameters? (Choose all that apply.) A. SORT_AREA_SIZE B. HASH_AREA...
分类:其他好文   时间:2015-10-12 12:42:37    阅读次数:156
ocp-330
QUESTION NO: 330 Which of the following supplied functions is used to identify external tables, directories, and BFILES?A. DBMS_TDB.CHECK_DIRECTORIES B. DBMS_TDB.CHECK_EXTERNAL C. DBMS_TDB.CHECK_BFI...
分类:其他好文   时间:2015-10-12 12:43:38    阅读次数:133
伪代码
伪代码声明:引用请注明出处http://blog.csdn.net/lg1259156776/说明:从来没有认真的想过学习一下伪代码,因为大部分只是在阅读,能够看懂也就没有深入了解一下如何编写伪代码,下面所进行的总结就是关于如何使用伪代码。...
分类:其他好文   时间:2015-10-12 12:42:06    阅读次数:97
ocp-328
QUESTION NO: 328 When exporting metadata for the transportable tablespaces, what is the correct next step after confirming endian format? A. Export the tablespaces using data pump. B. Determine if...
分类:其他好文   时间:2015-10-12 12:41:43    阅读次数:114
架构设计:系统间通信(7)——IO通信模型和Netty 下篇
下面的两篇文章我们将会在您已经理解原生的JAVA NIO框架的基础上,向您介绍Netty的原理和使用。讲解Netty并不是我们这个系列“系统间通信”的内容重点。目的是通过讲解IO通信模型、JAVA对各种通信模型的支持、上层的Netty/MINA封装,可以让大家深刻理解“系统间通信”中一个重要要素——信息如何传递。...
分类:Web程序   时间:2015-10-12 12:40:38    阅读次数:348
Swift 2.0学习笔记(Day 21)——函数返回值
??原创文章,欢迎转载。转载请注明:关东升的博客  返回值3种形式:无返回值、单一返回值和多返回值。 无返回值函数所谓无返回结果,事实上是Void类型,即表示没有数据的类型。无返回值函数的语法格式有如下3种形式: func 函数名(参数列表)  {    语句组} func 函数名(参数列表) ->() {    语句组} func 函数名(参数列表) ->Void {    语句组}无返回值函数...
分类:编程语言   时间:2015-10-12 12:40:16    阅读次数:156
Requirement Specifications: An Oxymoron
Requirement Specifications: An OxymoronAlan Greenblatt Sudbury, Massachusetts, U.S. gooD REqUIREMEnTS (R) describe how features of a product are going to solve particular existing or potential proble...
分类:其他好文   时间:2015-10-12 12:40:56    阅读次数:258
LeetCode 10 Regular Expression Matching (正则表达式匹配)
翻译实现支持“.”和“*”的正则表达式匹配。“.” 匹配支持单个字符 “*” 匹配零个或多个前面的元素匹配应该覆盖到整个输入的字符串(而不是局部的)。该函数的原型应该是:bool isMatch(const char * s, const char * p)示例:isMatch("aa","a") → false isMatch("aa","aa") → true isMatch("aaa","aa...
分类:其他好文   时间:2015-10-12 12:42:20    阅读次数:160
duilib制作窗体动画效果
本文介绍了使用Duilib界面库开发窗体动画效果的方法好思路,而这个思路不单单可以用在Duilib库中!...
分类:Windows程序   时间:2015-10-12 12:42:09    阅读次数:2943
Webform 常用控件
一,简单控件1,Lable——标签:在网页中呈现出来的时候会变成span标签属性:Text——标签上的文字 BackColor,ForeColor——背景色,前景色 Font——字体 Bold-加粗 Italic-倾斜 UnderLine-下划线 OverLine 上划线 Stri...
分类:Web程序   时间:2015-10-12 12:40:05    阅读次数:181
[SHELL进阶] (转)最牛B的 Linux Shell 命令 (四)
1.查看ASCII码表man 7 ascii很多人初学编程都会接触到ascii码的概念,有时候为了查某个符号的ascii值,可能还得翻箱倒柜找出当年的课本?Linux Manpage里面其实包含了很多类似的实用资料,上述命令就能很详细的方式解释ascii编码,当然这里还有在线版。man命令的第二个参...
分类:系统相关   时间:2015-10-12 12:38:22    阅读次数:274
使用ajax传递及接收数据
前端代码: 1 2 8 9 10 11 12 @section scripts{13 37 }View Code后台action代码: 1 [HttpPost] 2 public JsonResult JS(string num1...
分类:Web程序   时间:2015-10-12 12:39:51    阅读次数:210
struts1拦截器
Struts2已经发布一段时间了,这个版本较struts1.x版本有了很大变化,其中一个就是增加了拦截器功能。这是个非常有用的功能,可是struts1.x却没有。 其实,struts1.x可以配合插件,实现拦截器的功能。 SAIF(Struts Action Invocation Framewo.....
分类:其他好文   时间:2015-10-12 12:38:51    阅读次数:156
修改SharePoint平台登录者显示名称
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { SPSite siteCollection = nul...
分类:其他好文   时间:2015-10-12 12:39:02    阅读次数:245
VS2010安装帮助文档出现错误
安装VS2010后的帮助文档安装出现错误:未能在指定文件夹中创建本地存储区安装完VS2010后,出现错误,取消后再安装MSDN打开“Help Library 管理器 - Microsoft Help 查看器 1.0”提示“请为本地内容选择位置”默认的位置是在“C:\Documents and Set...
分类:其他好文   时间:2015-10-12 12:37:57    阅读次数:272
1311条   上一页 1 ... 47 48 49 50 51 52 53 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!