- 浏览: 17425 次
最新评论
文章列表
http://maven.outofmemory.cn/org.apache.commons/commons-pool2/2.2/
https://codeload.github.com/honghailiang/SpringMango/zip/master
[url]
http://www.cnblogs.com/leiOOlei/p/3727859.html
[/url]
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
&l ...
App.js
/**
* 1,定制组件
* 2,对应cookie中的全局变量
* 3,jquery扩展方法及对验证规则的扩展
* @author wWX235558
*/
define(['jquery'], function ($) {
var App = {
token720: '',
user: {},
maps: []
};
/**
* 定义一个模块
* @param moduleName 模块名称
* @param fn 模块体 ...
http://www.aichengxu.com/java/29353.htm
ajax 请求controller
- 博客分类:
- java
<script type="text/javascript" src="/js/require.js" data-main="/js/main" defer async></script>
/**
* Created by PL02053 on 2016/3/10.
*/
require.config({
urlArgs: '_=' + (new Date()).getTime(),
baseUrl: '/js/',
paths: {
...
http://www.cnblogs.com/fangjian0423/p/xml-namespace.html
maven 编译添加本地jar包
- 博客分类:
- java
http://blog.csdn.net/andersonmao/article/details/42913889
http://blog.csdn.net/andersonmao/article/details/42913889
引用maven仓库用过的人都知道,国内有多么的悲催。还好有比较好用的镜像可以使用,尽快记录下来。速度提升100倍。
http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage
在maven的settings.xml 文件里配置mirrors的子节点,添加如下mirror
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name> ...
http://blog.csdn.net/u010814766/article/details/50295417
alarmModel.json
{
"queryAlarmModels": {"success":true,"data":{"list":[{"createDate":0,"createUser":"system","updateDate":0,"updateUser":null,"id":1180,"domainId":2000,"modelVersion ...
index.html
<!DOCTYPE html>
<!--[if lt IE 9 ]>
<html itemscope="" itemtype="https://schema.org" id="ie8" class="ie" lang="en"><![endif]-->
<!--[if IE 9 ]>
<html itemscope itemtype="https://schema.org/" ...
/**
* @license RequireJS text 2.0.13+ Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/requirejs/text for details
*/
/*jslint regexp: true */
/*global require, XMLHttpRequest, ActiveXObject,
define, win ...