idea连接MySQL数据库报时区问题: Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually. 解决办法: 登录MySQL,设置时区: set global ...
分类:
数据库 时间:
2020-03-21 23:41:58
阅读次数:
370
SQLiteConnection con = new SQLiteConnection("Data Source=" + @"C:/sqlite/student.db;Version=3"); ...
分类:
数据库 时间:
2020-03-21 21:38:23
阅读次数:
144
以前这么配置: ... RewriteLog logs/gidapp.rewrite_log RewriteLogLevel 3 RewriteEngine On ... LogLevel warn ... 改为: ... RewriteEngine On ... LogLevel warn rew ...
分类:
Web程序 时间:
2020-03-21 09:31:52
阅读次数:
129
array(2) { ["errcode"] => int(40029) ["errmsg"] => string(47) "invalid code, hints: [ req_id: 3DJbojwgE-Wwo1 ]"} 用了一段时间用户发现报错然后 查看了一下代码错误代码: 1 $wx_pos ...
分类:
微信 时间:
2020-03-20 10:43:11
阅读次数:
159
SyntaxError: Invalid or unexpected token[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m[90m at Module._compile (internal/modules/cjs/ ...
分类:
其他好文 时间:
2020-03-18 11:38:18
阅读次数:
849
记录下最近遇到的一些记录的东西: 项目中引用消息中间件,pom文件中添加了依赖,并maven-update,maven-install等,项目启动之后,一直报下面的异常。 Could not index class org/apache/activemq/artemis/api/jms/Active ...
分类:
编程语言 时间:
2020-03-18 09:52:04
阅读次数:
63
作用: MarshalAs属性指示如何在托管代码和非托管代码之间封送数据。 使用方法: [MarshalAs(UnmanagedType unmanagedType, 命名参数)] 实际上相当于构造一个MarshalAsAttribute类的对象 常用的UnmanagedType枚举值:(详细内容查 ...
下载地址 http://down.cnplugins.com/down/down.aspx?fn=1412/www.cnplugins.com_lhjgkmllcaadmopgmanpapmpjgmfcfig_0_9_0_.crx 下载出来是这个文件,如果安装往常的方法,打开一个新的谷歌浏览器窗口, ...
分类:
其他好文 时间:
2020-03-16 13:18:19
阅读次数:
59
常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html 问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。 我通过上面连 ...
分类:
其他好文 时间:
2020-03-15 13:26:13
阅读次数:
51
I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
分类:
Web程序 时间:
2020-03-14 20:19:06
阅读次数:
93