C:\Users\jdy>java -XX:PrintCommandLineFlags -versionMissing +/- setting for VM option 'PrintCommandLineFlags'Error: Could not create the Java Virtual ...
分类:
其他好文 时间:
2020-04-29 21:52:33
阅读次数:
95
https://www.cnblogs.com/jyx140521/p/6855210.html 用以下build.gradle打包出来的jar包,依赖是分离的: apply plugin: 'java' dependencies { compile 'commons-codec:commons-c ...
分类:
编程语言 时间:
2020-04-29 18:50:26
阅读次数:
123
步骤 4 要输入的内容: 点击 Apply ok 后在 New 中就可以看到 xml 模板 ...
分类:
其他好文 时间:
2020-04-29 01:17:00
阅读次数:
171
现象:tomcat启动后,部署在本地tomcat的应用没有启动,且应用日志在console控制台中也没有打印 控制台中输出只有部分警告,内容如下: 警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.ec ...
分类:
Web程序 时间:
2020-04-29 00:54:57
阅读次数:
97
方法一: 在mybatis-config.xml中配置加一个setting <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http ...
分类:
数据库 时间:
2020-04-28 17:20:36
阅读次数:
57
一、配置Mysql数据库 项目同名目录下setting.py中配置mysql DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # 数据库产品 'NAME': 'test2', # 数据库名称 'USER': 'root ...
分类:
数据库 时间:
2020-04-28 16:57:47
阅读次数:
85
第一步:制作一键清理系统垃bat文件。在电脑桌面新建一个txt文本文档,将以下内容复制到txt文本文档里保存 @echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive% ...
分类:
其他好文 时间:
2020-04-28 13:00:07
阅读次数:
81
1、配置问题 <!-- 是否开启自动驼峰命名规则(camel case)映射, --> <setting name="mapUnderscoreToCamelCase" value="true"/> 或者 //开启驼峰映射 bean.getObject().getConfiguration().se ...
分类:
数据库 时间:
2020-04-28 12:58:41
阅读次数:
193
错误 3002: 映射从第 149 行开始的片段时有问题:表 t_Apply 的键(t_Appl .Id)具有潜在运行时冲突: 列(t_Apply .Id)映射到概念端 EntitySet t_Apply 的属性(t_Apply .Id),但是它们未形成 EntitySet 的键属性. 将该实体删除 ...
分类:
其他好文 时间:
2020-04-28 09:45:00
阅读次数:
117
版本:apache-maven-3.6.3 运行系统:Win10 Eclipse:Eclipse IDE for Enterprise Java Developers 2020-03 (4.15.0) 解压缩安装后,打开conf目录下的 settings.xml 文件; 在settings.xml文 ...
分类:
系统相关 时间:
2020-04-28 09:25:32
阅读次数:
107