2015年11月6日

nested exception is java.io.FileNotFoundException: class path resource [jdbc.properties] cannot be opened because it does not exist

摘要: Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [jdbc.properties] cannot be opened because it does n... 阅读全文

posted @ 2015-11-06 09:50 冰原小白狼 阅读(1643) 评论(0) 推荐(0)

Caused by: java.lang.ClassNotFoundException: org.aopalliance.intercept.Metho

摘要: 缺少aopaliance.jar 阅读全文

posted @ 2015-11-06 09:36 冰原小白狼 阅读(262) 评论(0) 推荐(0)

2015年10月27日

查看电脑硬件信息,主板、内存等

摘要: 方法1. 运行---cmd---systeminfo方法2. 运行---cmd---dxdiag方法3. 借助三方软件,如Everest或者CPU-Z等,CPU-Z还是挺不错的。 阅读全文

posted @ 2015-10-27 17:49 冰原小白狼 阅读(439) 评论(0) 推荐(0)

2015年10月23日

springMVC请求处理流程

摘要: SpringMVC框架是一个基于请求驱动的Web框架,并且使用了‘前端控制器’模型来进行设计,再根据‘请求映射规则’分发给相应的页面控制器进行处理。一、整体流程:二、核心流程: 阅读全文

posted @ 2015-10-23 15:32 冰原小白狼 阅读(288) 评论(0) 推荐(0)

2015年10月22日

cmd 启动mysql环境变量配置

摘要: win10系统:(其他系统类似,改环境变量就可以)1.我的电脑,右键选择属性,进入系统页面2.点击高级系统设置,进入系统属性页面3.点击高级选项卡,点击环境变量,进入环境变量设置4.选择系统变量下的,path,点击编辑,编辑path变量值5.将你安装好的mysql的bin目录的路径复制,并粘贴到pa... 阅读全文

posted @ 2015-10-22 18:56 冰原小白狼 阅读(891) 评论(0) 推荐(0)

2015年10月20日

win10忘记wifi记录

摘要: 1.点击桌面右下角无线图标2.点击网络设置3.点击管理WIFI设置4.点击要管理的账户,忘记或者共享该wifi。 阅读全文

posted @ 2015-10-20 11:26 冰原小白狼 阅读(282) 评论(0) 推荐(0)

2015年10月15日

NetBeans将java项目编译成jar包

摘要: 1.找到file选项下的build.xml。2.添加代码到build.xml文件的标志之前 。复制如下代码: --> 3. build.xml右键即可打包生成SwitchHexAndChinese.jar run target ---》other target... 阅读全文

posted @ 2015-10-15 14:25 冰原小白狼 阅读(1078) 评论(1) 推荐(0)

远程桌面连接windowsServer

摘要: 1.win+R 打开windows运行工具栏;2.输入 mstsc ,确定;3.登录设置: 计算机:目标服务器ip地址;用户名:管理员或者用户的用户名,例如:administrator;密码:账户对应密码。 点击连接,进入远程桌面。 阅读全文

posted @ 2015-10-15 13:56 冰原小白狼 阅读(415) 评论(2) 推荐(0)

导航