CERC 2017 Intrinsic Interval scc 线段树优化建图 扫描线 线段树 析合树 lca ...
分类:
其他好文 时间:
2020-01-09 21:10:08
阅读次数:
76
转自 https://wiki.ubuntu.com/ARM64/QEMU https://gist.github.com/george-hawkins/16ee37063213f348a17717a7007d2c79 https://morningd.github.io/2018/01/08/ho ...
分类:
其他好文 时间:
2020-01-09 10:32:19
阅读次数:
308
CommonMistakes https://golang.org/doc/faq#closures_and_goroutines Why is there no goroutine ID? ¶ Goroutines do not have names; they are just anonymou ...
分类:
Web程序 时间:
2020-01-09 00:52:35
阅读次数:
107
WiFi驱动架构的一般层次为: 应用层 BSD socket层 TCP/IP协议层 IP层 网络设备层net/core mac8011层/ieee80211 设备驱动层 study link: Linux Wireless wiki https://wireless.wiki.kernel.org/ ...
分类:
其他好文 时间:
2020-01-08 23:22:47
阅读次数:
316
Hystrix能做什么? 服务熔断、服务降级、服务限流、接近实时的监控... 参考: "https://github.com/Netflix/Hystrix/wiki/How To Use" 一旦调用服务方法失败并抛出了错误信息后,会自动调用 @HystrixCommand 标注好的 fallbac ...
分类:
编程语言 时间:
2020-01-08 23:12:57
阅读次数:
88
本文展示如何用Gitbook快速搭建一套wiki 必备环境 1、gitbook(如何安装gitbook自行百度) 2、nginx(或其他的能当作静态http服务器的) 3、gitlab(或者svn,需要能触发CI/CD的。我这里只展示用gitlab的.gitlab-ci.yml配置CI/CD,svn ...
分类:
其他好文 时间:
2020-01-08 16:04:04
阅读次数:
186
Fedora以root用户自动登陆 Fedora Workstation Version: 31 ?? Written by Zak Zhu [TOC] 参考 + jonathanzhan/centos_7自动以root身份登录gnome桌面() + archlinux wiki: GDM () + ...
分类:
其他好文 时间:
2020-01-06 09:35:23
阅读次数:
187
下载和安装 https://www.liaoxuefeng.com/wiki/896043488029600/896067074338496 配置 家里电脑使用的用户名:liuhui,邮件:lhclouds@163.com 配置完以后,提高命令可读性: git config global color ...
分类:
其他好文 时间:
2020-01-06 09:26:33
阅读次数:
58
原文:找到运行的Ubuntu版本对应的内核源码 本文主要讲述,如何根据当前运行的Ubuntu版本,找到对应的内核源码。 首先,按照下面链接里的内容,下载对应的内核源码仓库。 https://wiki.ubuntu.com/Kernel/Dev/KernelGitGuide 如果觉得链接里的内容太长了 ...
分类:
系统相关 时间:
2020-01-06 09:19:42
阅读次数:
108
MSVC_and_MinGW_DLLs http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs https://blog.csdn.net/zuishikonghuan/article/details/51918076 https://www.cnblogs.co ...
分类:
其他好文 时间:
2020-01-05 11:44:43
阅读次数:
90