<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd ...
分类:
其他好文 时间:
2020-07-07 09:19:47
阅读次数:
52
本系列文章: 听说你还没学Spring就被源码编译劝退了?30+张图带你玩转Spring编译 读源码,我们可以从第一行读起 你知道Spring是怎么解析配置类的吗? 配置类为什么要添加@Configuration注解? 谈谈Spring中的对象跟Bean,你知道Spring怎么创建对象的吗? 这篇文 ...
分类:
编程语言 时间:
2020-07-06 20:04:21
阅读次数:
61
问题 有时想开两个运行窗口,但是不知道怎么弄,重复点击Run按钮还会提示“is not allowed to run in parallel”, 解决方法 打开run–>edit configuration,选择需要多线程所在的程序,也就是需要多开的程序,在右上角有"Allow running in ...
分类:
系统相关 时间:
2020-07-05 15:32:37
阅读次数:
107
1、Tools->deployment->configuration 2、点击左上角的“+”,在弹出窗口填写随便一个名称,选择服务器为sftp 3、输入主机,账号,密码,并在Autodetect选择服务器上的路径,其中SFTP HOST指的是服务器的地址,如192.168.1.10,Root pat ...
分类:
Web程序 时间:
2020-07-05 13:46:33
阅读次数:
63
1、mysql的安装,目的是存放hive的元数据 2、下载hive包,并进行解压 3、配置文件hive-site.xml <configuration> <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:mysql: ...
分类:
其他好文 时间:
2020-07-05 01:05:03
阅读次数:
83
1)编写 sqlMapConfg.xml 核心配置文件 (指定扫描包,会把包内所有的类都设置别名 ) <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config ...
分类:
编程语言 时间:
2020-07-05 00:14:31
阅读次数:
67
报错原因 Java项目启动命令过长 解决方法 点击项目启动配置项 → shorten command line 选项选择 classpath file 或 java manifest 选项 → 重新启动工程运行即可 参考文献 SpringBoot报错Error running 'Applicatio ...
分类:
移动开发 时间:
2020-07-03 14:03:19
阅读次数:
69
web.config 配置说明 <configuration>//顶层元素<system.web>//大多应用程序设置位于此元素下<sessionState mode='Inproc' timeout='10' />//设置会话状态超时时间</system.web></configuration> ...
分类:
Web程序 时间:
2020-07-02 19:45:43
阅读次数:
65
版本:CentOS 7 首先: [root@localhost test]# cat /etc/inittab # inittab is no longer used when using systemd. # # ADDING CONFIGURATION HERE WILL HAVE NO EFF ...
分类:
其他好文 时间:
2020-07-02 16:08:49
阅读次数:
72
配置文件地址: /usr/src/redmine/config/configuration.yml # = Redmine configuration file # # Each environment has its own configuration options. If you are on ...
分类:
其他好文 时间:
2020-07-01 20:11:49
阅读次数:
60