码迷,mamicode.com
首页 >  
搜索关键字:memory    ( 28930个结果
linear 工作流
最近把 最后一张画ui的rt 从float换成srgb 并没有引起我预计会有的 alpha混合结果发生变化的事情 我想是因为 1.artists在ps里的工作流是线性空间 2.onchip memory一直都是32bits 和framebuffer 精度无关 所以不用srgb虽然会失去暗部细节 但这 ...
分类:其他好文   时间:2019-06-26 13:28:23    阅读次数:88
docker (2)---存储、网络(利用docker容器上线静态网站)
一、docker底层依赖的核心技术 1、命名空间 (Namespaces) 2、控制组 (Control Groups) 3、联合文件系统 (Union File System) 4、Linux 虚拟网络支持:本地和容器内创建虚拟接口 (1) 命名空间(Namespaces): 实现了容器间资源的隔 ...
分类:Web程序   时间:2019-06-26 01:01:53    阅读次数:176
【ng-zorro-antd】加入in-memory-web-api插件后icon不显示
在ng-zorro-antd框架下,根据angular的技术文档demo,加入in-memory-web-api后icon不显示解决方案: 在app.module.ts中的imports:[]加入HttpClientInMemoryWebApiModule.forRoot(InMemoryApiSe ...
分类:Windows程序   时间:2019-06-25 16:49:35    阅读次数:152
OSCP Learning Notes - Buffer Overflows(1)
Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack ...
分类:其他好文   时间:2019-06-24 00:22:22    阅读次数:65
vmstat详解
vmstat 1 5 表示每隔一秒采集5次。 Procs r: 处于运行队列中的内核线程数目(进程数)。 b: 置于等待队列(等待资源、等待输入/输出)的内核线程数目。 处于block队列中不可中断的进程数 Memory swpd: 可用的虚拟交换内存 free:空闲内存 buff: 已用缓冲数目 ... ...
分类:其他好文   时间:2019-06-23 20:46:55    阅读次数:96
CHD-5.3.6集群上Flume的文件监控
收集hive的log hive的运行日志: /home/hadoop/CDH5.3.6/hive-0.13.1-cdh5.3.6/log/hive.log* memory*hdfs /user/flume/hive-log 1.需要四个包: 传到/home/hadoop/CDH5.3.6/flume ...
分类:Web程序   时间:2019-06-23 20:43:26    阅读次数:119
linux ipcs命令详解
SOLUTION - In case the cause is a conflicting with existing memory segment, You should remove that segment,for example: Starting ORACLE instance (norm ...
分类:系统相关   时间:2019-06-23 17:32:26    阅读次数:254
进程间通信之数据传输--消息队列
Why do we need message queues when we already have the shared memory? It would be for multiple reasons, let us try to break this into multiple points ...
分类:系统相关   时间:2019-06-23 14:09:39    阅读次数:136
ALERT: Setting RemoveIPC=yes on Redhat 7.2 Crashes ASM and Database Instances as Well as Any Application That Uses a Shared Memory Segment (SHM) or Semaphores (SEM) (Doc ID 2081410.1)
In this Document APPLIES TO: SYMPTOMS During the ASM/RDBMS instance startup, you receive the error: SQL> conn / as sysdbaConnected to an idle instance ...
分类:移动开发   时间:2019-06-22 23:45:08    阅读次数:266
hdu 3308 线段树,单点更新 求最长连续上升序列长度
LCIS Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9713 Accepted Submission(s): 4215 Problem De ...
分类:其他好文   时间:2019-06-21 22:14:11    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!