原总结注册表debug调试dump转储文件蓝屏BSODprocess monitor 前言我们在 内核转储,开抓啦! 这篇文章里介绍了一个关键的系统设置。设置好后可以让系统在蓝屏(Blue Screen of Death,简称 BSOD)的时候自动保存转储文件。那篇文章只是简单的介绍了设置步骤,本文... ...
分类:
其他好文 时间:
2020-02-21 20:19:47
阅读次数:
79
TCP 端口(静态端口) 端口类型端口号注释 TCP 0 Reserved TCP 1 TCP Port Service Multiplexer TCP 2 Death TCP 5 Remote Job Entry,yoyo TCP 7 Echo TCP 11 Skun TCP 12 Bomber ...
分类:
其他好文 时间:
2019-12-28 21:08:24
阅读次数:
898
death_age = 80 name = input(“your name:”) age = input("your age:") #print(name,age) print("your name:",name) print("you can still live for ",(death_ag ...
分类:
其他好文 时间:
2019-12-03 01:47:10
阅读次数:
155
客户测试库,down问题分析,根据alert 的问题指向,实例异常终止,但是无其它有价值的信息 SYMPTOMS Instance terminated due to death of background process. In this case, it was DBWR. No more in ...
分类:
其他好文 时间:
2019-11-25 23:41:57
阅读次数:
217
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=6136 题解 完了,普及题都不会做了。。。 发现一个重要性质是只有相邻的人才会相撞,于是直接拿堆维护即可。。。 WA了好几发。。。 代码 cpp include include include inclu ...
分类:
其他好文 时间:
2019-08-06 13:42:43
阅读次数:
103
A. Death Note 简单模拟,可用$\%$和 $/$来减少代码量 cpp include include using namespace std; const int N = 200010; int n, m, a[N], cnt = 0, tot = 0; int main(){ scan ...
分类:
其他好文 时间:
2019-07-26 01:32:12
阅读次数:
98
第一讲:用户输入: 定义了user_name和user_age以及user1_age 3个变量,那么为什么不能让user1_age中的death_age - user_age呢?因为input中输入的都是字符串str,而death_age定义的是整数型int;无法用str去减int,所以要做个转换。 ...
分类:
编程语言 时间:
2019-06-02 20:35:12
阅读次数:
170
How should we define the death of a person? Philosophers and physicians have long pondered this question, yet we still don’t have a satisfactory answe ...
分类:
其他好文 时间:
2019-03-25 10:46:42
阅读次数:
118
It was delayed because of Chinese New Year. Type some quotes to improvise. hehe~ -Death is like the wind, always by my side. -I'll give you the esay w ...
分类:
其他好文 时间:
2019-02-10 23:13:43
阅读次数:
170
death_age =80 name = input("your nane:") age = input("your age:") #input 接受的所有数据都是字符串,但是会被当成字符串来处理print (type(age)) #打印数据类型 #int integer =整数 把字符串转出数据用 ...
分类:
其他好文 时间:
2019-01-26 18:02:25
阅读次数:
241