https://developer.apple.com/library/archive/documentation/General/Conceptual/Devpedia-CocoaApp/MainEventLoop.html In the main event loop, an applicati ...
分类:
其他好文 时间:
2020-04-29 00:44:57
阅读次数:
68
ORA-04031 在使用dbca建库正式安装的的第一阶段“Creating and starting Oracle instance”报出如下的错误 ORA-04031:unable to allocate 1572864 bytes of shared memory ("shared pool" ...
分类:
其他好文 时间:
2020-04-26 18:43:07
阅读次数:
67
软解析(soft prase)和硬解析(hard prase)以及 Soft Soft Parse 每个sql会产生两个share cursor 父游标(parent cursor)和子游标(child cursor) ,缓存在库缓存区的对象都是以一种叫库缓存对象句柄(library cache o ...
分类:
数据库 时间:
2020-04-26 17:15:09
阅读次数:
80
由于要离线升级服务器中zlib版本,但rpm安装时会提示版本冲突,于是rpm -e --nodeps zlib强制将zlib, 然而再执行rpm安装zlib-1.2.7-18.el7.x86_64时提示了错误: rpm:error while loading shared libraries: li ...
分类:
其他好文 时间:
2020-04-25 23:39:13
阅读次数:
89
一、环境和软件介绍 1、主机环境:Ubuntu16.04 2、交叉编译器: gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) 3、ARM板:kernel:2.6.35,SoC:S5PV210 4、软件包: zlib-1.2.3 、 libid3tag-0 ...
分类:
其他好文 时间:
2020-04-25 23:33:41
阅读次数:
101
This passage is wrote to introduce the header file <iomanip>. The basic usage of the library funcions from this header file is in the form of "."or by ...
分类:
其他好文 时间:
2020-04-25 17:34:58
阅读次数:
65
cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### ...
分类:
其他好文 时间:
2020-04-25 16:50:46
阅读次数:
78
cmake_minimum_required(VERSION 3.5) project(cmake_examples_install) ############################################################ # Create a library ## ...
分类:
其他好文 时间:
2020-04-25 16:48:02
阅读次数:
73
第一步:先建立系统变量 第二步:在系统变量那里找到path,然后添加 %PYTHON_HOME% %PYTHON_HOME%\Scripts %PYTHON_HOME%\Library\bin 一直点击确定,环境变量就配置好了 ...
1.数据库架构设计 Shared Everthing:完全透明共享 CPU/MEMORY/IO,并行处理能力是最差的;如:SQL Server Shared Storage:各个处理单元使用自己的私有 CPU 和 Memory,共享磁盘系统; Shared Nothing:各个处理单元都有自己私有的 ...
分类:
其他好文 时间:
2020-04-23 23:02:18
阅读次数:
84