10 2015 档案

摘要:出现这种状况是因为Eclipse默认开启挂起未捕获的异常(Suspend execution on uncaught exceptions),只要关闭此项就可以了。 解决方法:在eclipse中选择Window->Preference->Java->Debug,将“Suspend executi... 阅读全文
posted @ 2015-10-23 14:49 reblue520 阅读(211) 评论(0) 推荐(0) 编辑
摘要:代码如下: 目录结构 ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine(); @Test public void deploymentProcessEngines(){ InputStream in... 阅读全文
posted @ 2015-10-15 11:53 reblue520 阅读(297) 评论(0) 推荐(0) 编辑
摘要:使用Navicat Premium操作mssql2008r2数据库 比如需要对某个特定的数据tes添加一个管理员em,并且这个管理员只能对test这个数据库进行操作 使用sa连接数据库 1.新建一个登陆用户em 2.选择到对应的test数据库,并在当前数据库下对em用户进行授权 切换到角... 阅读全文
posted @ 2015-10-14 18:08 reblue520 阅读(240) 评论(0) 推荐(0) 编辑
摘要:破解windows 2008 r2系统登录密码方法: 1.重启系统,使用windows2008r2安装光盘引导 按住shift+f10 2.切换到d:windows\system32目录(使用cmd.exe替换osk.exe文件) d: cd windows cd system32 ... 阅读全文
posted @ 2015-10-13 14:48 reblue520 阅读(587) 评论(0) 推荐(0) 编辑
摘要:activiti报错ProcessEngines.getDefaultProcessEngine()为null 文件名错误,默认加载classpath下面的activiti.cfg.xml,而不是activiti-cfg.xml 阅读全文
posted @ 2015-10-12 21:09 reblue520 阅读(1418) 评论(0) 推荐(0) 编辑