如何减小安装包的大小主要是减小资源的大小不常使用的资源,使用时再从网络下载。绘制代替图片资源OOM (Out Of Memory)https://www.zhihu.com/question/37483907 怎么准备Android面试?ANR, Android各个版本特性,Dex2Oatsystr... ...
分类:
移动开发 时间:
2020-01-04 01:11:21
阅读次数:
208
开始以为只要安装 prometheus-operator 就行了。安装后发现只有一个 prometheus-operator pod 。这时才发现真正要安装的是 kube-prometheus 。kube-prometheus 中包含了 prometheus 监控所用到的所有组件,当然也包含 pr... ...
分类:
其他好文 时间:
2020-01-03 22:46:25
阅读次数:
168
转自 deep into IOVA https://software.intel.com/en-us/articles/memory-in-dpdk-part-2-deep-dive-into-iova 中文版 https://www.sdnlab.com/23551.html ...
分类:
其他好文 时间:
2020-01-03 19:22:21
阅读次数:
86
dpdk内存篇1-基本 https://www.sdnlab.com/23475.html https://software.intel.com/en-us/articles/memory-in-dpdk-part-1-general-concepts dpdk内存篇2-深入IOVA https:/ ...
分类:
其他好文 时间:
2020-01-03 19:20:06
阅读次数:
79
行编辑器 Time Limit: 1000 MS Memory Limit: 32768 K Total Submit: 513(211 users) Total Accepted: 297(201 users) Rating: Special Judge: No Description 这次我们要 ...
分类:
编程语言 时间:
2020-01-03 12:43:02
阅读次数:
78
2..The Road to SDN 单词学习 翻译 Making computer networks more programmable enables innovation in network management and lowers the barrier to deploying new ...
分类:
Web程序 时间:
2020-01-02 22:43:11
阅读次数:
109
来源:http://codeforces.com/problemset/problem/1265/B B. Beautiful Numbers time limit per test 1 second memory limit per test 256 megabytes input standar ...
分类:
其他好文 时间:
2020-01-02 22:33:54
阅读次数:
59
1. 2. 3. 4. 5. 6. `reboot` ...
分类:
系统相关 时间:
2020-01-01 20:55:13
阅读次数:
141
每次出现这个报错都会导致tomcat应用服务器停机 报错信息: 加了下面的java代码后就再也没有停过了。 ...
分类:
其他好文 时间:
2019-12-31 21:28:55
阅读次数:
2467
模拟CRC达到反调试的目的 该技术原理很简单,就开启一个线程,不断读取内存代码断中的字节,然后进行校对,当发现校对不一致时,直接退出,达到反调试的目的。 #include<stdio.h> #include<iostream> #include<Windows.h> #include<stdlib. ...
分类:
其他好文 时间:
2019-12-31 20:06:16
阅读次数:
99