码迷,mamicode.com
首页 >  
搜索关键字:microsoft office pro    ( 24351个结果
重新整理 .net core 实践篇—————日志系统之战地记者[十五]
前言 本节开始整理日志相关的东西。先整理一下日志的基本原理。 正文 首先介绍一下包: Microsoft.Extengsion.Logging.Abstrations 这个是接口包。 Microsoft.Extengsion.Logging 这个是实现包 Microsoft.Extengsion.L ...
分类:Web程序   时间:2021-06-08 23:42:17    阅读次数:0
Containers architecture In Linux and Windows
Windows 容器平台 | 微软文档 https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/containerd ...
分类:Windows程序   时间:2021-06-08 23:24:07    阅读次数:0
多进程的调用(multiprocessing.Process)
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
Windows UI 库 (WinUI)
https://docs.microsoft.com/zh-cn/windows/apps/winui/ Windows UI 库 (WinUI) 是适用于 Windows 桌面应用程序和 UWP 应用程序的本机用户体验 (UX) 框架。 通过将 Fluent Design 系统整合到所有体验、控件 ...
分类:Windows程序   时间:2021-06-08 23:15:30    阅读次数:0
解决Newtonsoft.Json版本问题
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD ...
分类:Web程序   时间:2021-06-08 23:12:21    阅读次数:0
wps转office
PermissionError: [Errno 13] Permission denied:字段里不能有空格 执行文件 from docxtpl import DocxTemplatefrom datetime import datetimeimport timeimport datetimeimp ...
分类:其他好文   时间:2021-06-08 22:49:54    阅读次数:0
IIS 优化
本文转自 IIS 优化 请支持原创! IIS 之 在IIS7、IIS7.5中应用程序池最优配置方案 找到Web站点对应的应用程序池,“应用程序池” → 找到对应的“应用程序池” → 右键“高级设置...” 一、一般优化方案 1、基本设置 [1] 队列长度: 默认值1000,将原来的队列长度改为 65 ...
分类:其他好文   时间:2021-06-08 22:30:23    阅读次数:0
VSCode中更改标点符号的颜色(逗号句号引号的颜色)
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
Apple WWDC 2021主题演讲:期待什么
苹果每年一度的WWDC开发者大会又到了,作为苹果每年最为重要的两次发布会之一,今年WWDC21主题虽然依旧是iOS 15这样的软件系统为核心,但对于Mac用户,特别是那些等待更强大MacBook Pro的生产力用户,这次大会应该是很值得关注的! iOS 15 & iPadOS 15 每年WWDC果粉 ...
分类:移动开发   时间:2021-06-07 20:54:38    阅读次数:0
Prism Sample 5 View Injection
这里稍微复杂了点,定义视图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
24351条   上一页 1 ... 4 5 6 7 8 ... 2436 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!