.net API跨域
摘要:在webconfig中的节点 <system.webServer> </system.webServer> 下添加 <httpProtocol><customHeaders><!--支持全域名访问,不安全,部署后需要固定限制为客户端网址--><add name="Access-Control-All
阅读全文
posted @
2019-07-19 16:17
田坤坤
阅读(156)
推荐(0) 编辑
JQuery简单实用的模板引擎
摘要:1、在html界面声明模板(注意type类型) <script id="tmplInvokeProvider" type="text/x-jquery-tmpl"> <div class="deptServiceItem dtable"> <div class="dtablecell"> <div
阅读全文
posted @
2019-07-17 10:33
田坤坤
阅读(340)
推荐(0) 编辑
IDEA下spring boot项目打包war包部署外部tomcat问题
摘要:第一步,修改配置pom.xml文件 <packaging>war</packaging> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artif
阅读全文
posted @
2019-07-10 14:51
田坤坤
阅读(432)
推荐(0) 编辑
.net 项目如何添加log4net日志记录
摘要:1、在项目根目录新建文件log4net.config,此文件中的节点解释还请自动百度。 文件实例: <?xml version="1.0"?><configuration> <configSections> <section name="log4net" type="log4net.Config.L
阅读全文
posted @
2019-07-08 10:56
田坤坤
阅读(945)
推荐(0) 编辑