码迷,mamicode.com
首页 >  
搜索关键字:st    ( 5888个结果
windows IIS 日志字段修改,修改IIS日志字段,修改IIS 日志路径
#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 ...
分类:Windows程序   时间:2020-06-03 20:26:00    阅读次数:97
阿里云开发者体验平台 - Linux命令 - 系统状态检测
系统状态检测命令 ifconfig 命令描述:ifconfig命令用于获取网卡配置与网络状态等信息。 命令示例: 命令输出说明: 第一部分的第一行显示网卡状态信息。 eth0表示第一块网卡。 UP代表网卡开启状态。 RUNNING代表网卡的网线被接上。 MULTICAST表示支持组播。 第二行显示网 ...
分类:系统相关   时间:2020-06-03 16:04:41    阅读次数:136
操作系统概念 页面置换算法:分别使用FIFO、OPT、LRU三种置换算法来模拟页面置换的过程。
关于页面置换算法的理论知识: 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
OC Foundation Kit
Cocoa由两个不同的框架组成:Foundation Kit和Application Kit。 Application Kit包含了所有的用户接口对象和高级类。 Foundation Kit有很多有用的、面向数据的低级类和数据类型。 一些有用的数据类型: 1、范围NSRange typedef st ...
分类:其他好文   时间:2020-06-02 22:54:21    阅读次数:58
wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) 改为 self.SetSizeHints( wx.DefaultSize, wx.DefaultSize ) self.m_statusBar2 = self.CreateStatusBar( ...
分类:其他好文   时间:2020-06-02 13:15:10    阅读次数:84
5.29
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
freetype2 abg
/* 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
【译】Gartner CWPP市场指南
原文: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
小白进阶之路-HDU - 2594
题意:给你两个字符串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
5888条   上一页 1 ... 25 26 27 28 29 ... 589 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!