随笔 - 253,  文章 - 0,  评论 - 29,  阅读 - 25万
07 2019 档案
.net API跨域
摘要:在webconfig中的节点 <system.webServer> </system.webServer> 下添加 <httpProtocol><customHeaders><!--支持全域名访问,不安全,部署后需要固定限制为客户端网址--><add name="Access-Control-All 阅读全文
posted @ 2019-07-19 16:17 田坤坤 阅读(156) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示