http://ceph.com/releases/v12-2-0-luminous-released/ Thi …
分类存档:默认分类
关于过程改进
“过程改进”是多么抽象的一个词语,没有说什么过程,也没有说改进什么,简直没法执行。 是的,过程改进对人的要求还 …
Spring Boot Reference Guide
http://docs.spring.io/spring-boot/docs/current/referenc …
redis 之 appendonly.aof
redis.conf 中默认配置的dir为 “./” ,即为当前目录,一些人会想当然认 …
awk替换redis aof中db的方法
测试数据:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# cat appendonly.6387.aof|head -n 20 *2 $6 SELECT $1 1 *3 $3 SET $47 mission_58c7be1b47ddd5.20005951_start_wait_time $10 1489485343 *3 $3 SET $47 mission_577239de3d58a2.51913045_start_wait_time $10 1467105181 |
测试目标: 把 db 1 中的数 …
如何从零开始写一个 Chrome 扩展? – 知乎
https://www.zhihu.com/question/20179805
Chrome扩展:拦截网页JS并替换
https://jingyan.baidu.com/article/d169e18662aa60436611d …
持续构建之maven + Jenkins + Nexus
一般来讲,maven deploy时要部署到Nexus,需要在pom.xml 中添加如下类似的东东: [cra …
xfire 代理设置
xfire 可以通过如下方式设置代理:
1 2 |
client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_HOST, httpProxyHost); client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_PORT, httpProxyPort); |
需要 …
java问题
java 用很多内存,占用全部的cpu:
1 2 3 4 5 6 7 8 9 |
{Heap before GC invocations=3629 (full 101): PSYoungGen total 699392K, used 350208K [0x0000000780000000, 0x00000007c0000000, 0x00000007c0000000) eden space 350208K, 100% used [0x0000000780000000,0x0000000795600000,0x0000000795600000) from space 349184K, 0% used [0x00000007aab00000,0x00000007aab00000,0x00000007c0000000) to space 349184K, 0% used [0x0000000795600000,0x0000000795600000,0x00000007aab00000) ParOldGen total 2097152K, used 2097081K [0x0000000700000000, 0x0000000780000000, 0x0000000780000000) object space 2097152K, 99% used [0x0000000700000000,0x000000077ffee728,0x0000000780000000) Metaspace used 69136K, capacity 72006K, committed 73560K, reserved 1114112K class space used 7517K, capacity 8088K, committed 8320K, reserved 1048576K |
& …