if (!jQuery.support.cors && window.XDomainRequest) { var httpRegEx = /^https?:\/\//i; var getOrPostRegEx = /^get|post$/i; var sameSchemeRegEx = new RegExp('^'+location.protocol, 'i'); var xmlRegEx = /\/xml/i; // ajaxTransport exists in jQuery 1.5+
1, Touch build.gradle in root project folder, and use plugins: apply plugin: 'idea' apply plugin: 'java' 2, and execute command line: gradle cleanIdea 3, and after that: gradle idea Done!
eclipse安装scala插件和m2e-scala并不是支持的很好,因此使用maven创建scala工程的时候,IDEA可谓是最好的开发利器. 1. 创建工程之前的准备 2. IDEA界面创建Scala的Maven项目 创建工程之前的准备 IntelliJ IDEA Scala plugin for IDEA Maven IDEA界面创建Scala的Maven项目 1. 创建Maven工程,勾选右侧的Create from archetype选项,然后选中下方的scala-archetype-