#Software: Microsoft Internet Information Services 8.5 #Version: 1.0 #Date: 2020-06-02 08:34:26 #Fields: date time s-sitename s-ip cs-method cs-uri-st ...
系统状态检测命令 ifconfig 命令描述:ifconfig命令用于获取网卡配置与网络状态等信息。 命令示例: 命令输出说明: 第一部分的第一行显示网卡状态信息。 eth0表示第一块网卡。 UP代表网卡开启状态。 RUNNING代表网卡的网线被接上。 MULTICAST表示支持组播。 第二行显示网 ...
分类:
系统相关 时间:
2020-06-03 16:04:41
阅读次数:
136
关于页面置换算法的理论知识: https://www.bilibili.com/video/BV1YE411D7nH?p=45 C++代码实现(未优化) #include<iostream> #include<fstream> #include<cstring> using namespace st ...
分类:
编程语言 时间:
2020-06-03 01:01:06
阅读次数:
97
Cocoa由两个不同的框架组成:Foundation Kit和Application Kit。 Application Kit包含了所有的用户接口对象和高级类。 Foundation Kit有很多有用的、面向数据的低级类和数据类型。 一些有用的数据类型: 1、范围NSRange typedef st ...
分类:
其他好文 时间:
2020-06-02 22:54:21
阅读次数:
58
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) 改为 self.SetSizeHints( wx.DefaultSize, wx.DefaultSize ) self.m_statusBar2 = self.CreateStatusBar( ...
分类:
其他好文 时间:
2020-06-02 13:15:10
阅读次数:
84
package chap; import java.util.ArrayList; public class test { public static void main(String[] args) { // TODO Auto-generated method stub ArrayList<St ...
分类:
其他好文 时间:
2020-06-02 11:28:27
阅读次数:
70
/* example1.c */ /* */ /* This small program shows how to print a rotated string with the */ /* FreeType 2 library. */ #include <stdio.h> #include <st ...
分类:
其他好文 时间:
2020-06-01 20:50:42
阅读次数:
54
原文:https://www.gartner.com/doc/reprints?id=1-1YSHGBQ8&ct=200416&st=sb?utm_source=marketo&utm_medium=email&utm_campaign=2020-05-22%2003:03:51-Global-DA ...
分类:
其他好文 时间:
2020-05-31 12:37:19
阅读次数:
81
题意:给你两个字符串s1,s2,让你寻找最长s1前缀和s2后缀的匹配长度,若长度大于0,且输出最长匹配s1前缀。 #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace st ...
分类:
其他好文 时间:
2020-05-30 01:32:37
阅读次数:
72
树莓派版本: Raspberry Pi 4B 操作系统 : Ubuntu Server 20.04_x64 使用 ip a 查看无线网卡名称: ubuntu@ubuntu:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue st ...
分类:
其他好文 时间:
2020-05-30 01:01:28
阅读次数:
92