转自:https://www.byteisland.com/%e4%bd%bf%e7%94%a8-qemu-%e6%bc%94%e7%a4%ba-kdump-%e5%b4%a9%e6%ba%83%e8%bd%ac%e5%ad%98/ 为什么想起写这篇文章呢?第一是最近在研究 kdump/kexec ...
分类:
其他好文 时间:
2020-09-16 12:08:53
阅读次数:
34
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation */ #include <stdio.h> #include <string.h> #include <stdint.h> #inc ...
分类:
其他好文 时间:
2020-09-14 18:59:42
阅读次数:
32
https://www.ruanyifeng.com/blog/2019/08/xargs-tutorial.html 作者: 阮一峰 日期: 2019年8月 8日 xargs是 Unix 系统的一个很有用的命令,但是常常被忽视,很多人不了解它的用法。 本文介绍如何使用这个命令。 一、标准输入与管道 ...
分类:
其他好文 时间:
2020-08-10 13:09:58
阅读次数:
56
编写脚本实现在指定文件路径下查找文件夹或文件名。 脚本如下: #!/bin/sh # lazy find # GNU All-Permissive License # Copying and distribution of this file, with or without modificatio ...
分类:
系统相关 时间:
2020-08-09 09:19:05
阅读次数:
100
windows 2019 ServerDatacenter 某宝上 微软试用版的系统叫做评估板,使用时间是180天。过期之后就会提示你需要激活。需要永久激活系统首先要转为正式版。总共两个步骤,如果你还是不会转,或者卡住在10%,那就建议你重新安装正式版的吧。1、管理员模式运行cmd,输入命令:DIS ...
环境描述: 系统环境: Windows Server 2012 R2 IIS版本:IIS8.5 C#环境:.NET Framework 4 DB2版本:9.7.500.702 综上所述错误,解决如下: 1:设置IIS Framework 为: .NET Framework 4 2:启用32位应用程序 ...
分类:
数据库 时间:
2020-07-31 12:32:00
阅读次数:
112
npm创建自己的包 一、一个简单的创建 1、创建npm账号 官网:https://www.npmjs.com/ 创建账号入口:https://www.npmjs.com/signup 注意:需要进入邮箱验证 2、创建目录及初始化 $ mkdir zqh-test $ cd zqh-test zqh- ...
分类:
其他好文 时间:
2020-07-30 14:32:00
阅读次数:
65
通过文件夹导入包要求每个目录下都有一个__init__.py文件,此文件可空白。也可不空。 a@ubuntu:~/Desktop$ tree myp myp ├── a │ ├── b.py │ └── __init__.py └── __init__.py 1 directory, 3 files ...
分类:
编程语言 时间:
2020-07-29 21:41:32
阅读次数:
70
接续昨天的问题: json 转换 xml {"jylsh":null,"testtimes":null,"license":null,"licensetype":0,"Licensecode":null,"Vehicletype":null,"vehiclemodel":null,"cpmc":"8 ...
分类:
Web程序 时间:
2020-07-29 21:24:33
阅读次数:
82