码迷,mamicode.com
首页 >  
搜索关键字:thrown    ( 158个结果
使用Groovy+Spock轻松写出更简洁的单测
本文讲解了使用Groovy+Spock编写单测的 expect-where , when-then-thrown, setup-given-when-then[-where] 三种最常见的模式,相信已经可以应对实际应用的大多数场景了。 可以看到,Groovy 的语法结合Spock的魔法,确实让单测更... ...
分类:其他好文   时间:2018-03-25 22:15:24    阅读次数:2098
深入理解Java虚拟机笔记——虚拟机类加载机制
[TOC] 概述 虚拟机把描述类的数据从Class文件加载到内存,并对数据进行校验、转换解析和初始化,最终形成可以被虚拟机直接使用的Java类型,这就是虚拟机的类加载机制。 动态加载和动态连接 在Java语言里面,类型的加载、连接和初始化过程都是在程序运行期间完成的。 类加载的时机 类的生命周期 类 ...
分类:编程语言   时间:2018-02-03 23:17:19    阅读次数:386
selenium处理select标签的下拉框
转载:http://www.cnblogs.com/fnng/p/5361443.html 有时候我们会碰到<select></select>标签的下拉框。直接点击下拉框中的选项不一定可行。Selenium专门提供了Select类来处理下拉框。 Python 先以python为例,查看Seleniu ...
分类:其他好文   时间:2018-01-26 12:38:08    阅读次数:176
Stack和Vector源码分析
Stack和Vector源码分析 Stack和Vector源码分析stack源码分析1.Stack是什么2.Stack的结构图3.Stack继承关系4.Stack的主要方法5.Stack源码Vector源码分析1.vector介绍2.vector的关系图3.vector和ArrayList的关系4.... ...
分类:其他好文   时间:2017-12-30 19:07:04    阅读次数:216
[JAVA][Liferay] Duplicate key value violates unique constraint for resourcepermissionid in Liferay
Unexpected exception thrown when create new site: Solution: The doubling was caused by the Counter service (not sure what it actually does but assume ...
分类:编程语言   时间:2017-12-15 20:49:52    阅读次数:169
WinForm的.Designer.cs代码内抛反射异常
今天在项目内一个Winform增加控件后,无法打开,抛如下异常。 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.NullR ...
分类:Windows程序   时间:2017-11-03 11:13:03    阅读次数:224
【hive】hive表很大的时候查询报错问题
线上hive使用环境出现了一个奇怪的问题,跑一段时间就报如下错误: FAILED: SemanticException MetaException(message:Exception thrown when executing query : SELECT A0.PART_NAME,A0.PART_ ...
分类:其他好文   时间:2017-10-18 12:39:03    阅读次数:375
POJ-2318 TOYS[计算几何]
TOYSTime Limit: 2000MSDescriptionCalculate the number of toys that land in each bin of a partitioned toy box. Mom and dad have a problem - their child... ...
分类:其他好文   时间:2017-10-02 11:49:14    阅读次数:171
英文单词语句录
An exception is thrown at runtime 在运行时抛出异常。 The code runs with no output. 代码无输出运行。 Compilation fails 编译失败 Which statement is true about the objects re ...
分类:其他好文   时间:2017-09-29 09:53:22    阅读次数:164
Netty源码学习(五)ChannelInitializer
0. ChannelInitializer简介 直接用ChannelInitializer的注释吧:A special ChannelInboundHandler which offers an easy way to initialize a Channel once it was registe ...
分类:Web程序   时间:2017-09-26 19:17:57    阅读次数:226
158条   上一页 1 ... 3 4 5 6 7 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!