使用VMware安装CentOS 6.4 环境:Windows7 , VMware Workstation10, CentOS6.4 为什么选择CentOS ? 主流: 目前的Linux操作系统主要应用于生产环境,主流企业级Linux系统仍旧是RedHat或者CentOS 免费: RedHat 和C ...
分类:
系统相关 时间:
2021-01-30 12:21:09
阅读次数:
0
Linux网络协议栈初始化 sock 初始化 socket 和文件系统都位于 VFS 下一层,对 socket 的操作都要经过VFS,下图为super_blocks和file_systems的链表结构图。 Linux 里面每个文件都有唯一的 inode ,inode 会大量使用,为了提高效率会对 i ...
分类:
系统相关 时间:
2021-01-30 12:08:14
阅读次数:
0
Soundness & Soundiness Soundness: the analysis captures all program behaviors, or the analysis result models all possible executions of the program ? ...
分类:
数据库 时间:
2021-01-29 12:01:47
阅读次数:
0
.vscode/launch.json设置 关键在于 "program": "${workspaceFolder}/src/qt/bitcoin-qt", 全部内容: { // Use IntelliSense to learn about possible attributes. // Hover ...
分类:
其他好文 时间:
2021-01-27 14:04:54
阅读次数:
0
paper地址:arxiv.org/pdf/2007.08113.pdf code地址:https://github.com/vinthony/depth-distillation 1. Contribution 1. 使用预先训练好的网络作为正则化深度蒸馏,同时学习离焦图(defocus map) ...
分类:
其他好文 时间:
2021-01-27 13:53:57
阅读次数:
0
本来想直接写docker知识点的,但是感觉只有了解containers的发展历程,才能知道技术知识点的来龙去脉,建立起一个线性的链条,把知识点串联起来。 1979: Unix V7 在1979年开发Unix V7期间,引入了chroot系统调用功能。这个功能将进程及其子进程的根目录更改为文件系统中的 ...
分类:
其他好文 时间:
2021-01-27 13:44:51
阅读次数:
0
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <!--让浏览器使用最新的IE内核进行渲染页面--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!- ...
分类:
其他好文 时间:
2021-01-27 13:31:39
阅读次数:
0
创世区块配置文件genesis.json的格式解读 中文网站上关于genesis 的解析大多数都来自于这个Gist:Ethereum private network configuration guide. (github.com),但实际上genesis 中的配置项还有一些其他内容。 首先,gen ...
分类:
Web程序 时间:
2021-01-27 13:14:36
阅读次数:
0
1、图像修复 【ARXIV 2020.10】Learning Deep Interleaved Networks with Asymmetric Co-Attention for Image Restoration ...
分类:
其他好文 时间:
2021-01-26 12:24:32
阅读次数:
0
Motivation 明显,类层次分析没法很好完成invokeinterface的分析。 Intro 作用: 确定某个指针能够指向何处memory 对oop能够确定指针指向的具体是哪个class的方法,field等 一般是may analysis Pointer Analysis & Alias A ...
分类:
数据库 时间:
2021-01-26 12:06:31
阅读次数:
0