练习SSM项目的demo中遇到一个问题,我在applicationContext.xml中使用了<context:property-placeholder location="classpath:jdbc.properties"/>,我还想再引入另外一个resource.properties,res ...
分类:
其他好文 时间:
2018-06-14 15:09:21
阅读次数:
901
Description Once, in one kingdom, there was a queen and that queen was expecting a baby. The queen prayed: ``If my child was a son and if only he was ...
分类:
其他好文 时间:
2018-06-13 23:43:04
阅读次数:
309
Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete ...
分类:
编程语言 时间:
2018-06-13 21:46:03
阅读次数:
756
在tomcat的安装目录下 双击startup.bat启动时cmd窗口一闪而过 1.在系统中查看配置JDK的环境变量是否正确 2.进入tomcat的安装目录 在启动tomcat时流程是:startup->catalina->setclasspath->catalina 如果这3个bat文件里面有一个 ...
分类:
其他好文 时间:
2018-06-13 21:02:56
阅读次数:
441
原文:https://blog.csdn.net/qq_26361871/article/details/80255141 1.grade配置Error: Could not find com.android.tools.build:gradle:2.2.1. 解决方法与Maven仓库有点像:进入 ...
分类:
移动开发 时间:
2018-06-13 20:56:53
阅读次数:
602
原文网址:http://blog.csdn.net/feeling450/article/details/53067563 github clone "Permission denied (publickey). fatal: Could not read from remote repositor ...
分类:
其他好文 时间:
2018-06-13 18:06:44
阅读次数:
563
提示oracle客户端无法连接指定字符 安装好客户端之后,如图 将数据库dbhome_1中的network文件夹全部复制到客户端,如图 然后在设置环境变量:F:\app\Administrator\product\11.2.0\instantclient_11_2 ...
分类:
数据库 时间:
2018-06-13 15:18:18
阅读次数:
369
awk数组 1.1 awk命令用法 awk 参数 ‘条件{动作}’ awk 参数 ‘条件{动作}’ 1.2 awk执行过程 1.3 条件 1, 正则表达式 2, 比较表达式 NR>2 3, 范围 4, 特殊条件 BEGIN END 1, 正则表达式 2, 比较表达式 NR>2 3, 范围 4, 特殊 ...
分类:
编程语言 时间:
2018-06-12 22:34:23
阅读次数:
294
安装好oracle后,起动时报如下错误: 复制如下位置的文件,如: 故障排除: ...
分类:
移动开发 时间:
2018-06-12 22:25:44
阅读次数:
1782
#include <opencv2/opencv.hpp>#include <iostream> using namespace cv;using namespace std; //加载图片并显示灰度图void loadGrayImg(){ Mat src = imread("D:\\images\ ...
分类:
其他好文 时间:
2018-06-12 20:12:21
阅读次数:
274