If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you ...
分类:
数据库 时间:
2018-07-25 16:21:30
阅读次数:
178
bitsadmin命令: 如果你的目标系统是Windows 7及以上操作系统,你可以使用bitsadmin命令,bitsadmin是一个命令行工具,可用于创建下载上传进程: 范例 bitsadmin /transfer job_name /download /priority priority UR ...
WPF中,有些控件会多次触发Unload,有点莫名其妙~ Unload的多次触发 TabControl的内容,我是这么设置的: 在TabItem的CacheSettingView中,监听Loaded/Unloaded事件。 原因:俩次Unloaded,分别是由TabControl和TabItem触发 ...
最近下载新的MySQL8.0 来使用的时候, 通过sqlyog、或者程序中连接数据库时,提示:Authentication plugin 'caching_sha2_password' cannot be loaded 的错误,经查看发现,8.0改变了 身份验证插件 , 打开 my.ini (或者m ...
分类:
其他好文 时间:
2018-07-22 00:32:36
阅读次数:
206
1.新组件:①QSpinBox 只能输入数字的输入框,并且带有上下箭头的步进按钮②QSlider 带有滑块的滑杆③这两个组件的连接 QObject::connect(slider, &QSlider::valueChanged, spinBox, &QSpinBox::setValue);1 1 Q... ...
分类:
其他好文 时间:
2018-07-17 23:24:24
阅读次数:
236
idea启动报错:并且无法部署web项目 Problems found loading plugins: Plugin "GlassFish Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is d ...
分类:
编程语言 时间:
2018-07-15 21:24:58
阅读次数:
1102
SpringBoot热部署方式一共有两种,分别使用两种不同的依赖 SpringBoot 1.3后才拥有SpringBoot devtools热部署 ①:spring-boot-devtools ②:Spring Loaded 方式一: 在项目的pom文件中添加依赖: 然后:使用 shift+ctrl ...
分类:
编程语言 时间:
2018-07-15 21:13:01
阅读次数:
168
IHS启动之后 仅有一个进程如下 正常如下 error中没有任何新的日志--调了httpd.conf 中的日志级别为 LogLevel debug,重启IHS error日志中: 查询得知 In this case, the plug-in was not being loaded by the h ...
分类:
其他好文 时间:
2018-07-12 18:03:08
阅读次数:
177
1----临时状态查看:[root@gbase-test1opt]#systemctlstatusfirewalld●firewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled;vendorpreset:enabled)Active:
分类:
其他好文 时间:
2018-07-11 16:36:33
阅读次数:
715
参考:https://blog.csdn.net/zahuopuboss/article/details/54891917 参考:https://blog.csdn.net/zzg_550413470/article/details/51538814 参考:https://www.cnblogs.c ...
分类:
编程语言 时间:
2018-07-10 17:54:58
阅读次数:
165