- 博客(5)
- 收藏
- 关注
转载 Ajax小知识总结
jquery的Ajax请求中的async:false/true的作用 a href=”javascript:void(0)” onmouseover=”testAsync()”>asy.jsfunction testAsync(){ var temp; $.ajax({ async: false, type : “GET”,
2016-02-23 18:24:18
208
转载 java工程中一些js问题总结
Eclipse解析jQuery Mobile错误:INTERNAL VALIDATION ERROR on jquery.mobile-1.1.0.min.js方法一:http://blog.youkuaiyun.com/annkie/article/details/7655130 方法二:To exclude files do : Project Properties > JavaScript > Incl
2016-01-13 15:08:38
356
原创 java中map,list一些知识点的总结
arraylist之间的拷贝一般是有四种方式,例如: 1.“List1=List2” 2.ArrayList num2 =(ArrayList) num1.clone(); 3.ArrayList num2 =new ArrayList( num1); 4.arraycopy(Object src,int srcPos,Object dest,int destPos,int length)
2015-12-30 14:12:46
377
转载 java查找读取文件url的拼接
1.如果是在纯java类中 String dirpath = System.getProperty("user.dir"); String xmlFile = dirpath + "/WebRoot/WEB-INF/server.xml"; String fileName = dirPath + "/server.xml";2.在servlet中 String dirPat
2015-10-14 10:45:37
927
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人