COMPPUTER SCIENCE AN OVERVIEW 11th Edition job 作业 batch processing 批处理 queue 队列 job queue 作业队列 first-in, first-out 先进先出 interactive processing 交互式处理 r ...
分类:
其他好文 时间:
2016-09-22 00:51:03
阅读次数:
158
ButterKnife的原理简述 注解处理器Java5 中叫APT(Annotation Processing Tool),在Java6开始,规范化为 Pluggable Annotation Processing。 第一步(收集信息) 找到所有被注解的属性或者方法,将所有的信息收集到对应的“类数据 ...
分类:
其他好文 时间:
2016-09-21 21:37:34
阅读次数:
108
Butterknife实现原理 一、简介 1、特点 低版本不使用APT(Annotation Processing Tool)编译时解析技术,使用时仅添加依赖。在Butterknife8.0版本及以上使用APT。 一般注入框架都是运行时注解,即声明注解的生命周期为RUNTIME,然后在运行的时候通过 ...
分类:
其他好文 时间:
2016-09-21 20:05:22
阅读次数:
179
再来看一下之前的一段代码: def process(input: Any) { input match { case (a: Int, b: Int) => println("Processing (int, int)... ") case (a: Double, b: Double) => pri... ...
分类:
其他好文 时间:
2016-09-18 23:31:31
阅读次数:
260
当配置mybatis返回int类型时 会报错如下: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.apache.ibatis.bindin ...
分类:
其他好文 时间:
2016-09-17 00:11:10
阅读次数:
3598
严重: Servlet.service() for servlet [dispatcher] in context with path [/cc] threw exception [Request processing failed; nested exception is java.lang.Nu ...
分类:
其他好文 时间:
2016-09-15 16:23:36
阅读次数:
146
Servlet.service() for servlet [SpringMVC] in context with path [/eyou] threw exception [Request processing failed; nested exception is org.apache.ibat ...
分类:
编程语言 时间:
2016-09-15 01:02:08
阅读次数:
466
A context switch (also sometimes referred to as a process switch or a task switch) is the switching of the CPU (central processing unit) from one proc ...
分类:
其他好文 时间:
2016-09-14 20:32:08
阅读次数:
170
1、NODETYPE (1)ELEMENT NODE(2)ATTRIBUTE NODE(3)TEXT NODE(4)CDATA SECTION NODE(5)ENTITY REFERENCE NODE(6)ENTITY NODE(7)PROCESSING INSTRUCTION NODE(8)COM ...
分类:
其他好文 时间:
2016-09-09 18:14:55
阅读次数:
119
StackBlur.js 是 Mario Klingemann 创建的一个快速的、接近高斯模糊的效果库。 更多信息: http://incubator.quasimondo.com/processing/fast_blur_deluxe.php Demo: http://www.quasimondo ...
分类:
Web程序 时间:
2016-09-05 19:00:17
阅读次数:
629