码迷,mamicode.com
首页 >  
搜索关键字:microsoft word    ( 33402个结果
向mysql创建一个新用户失败,报“ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value”
使用mysql-8.0.23版的,创建用户屡屡失败,最终靠万能的度娘解决: 已知版本信息: C:\Users\Administrator\Desktop\mysql-8.0.23-winx64\mysql-8.0.23-winx64\bin>mysql -Vmysql Ver 8.0.23 for ...
分类:数据库   时间:2021-04-12 12:20:25    阅读次数:0
Springboot 常用注解
springboot常用注解 1. @SpringBootApplication 这个注解是 Spring Boot 项目的基石,创建 SpringBoot 项目之后会默认在主类加上。 @SpringBootApplication看作是 @Configuration、@EnableAutoConfi ...
分类:编程语言   时间:2021-04-12 12:19:37    阅读次数:0
vs2019设置VC_IncludePath
找到Microsoft.Cpp.Common.props文件 打开然后搜索VC_IncludePath,它里面是依赖一些配置的 以VC_VC_IncludePath为例,搜索VC_VC_IncludePath,发现它里面又依赖一些配置 所以接着搜索VCInstallDir,发现它里面其实是一些注册表 ...
分类:其他好文   时间:2021-04-12 12:09:54    阅读次数:0
StreamWriter and UTF-8 Byte Order Marks
StreamWriter and UTF-8 Byte Order Marks I'm having an issue with StreamWriter and Byte Order Marks. The documentation seems to state that the Encoding ...
分类:其他好文   时间:2021-04-12 12:02:46    阅读次数:0
.Net5使用EFCore CodeFirst模式 数据迁移并实现DBContext依赖注入
1.新建空白解决方案 EFCoreDemo ,添加一个Api项目 EFCoreDemo.API 和一个类库 EFCoreDemo.Model 2.EFCoreDemo.Model 中使用NuGet添加依赖项 : Microsoft.EntityFrameworkCore Microsoft.Enti ...
分类:数据库   时间:2021-04-10 13:06:42    阅读次数:0
sudo/su命令免密执行
sudo是linux系统管理指令,是允许系统管理员让普通用户执行一些或者全部的root命令的一个工具,如halt、reboot、su等等。 登录到root用户 将用户加入sudoers visudo //或者vi /etc/sudoers 移动光标,到一行root ALL=(ALL) ALL的下一行 ...
分类:其他好文   时间:2021-04-10 13:05:39    阅读次数:0
Win2D 投影效果 ShadowEffect
<Page x:Class="Win2DDemo.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/ ...
分类:Windows程序   时间:2021-04-10 12:59:49    阅读次数:0
0953. Verifying an Alien Dictionary (E)
Verifying an Alien Dictionary (E) 题目 In an alien language, surprisingly they also use english lowercase letters, but possibly in a different order. Th ...
分类:其他好文   时间:2021-04-10 12:58:26    阅读次数:0
树莓派WIFI
树莓派WIFI设置 在“开始使用树莓派”中,我们在boot根目录下创wpa_supplicant.conf文件,实现了第一次连接wifi。以后开机后,树莓派会自动连接那个wifi。如果想要连接多个wifi需要修个如下配置。 sudo vim /etc/wpa_supplicant/wap_suppl ...
分类:其他好文   时间:2021-04-09 13:40:31    阅读次数:0
zabbix配置
zabbix配置 zabbix监控配置流程详解 添加主机/主机组 添加监控项 添加触发器 添加媒介 添加收件人邮箱 配置动作 手动触发 验证 自己需要加监控 直接加 开发需要加监控 让开发人员提供获取指标的命令 运营需要加监控 要运营人员让开发人员提供获取指标的命令 类型 IP地址 操作系统 服务端 ...
分类:其他好文   时间:2021-04-09 13:31:09    阅读次数:0
33402条   上一页 1 ... 23 24 25 26 27 ... 3341 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!