码迷,mamicode.com
首页 >  
搜索关键字:dummy-host.example.com does not exist    ( 5256个结果
Bat 之 移动当前目录 所有文件夹下的指定文件
借鉴 https://blog.csdn.net/suxilong123/article/details/79550046?utm_source=blogxgwz5 @echo off echo ##################start################## ::chcp 936 ...
分类:移动开发   时间:2020-11-12 13:35:42    阅读次数:16
[bug] MySQL: The user specified as a definer ('root'@'%') does not exist
错误1 gciantispider.getchildlst does not exist 原因 getchildlst创建失败 解决 在mysql中设置mysqld中加上log_bin_trust_function_creators=1 错误2 org.hibernate.engine.jdbc.s ...
分类:数据库   时间:2020-11-12 13:32:28    阅读次数:8
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client 原因: 上网搜索解决方案,网上说出现这种情况的原因是:mysql8 之前 ...
分类:数据库   时间:2020-10-27 10:59:22    阅读次数:35
MYSQL子查询
子查询 当进行一个查询时,需要的条件或数据要用另外一个色;select语句的结果,这个时候,就要用到子查询 where型子查询:where型子查询即把内层sql语句查询的结果作为外层sql查询的条件. 子查询要包含在括号内。 建议将子查询放在比较条件的右侧。 单行操作符对应单行子查询,多行操作符对应 ...
分类:数据库   时间:2020-10-22 23:12:09    阅读次数:33
.Net Core 3.0 MVC 中使用 SqlSugar ORM框架
介绍 SqlSugar 是一款简单易用的ORM ,在国内市场占有率也比较高, 在今年10月份官网改版后 提供了完整的服务,让您的项目没有后顾之忧 下载地址 :https://github.com/sunkaixuan/SqlSugar 1、创建MVC项目 打开VS2019及以上版本 ,然后新建一个M ...
分类:数据库   时间:2020-10-21 21:25:51    阅读次数:34
阶段一 问答题1
Does the bug always move to a new location? Explain. 不会,虫子真会朝着一个有小格子存在的地方,而且这个格子是空的,或者它上面有一朵红花,只有这个情况它才会移动。 解释:该行为被方法act()限制,所以出现这样的行走方式 In which dire ...
分类:其他好文   时间:2020-10-21 20:30:04    阅读次数:21
【Windos】递归删除当前目录下所有bin,obj的文件夹
@ECHO off cls ECHO Deleting all BIN and OBJ folders... ECHO. FOR /d /r . %%d in (bin,obj) DO ( IF EXIST "%%d" ( ECHO %%d | FIND /I "\node_modules\" > ...
分类:Windows程序   时间:2020-10-20 16:41:06    阅读次数:39
MySQL下载安装
1,下载 可以下载32位的MSI安装文件 2, mysql官网下载安装包安装教程及注意事项 mysql安装时,Unable to connect to any of the specified MySQL hosts navicat 连接不上虚拟机上的mysql容器 client does not ...
分类:数据库   时间:2020-10-18 10:13:24    阅读次数:31
gitlab在以此停机后docker-compose启动不健康
gitlab|==>/var/log/gitlab/unicorn/unicorn_stderr.log<==gitlab|ArgumentError:AlreadyrunningonPID:635(orpid=/opt/gitlab/var/unicorn/unicorn.pidisstale)gitlab|/opt/gitlab/embedded/lib/ruby/gems/2.5
分类:其他好文   时间:2020-10-10 18:10:34    阅读次数:40
shell中的判断
shell进行判断
分类:系统相关   时间:2020-10-09 20:44:43    阅读次数:24
5256条   上一页 1 ... 7 8 9 10 11 ... 526 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!