Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation
摘要:
1、出现问题 查询数据时报如题错误 2、解决方案 建表时需指定字符集,例如: -- -- Table structure for testTable -- CREATE TABLE testTable( Id BIGINT(20) NOT NULL COMMENT '主键' , Name VARCH 阅读全文
posted @ 2022-04-18 15:55
GoodTimeGGB
阅读(27)
评论(0)
推荐(0)
Could not execute query ---> MySql.Data.MySqlClient.MySqlException: You have an error in your SQL sy
摘要:
1、出现问题 执行sql查询时出现如题错误,原因是安装mysql-connector-net的版本过高,当前项目在用的mysql版本不符合;关于当前安装的mysql-connector-net版本的查看可在控制面板-程序和功能里看到 2、解决方案 降低mysql-connector-net的版本 m 阅读全文
posted @ 2022-04-18 15:50
GoodTimeGGB
阅读(218)
评论(0)
推荐(0)
摘要:
1、出现问题 如图,安装完nvm后,使用【nvm use 版本号】命令切换版本,出现如题错误,具体截图如下 2、分析原因 1)安装路径是否包含中文 2)安装路径有空格 3)cmd使用是否是管理员方式打开 4)配置文件setting.txt中配置的路径和实际安装路径是否相符 一一排除,本文是第四种,修 阅读全文
posted @ 2022-04-18 15:30
GoodTimeGGB
阅读(356)
评论(0)
推荐(0)
摘要:
1、业务背景 不同时期的项目使用的Node版本也不一样,随着版本的更新一直在使用的Node版本也在不断升级,本文介绍一个Node版本的管理工具,可自由切换版本。 2、Nvm下载与安装 1)下载 下载地址为:https://github.com/coreybutler/nvm-windows/rele 阅读全文
posted @ 2022-04-18 15:27
GoodTimeGGB
阅读(189)
评论(0)
推荐(0)
摘要:
参考链接 1)https://github.com/GreenHandLittleWhite/blog/issues/152)https://github.com/GreenHandLittleWhite/blog/tree/master/el-virtual-transfer3)https://g 阅读全文
posted @ 2022-04-18 14:10
GoodTimeGGB
阅读(241)
评论(0)
推荐(0)

浙公网安备 33010602011771号