前言 本节开始整理日志相关的东西。先整理一下日志的基本原理。 正文 首先介绍一下包: Microsoft.Extengsion.Logging.Abstrations 这个是接口包。 Microsoft.Extengsion.Logging 这个是实现包 Microsoft.Extengsion.L ...
分类:
Web程序 时间:
2021-06-08 23:42:17
阅读次数:
0
Windows 容器平台 | 微软文档 https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/containerd ...
import multiprocessing, time, os# def pro(name):# print('hello', name, time.ctime())## if __name__ == '__main__':# l = []# for t in range(4):# t = mul ...
分类:
系统相关 时间:
2021-06-08 23:20:39
阅读次数:
0
https://docs.microsoft.com/zh-cn/windows/apps/winui/ Windows UI 库 (WinUI) 是适用于 Windows 桌面应用程序和 UWP 应用程序的本机用户体验 (UX) 框架。 通过将 Fluent Design 系统整合到所有体验、控件 ...
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD ...
分类:
Web程序 时间:
2021-06-08 23:12:21
阅读次数:
0
PermissionError: [Errno 13] Permission denied:字段里不能有空格 执行文件 from docxtpl import DocxTemplatefrom datetime import datetimeimport timeimport datetimeimp ...
分类:
其他好文 时间:
2021-06-08 22:49:54
阅读次数:
0
本文转自 IIS 优化 请支持原创! IIS 之 在IIS7、IIS7.5中应用程序池最优配置方案 找到Web站点对应的应用程序池,“应用程序池” → 找到对应的“应用程序池” → 右键“高级设置...” 一、一般优化方案 1、基本设置 [1] 队列长度: 默认值1000,将原来的队列长度改为 65 ...
分类:
其他好文 时间:
2021-06-08 22:30:23
阅读次数:
0
1. 打开“xxx.json”文件(某个颜色主题) 举例: 路径:C:\Users\xxxxxxxxx\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.17\themes 文件:Monokai Pro.json 2. 找到“xxx.js ...
分类:
其他好文 时间:
2021-06-07 21:07:51
阅读次数:
0
苹果每年一度的WWDC开发者大会又到了,作为苹果每年最为重要的两次发布会之一,今年WWDC21主题虽然依旧是iOS 15这样的软件系统为核心,但对于Mac用户,特别是那些等待更强大MacBook Pro的生产力用户,这次大会应该是很值得关注的! iOS 15 & iPadOS 15 每年WWDC果粉 ...
分类:
移动开发 时间:
2021-06-07 20:54:38
阅读次数:
0
这里稍微复杂了点,定义视图A的过程是一样的: <UserControl x:Class="ViewInjection.Views.ViewA" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="htt ...
分类:
其他好文 时间:
2021-06-07 20:43:44
阅读次数:
0