本文内容转自知乎 作者:no.body 链接:https://www.zhihu.com/question/19801131/answer/27459821 回调函数(callback)是什么? 什么是回调函数? 我们绕点远路来回答这个问题。 编程分为两类:系统编程(system programmi ...
分类:
其他好文 时间:
2019-04-04 13:11:15
阅读次数:
156
这个问题的核心是classloader 上图中 启动类加载器,扩展类加载器,应用程序类加载器是 jvm 自带的类加载器. comm catalina shared webapp 是tomcat 扩展的加载器,他们分别加载 /common/*、/server/*、/shared/* WebAppCla ...
分类:
移动开发 时间:
2019-04-03 22:16:33
阅读次数:
413
hadoop+spark+scala环境--单实例版
分类:
其他好文 时间:
2019-04-03 19:23:36
阅读次数:
158
C++STL详解STL(Standard Template Library,标准模板库)在C++标准中,STL被组织为下面的13个头文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numer ...
分类:
编程语言 时间:
2019-04-02 17:15:35
阅读次数:
188
compiler core platform server sfc shared ...
分类:
其他好文 时间:
2019-04-01 22:46:25
阅读次数:
240
re模块 python官方文档链接:https://docs.python.org/zh-cn/3/library/re.html re模块源码 ...
分类:
编程语言 时间:
2019-04-01 16:56:55
阅读次数:
140
FCL(Framework Class Library) Framework 类库: FCL是 .net Framework 包含的一组DLL程序集的统称,FCL包含了提供了很多功能,关于这一部分没有什么好说的,只需要了解大致你需要的功能由什么类提供以及类型在那个命名空间,接着在查询接口文档即可。以 ...
分类:
其他好文 时间:
2019-04-01 14:13:43
阅读次数:
163
Introduction介绍 Introduction介绍 This Manual describes the programming interface and the source code of Npcap. It provides detailed descriptions of the f ...
简介: 在 Windows 上,共享库由 .dll 表示;在 Linux 上,由 .so 表示。 Shared Library的优势 共享库,又称动态库或so文件,顾名思义,它可以在可执行文件启动时加载或进程运行期被调用。使用共享库有很多好处,例如(包含但不限于下面提到的场景): 1) 减少了依赖共 ...
分类:
系统相关 时间:
2019-03-30 10:42:14
阅读次数:
268
Description The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form ...
分类:
其他好文 时间:
2019-03-29 23:52:44
阅读次数:
235