码迷,mamicode.com
首页 >  
搜索关键字:shared    ( 3257个结果
查询优化技术之多级缓存
nginx的代理缓存配置方式nginx proxy cache缓存的配置方法:在nginx.conf中申明如下内容 #申明一个cache缓存节点的路径 proxy_cache_path //usr/local/openresty/nginx/cache_temp levels=1:2 keys_zo ...
分类:其他好文   时间:2019-06-24 16:26:51    阅读次数:130
Mac远程访问Ubuntu
MacOS和Ubuntu连接到同一个网络使用ping命令可以通信即可。SSH使用SSH可以很方便的在MacOS上访问Ubuntu,不过只能用命令行操作,相当于连接了Ubuntu的终端。 1. Ubuntu上安装SSH sudo apt-get install openssh-server 2. Ub ...
分类:系统相关   时间:2019-06-24 10:40:31    阅读次数:153
进程间通信之数据传输--消息队列
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
.o .a .so .dll的区别
.a 就是 archive.so 就是 shared objectArchive 相当于某个人(这个可能是你也可能是别人)在编一个程序的时候中途留下了很多 .o 文件没用光。怎么办?Archive 起来,以后写别的程序用得着。所以你的程序如果用了 archive,连接到的是“静态”库,库好像已经和你 ...
分类:其他好文   时间:2019-06-17 00:57:31    阅读次数:104
Linux下安装opencv with-ffmpeg解决无法读取视频的问题
1. 编译安装ffmpeg 下载源码,执行 ./configure --disable-yasm --enbale-shared --prefix=/usr/local/ffmpeg 即可。 2. 下载opencv并设置config 下载源码,并 git checkout 3.1.0,也可以是其他版 ...
分类:系统相关   时间:2019-06-16 00:23:21    阅读次数:229
linux 互斥锁和条件变量
草稿(编辑中) 版本1 c include include include define MAXITEM 100000000 define MAXTHREAD 100 define min(x,y) ( x y?y:x ) int nitem; struct { pthread_mutex_t mu ...
分类:系统相关   时间:2019-06-14 18:09:58    阅读次数:171
error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
动态库的搜索路径搜索的先后顺序是: 1.编译目标代码时指定的动态库搜索路径; 2.环境变量LD_LIBRARY_PATH指定的动态库搜索路径; 比如export LD_LIBRARY_PATH=/usr/local/lib(这样就可以加进来了) 3.配置文件/etc/ld.so.conf中指定的动态 ...
分类:其他好文   时间:2019-06-12 23:04:02    阅读次数:134
滴滴Booster移动APP质量优化框架 学习之旅 二
推荐阅读: 滴滴Booster移动App质量优化框架-学习之旅 一 Android 模块Api化演练 不一样视角的Glide剖析(一) 续写滴滴Booster移动APP质量优化框架学习之旅,上篇文章分析内置的transform:booster-transform-shrink booster-tra ...
分类:移动开发   时间:2019-06-12 19:43:53    阅读次数:634
微信公众号jssdk分享接口onMenuShareAppMessage自定义的参数无效,微信分享失败原因
使用jssdk为jweixin-1.4.0.js updateTimelineShareData,安全域名接口也设置正确,可就是分享,转发朋友圈不成功。 解决方案:采用<script src="https://res2.wx.qq.com/open/js/jweixin-1.2.0.js"></sc ...
分类:微信   时间:2019-06-12 19:35:20    阅读次数:204
3257条   上一页 1 ... 45 46 47 48 49 ... 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!