tar zxvf redis-2.8.13.tar.gz cd redis-2.8.13 make 1、安装主库 mkdir /opt/redis/sbin -p mkdir /opt/redis/bin -p mkdir /data/redis/redis6379/ cp redis.conf / ...
分类:
其他好文 时间:
2017-05-05 18:33:04
阅读次数:
182
场景:二进制Link-->动态库-->第三方静态库Linux环境中需要动态库链接第三方的静态库错误:/usr/bin/ld:../../3rdpart/x64/muduo/lib/libbase.a(AsyncLogging.o):relocationR_X86_64_32against`.rodata‘cannotbeusedwhenmakingasharedobject;recompilewith-fPIC../../3rdpa..
分类:
其他好文 时间:
2017-05-03 01:17:18
阅读次数:
229
用离中心距离为1的L去覆盖最多十五个点,#不能被覆盖,能够覆盖的地方能够越界。有一个L能够是旋转0,90,180,270去覆盖的 问,最少要多少个L能够实现全覆盖。 枚举可旋转的L所在的位置,然后直接爆搜…… 没想到直接A了…… 数据比較弱么…… #include<iostream> #includ ...
分类:
其他好文 时间:
2017-04-25 21:10:51
阅读次数:
149
If you want to get into container and look around, you can use: to run against a running container. And to do that, we need to know the id / name of t ...
分类:
数据库 时间:
2017-04-21 20:26:55
阅读次数:
313
Linux下使用JNI的常见问题及解决方案 转载地址:http://www.cnblogs.com/javawebsoa/p/3220069.html 我碰到的问题是bad value 参考这里解决的 linux生成动态库时遇到了relocation R_X86_64_32 against `.ro ...
分类:
系统相关 时间:
2017-04-13 17:59:56
阅读次数:
276
Google官网对于此修改的说明如下: Private API (Enforced since API 24) Native libraries must use only public API, and must not link against non-NDK platform librarie ...
分类:
移动开发 时间:
2017-04-05 19:28:02
阅读次数:
1857
During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, vil ...
分类:
编程语言 时间:
2017-03-20 23:13:43
阅读次数:
252
2017年3月3日 星期五 --出埃及记 Exodus 23:21Pay attention to him and listen to what he says. Do not rebel against him; he will not forgive your rebellion, since ...
分类:
其他好文 时间:
2017-03-15 20:44:08
阅读次数:
178
Problem Description During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Gen ...
分类:
其他好文 时间:
2017-03-11 23:24:33
阅读次数:
245
WRONGTYPE Operation against a key holding the wrong kind of value github:https://github.com/antirez/redis/issues/2864 原因为redis存在一个同key但是类型不同的数据,在插入新类型 ...
分类:
其他好文 时间:
2017-02-19 17:04:14
阅读次数:
309