借鉴 https://blog.csdn.net/suxilong123/article/details/79550046?utm_source=blogxgwz5 @echo off echo ##################start################## ::chcp 936 ...
分类:
移动开发 时间:
2020-11-12 13:35:42
阅读次数:
16
错误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 原因: 上网搜索解决方案,网上说出现这种情况的原因是:mysql8 之前 ...
分类:
数据库 时间:
2020-10-27 10:59:22
阅读次数:
35
子查询 当进行一个查询时,需要的条件或数据要用另外一个色;select语句的结果,这个时候,就要用到子查询 where型子查询:where型子查询即把内层sql语句查询的结果作为外层sql查询的条件. 子查询要包含在括号内。 建议将子查询放在比较条件的右侧。 单行操作符对应单行子查询,多行操作符对应 ...
分类:
数据库 时间:
2020-10-22 23:12:09
阅读次数:
33
介绍 SqlSugar 是一款简单易用的ORM ,在国内市场占有率也比较高, 在今年10月份官网改版后 提供了完整的服务,让您的项目没有后顾之忧 下载地址 :https://github.com/sunkaixuan/SqlSugar 1、创建MVC项目 打开VS2019及以上版本 ,然后新建一个M ...
分类:
数据库 时间:
2020-10-21 21:25:51
阅读次数:
34
Does the bug always move to a new location? Explain. 不会,虫子真会朝着一个有小格子存在的地方,而且这个格子是空的,或者它上面有一朵红花,只有这个情况它才会移动。 解释:该行为被方法act()限制,所以出现这样的行走方式 In which dire ...
分类:
其他好文 时间:
2020-10-21 20:30:04
阅读次数:
21
@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\" > ...
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|==>/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