06 2017 档案
Visual Studio Code and local web server
摘要:It is the start of a New Year and you have decided to try Visual Studio Code, good resolution! One of the things you will find the most surprising, is 阅读全文
posted @ 2017-06-28 19:46 milooooo 阅读(332) 评论(0) 推荐(0)
Apache Tomcat Eclipse Integration
摘要:An Illustrated Quick Start Guide Apache Tomcat makes hosting your applications easy. The Eclipse IDE makes development easy. It's simple math. If you 阅读全文
posted @ 2017-06-13 12:07 milooooo 阅读(430) 评论(0) 推荐(0)
bower学习总结
摘要:1. 安装软件:node-v6.10.3-x64.msi 和 Git-2.13.0-64-bit.exe 在安装git时,需要选择‘Run Git from the Windows Command Prompt’ 2. 安装bower: 在git bash命令行下,npm install bower 阅读全文
posted @ 2017-06-05 21:51 milooooo 阅读(260) 评论(0) 推荐(0)
asp.net项目配置Web.config,支持JSON
摘要:VS2013新建的web项目不支持直接下载json文件,可以在项目的web.config下插入如下的配置信息。 <configuration> <system.web> <compilation debug="true" targetFramework="4.5.1" /> <httpRuntime 阅读全文
posted @ 2017-06-02 10:19 milooooo 阅读(1182) 评论(1) 推荐(0)