随笔分类 -  MVC

摘要:1.访问静态html 页面 ,使用官网提供的demo和还是一直访问不到html ,后来使用thymeleaf 模板,引入了依赖,发现html也能正常访问了 a) main/resource 文件夹下新建一个templates 文件夹 b) 添加maven 依赖 c) 编写控制方法 启动之后访问 lo 阅读全文
posted @ 2017-12-27 14:50 hello_myworld 阅读(18516) 评论(1) 推荐(0)
摘要:<%@ Application Codebehind="Global.asax.cs" Inherits="test.MvcApplication" Language="C#" %>报错,出现这个的原因主要有以下 1.web的生成输出路径是bin 2.应用程序池版本和程序一致 3.Global.as 阅读全文
posted @ 2016-10-11 10:07 hello_myworld 阅读(315) 评论(0) 推荐(0)
摘要:最近在研究单点登录,发现用的最广的就是cas了,查了下资料,发现有人写了详细的说明 地址:http://www.cnblogs.com/zhenyulu/archive/2013/01/22/2870838.html 记录下我按照上面的文章搭建cas遇到的坑 1.我下载的tomcat是8.5的,发现 阅读全文
posted @ 2016-10-11 09:52 hello_myworld 阅读(9321) 评论(7) 推荐(0)
摘要:一、MVC4+WCF+EF code frist生成数据失败解决方法:启动Distributed Transaction Coordinator服务 原因暂未深究解决办法: 1. 在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinat... 阅读全文
posted @ 2014-10-16 15:31 hello_myworld 阅读(165) 评论(0) 推荐(0)